Details
-
Bug
-
Resolution: Unresolved
-
Major - P3
-
None
-
3.3.15
-
None
-
Replication
-
ALL
Description
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.