Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-7054

Change the order of key out-of-order prints to avoid race

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • WT10.0.0, 4.9.0, 4.4.4
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • 1
    • Storage - Ra 2021-01-11

      Currently the out of order key prints as follows.

      • The cursor page dump when the out of order key detected
      • The out of order keys panic error message
        The above approach is leading to the problem by the time we access the out of order keys.

      Instead of the above order, change the order of the prints as follows.

      • Print the out of order keys
      • The cursor page dump when the out of order key detected
      • The panic error message.

            Assignee:
            haribabu.kommi@mongodb.com Haribabu Kommi
            Reporter:
            haribabu.kommi@mongodb.com Haribabu Kommi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: