Avoid throwing an exception in DocumentSourceCursor

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • 8.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Catalog and Routing
    • Fully Compatible
    • ALL
    • CAR Team 2025-02-17
    • 200
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      This line in particular is susceptible to throw a WriteConflict exception even if it's an incredibly remote chance.

      As the operation is failing anyways this operation will cleanup after itself so it's fine to swallow the exception since otherwise it will crash the server as the ScopeGuard destructor is noexcept.

              Assignee:
              Jordi Olivares Provencio
              Reporter:
              Jordi Olivares Provencio
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: