Files
scylladb/service
Gleb Natapov 0149a22f69 storage_proxy: use parallel_for_each in mutate() instead of semaphore
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
2015-09-07 19:29:34 +03:00
..