Files
scylladb/tests/urchin
Asias He c95364fe31 failure_detector: Start on all cpus
Code calls failure_detector::is_alive on all cpus, so we start
failure_detector on all cpus. However, the internal data of failure_detector
is modified on cpu zero and it is not replicated to non-zero cpus.
This is fine since the user of failure_detector (the gossiper) accesses
it on cpu0 only.
2015-06-04 17:25:20 +08:00
..
2015-04-15 20:33:49 +02:00
2015-06-03 14:12:06 +02:00
2015-06-04 17:25:20 +08:00
2015-04-15 14:27:08 +03:00
2015-04-28 11:03:20 +02:00