BUG 2339 : TransactionChain id created by the Clustered Data Store are not unique 58/12658/1
authorMoiz Raja <moraja@cisco.com>
Sat, 8 Nov 2014 02:12:45 +0000 (18:12 -0800)
committerMoiz Raja <moraja@cisco.com>
Sat, 8 Nov 2014 02:12:45 +0000 (18:12 -0800)
The fix is to use a simple atomically incrementing integer to form the transaction chain
identifier instead of using the system time.

I also added a few log statements in there which were helpful in debugging the issue.

Change-Id: Ie1465f1640d6be0ff9da0f66477ebafc7ebff137
Signed-off-by: Moiz Raja <moraja@cisco.com>

No differences found