Files
scylladb/service
Mikołaj Grzebieluch 8d6c95f9e3 service: raft topology: print warning in case of raft::commit_status_unknown exception in topology coordinator loop
When the topology_cooridnator fiber gets `raft::commit_status_unknown`, it
prints an error. This exception is not an error in this case, and it can be
thrown when the leader has changed. It can happen in `add_entry_unguarded`
while sending a part of the CDC generation data in the `write_mutations` command.

Catch this exception in `topology_coordinator::run` and print a warning.
2023-07-07 13:56:35 +02:00
..
2023-06-06 13:29:16 +03:00
2023-07-07 13:49:25 +02:00