Files
scylladb/api
Amnon Heiman 25378916bc API: colummn_family.hh yield in map_reduce_column_families_locally
map_reduce_column_families_locally iterate over all tables (column
family) in a shard.

If the number of tables is big it can cause latency spikes.

This patch replaces the current loop with a do_for_each allowing
preepmtion inside the loop.

Fixes #3886

Signed-off-by: Amnon Heiman <amnon@scylladb.com>
Message-Id: <20181115154825.23430-1-amnon@scylladb.com>
2018-11-15 18:58:23 +02:00
..
2017-02-01 14:39:08 +02:00
2018-03-28 12:41:55 +03:00
2018-03-28 12:41:55 +03:00
2016-04-08 08:12:47 +03:00