Remove the decimal format for threadId when dumping LockManager

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Won't Fix
    • Priority: Minor - P4
    • None
    • Affects Version/s: 3.5.4
    • Component/s: Testing Infrastructure
    • Server Tooling & Methods
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Currently in the LockManager::_dumpBucket function we dump the decimal and hexadecimal format for the threadId. We should simplify this and only dump the hex value.

      The output should look like:

      GRANTED:
      LockRequest 293 @ 0x5592FBF23000: Mode = X; Thread = 0x7f17d425b700; ConvertMode = NONE; EnqueueAtFront = 0; CompatibleFirst = 0;
      PENDING:
      LockRequest 294 @ 0x5592FBF23C00: Mode = S; Thread = 0x7f17c0132700; ConvertMode = NONE; EnqueueAtFront = 0; CompatibleFirst = 0;
      

              Assignee:
              Backlog - Server Tooling and Methods (STM) (Inactive)
              Reporter:
              Eddie Louie (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: