Files
scylladb/test/lib
Michał Jadwiszczak 64e0405ba2 db/view/view_building: send coordinator's term in the RPC
To avoid case when an old coordinator (which hasn't been stopped yet)
dictates what should be done, add raft term to the `work_on_view_building_tasks`
RPC.
The worker needs to check if the term matches the current term from raft
server, and deny the request when the term is bad.

(cherry picked from commit fb8cbf1615)
2025-11-26 17:47:16 +01:00
..