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

Ignore IndexBuildAborted errors when building indexes in find_flip_sbe_enabled.js

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 5.3.0, 5.1.2, 5.2.0-rc3
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • ALL
    • v5.2, v5.1
    • QE 2021-12-27
    • 37

      BF-23386 is caused by IndexBuildAborted errors being thrown during the createIndexes command in find_flip_sbe_enabled.js.

      Looking at SERVER-45988, it seems that it's now possible for createIndexes in FSM tests to get an IndexBuildAborted error if an index is concurrently being dropped, instead of an IndexBuildAlreadyInProgress error, which is what would have been thrown in the past, and is an error that we already ignore.

      I also noticed that many of the other fsm tests ignore this error. As a result of these observations, even though after many attempts I have not been able to reproduce it locally, I believe it's safe to ignore this error.

            Assignee:
            jennifer.peshansky@mongodb.com Jennifer Peshansky (Inactive)
            Reporter:
            jennifer.peshansky@mongodb.com Jennifer Peshansky (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: