Files
scylladb/gms
Tomasz Grabiec 35808b4f4e gms: gossiper: Make convict() public and safe to call from any scheduling group
Make gossiper::convict() public so that it can be called from external
contexts (e.g. REST API handlers). Add co_await coroutine::switch_to()
at entry to ensure it always runs on the gossip scheduling group,
regardless of which scheduling group the caller is on.

This is needed because convict() accesses gossiper state that must be
manipulated on the gossip scheduling group.
2026-05-21 21:13:54 +02:00
..
2026-04-12 19:46:33 +03:00
2026-04-12 19:46:33 +03:00
2026-04-12 19:46:33 +03:00