Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-28198

Remove the decimal format for threadId when dumping LockManager

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

      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-stm Backlog - Server Tooling and Methods (STM) (Inactive)
            Reporter:
            eddie.louie Eddie Louie
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: