Files
scylladb/utils
Tomasz Grabiec 5300caadf6 utils: Fix UUID::get_time_UUID() creating conflicting UUIDs in SMP
UUID_gen::create_time_safe() does not synchronize across cores. The
comment says that it assumes it runs on a single core. This is no
longer true, we can run urchin on many cores. This easily leads to
UUID conflicts with more than one core. Fix by adding a per-core
unique number to the node part of the UUID.
2015-04-15 20:33:47 +02:00
..
2015-04-01 09:43:47 +02:00
2015-01-06 17:23:46 +08:00
2015-01-12 14:20:28 +02:00
2015-04-02 16:16:39 +02:00