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

Enhance diagnostics when out of order keys are detected

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • WT11.1.0, 6.2.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
    • 5
    • Storage Engines - 2022-09-19

      Summary
      When reconciliation detects that a page it lays out has a key-ordering problem, it discards the uncompressed image before panicking. Which makes it difficult to inspect the failure in detail.

      We should ensure the image is available when the fatal error is generated.

      Motivation

      • Does this affect any team outside of WT?

      No - this is additional diagnostic information.

      • How likely is it that this use case or problem will occur?

      It is extremely uncommon - which is why it's important to have good diagnostic information available when it does fail.

      • Testing

      This should be tested via deliberately corrupting an image generated by reconciliation, and ensuring the resulting core dump is useful. That test doesn't need to be automated.

      • Documentation update

      None

      Suggested Solution

      There is an easy way and a hard way for this change. The easy way involves understanding why the code introduced in WT-8466 added a comment saying {{ Return an error rather than assert because the test suite tests that the error hits.}}, and changing the decision, so that it's a fatal error at that point of the code.

      The hard way is layering into the btree verify disk code the ability for a failure to be immediately fatal. I believe this is preferrable - since failing when the inconsistency is detected will be most useful for diagnostic efforts. On the other hand, it will likely require some restructuring to the code in bt_vrfy_dsk.c.

            Assignee:
            monica.ng@mongodb.com Monica Ng
            Reporter:
            alexander.gorrod@mongodb.com Alexander Gorrod
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: