Ensure _prepareConflictStartTime, _prepareConflictDuration and curTimeMicros64() have consistent types in PrepareConflictTracker

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • 4.3.1
    • 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.

            Assignee:
            Haley Connelly
            Reporter:
            Haley Connelly
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: