-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Execution Team 2019-10-07
-
12
-
None
-
None
-
None
-
None
-
None
-
None
-
None
In the PrepareConflictTracker, _prepareConflictStartTime is of type long long, but set equal to curTimeMicros64(), of type unsigned long long , in beginPrepareConflict().
The type of _prepareConflictStartTime's type should be consistent throughout prepare_conflict_tracker. Additionally, _prepareConflictDuration and _prepareConflictStartTime should be of the same type if possible.