mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-19 16:15:07 +00:00
Use co_await unfreeze_gently in the loop body unfreezing each partition mutation to prevent reactor stalls when building group0 snapshot with lots of tablets. Fixes #15303 Signed-off-by: Benny Halevy <bhalevy@scylladb.com> Closes scylladb/scylladb#17688