Methods that were formerly called only in the replication executor should be noexcept

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: 3.3.15
    • Component/s: Replication
    • None
    • Replication
    • ALL
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Now that the topology mutex has replaced execution in the replication executor as the way to serialize access to topology coordinator data structures, we have introduced an exception safety problem. Exceptions that escaped replication executor callbacks led to system termination, but exceptions that escape topo lock blocks do not. We should review all such methods, and either mark them noexcept or ensure that they are exception safe.

            Assignee:
            [DO NOT USE] Backlog - Replication Team
            Reporter:
            Andy Schwerin
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: