mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-25 19:10:42 +00:00
If several mutation in a batch throw exceptions have_cl.broken() will be called more then once. Fix this by dropping ad hoc have_cl and use parallel_for_each() that does the same thing that current code is doing. Fixes #297