Pavel Emelyanov
171822cff8
compaction: Use database from options to get local ranges
...
The cleanup compaction wants to keep local tokens on-board and gets
them from storage_service.get_local_ranges().
This method is the wrapper around database.get_keyspace_local_ranges()
created in previous patch, the live database reference is already
available on the descriptor's options, so we can short-cut the call.
This allows removing the last explicit call for global storage_service
instance from compaction code.
Signed-off-by: Pavel Emelyanov <xemul@scylladb.com >
2020-08-21 14:58:40 +03:00
..
2020-08-11 13:29:11 +03:00
2020-03-06 13:33:53 +01:00
2020-06-02 09:12:21 +03:00
2020-07-21 10:33:49 -07:00
2020-07-20 10:57:38 +03:00
2020-08-21 14:58:40 +03:00
2020-08-21 14:58:40 +03:00
2020-08-21 14:58:40 +03:00
2020-08-19 11:34:13 +03:00
2020-08-19 11:34:13 +03:00
2020-08-21 14:58:40 +03:00
2020-07-16 13:55:23 +03:00
2020-03-23 09:29:45 +02:00
2020-06-03 10:32:46 -07:00
2020-06-03 10:32:46 -07:00
2020-06-16 16:14:30 +02:00
2020-06-02 09:12:21 +03:00
2020-08-19 11:34:13 +03:00
2020-03-23 09:29:45 +02:00
2020-03-23 09:29:45 +02:00
2020-03-23 09:29:45 +02:00
2020-03-23 09:29:45 +02:00
2020-08-10 18:53:04 +03:00
2020-08-10 18:53:04 +03:00
2020-08-19 17:18:57 +03:00
2020-08-09 12:04:36 +03:00
2020-03-03 11:34:00 +01:00
2020-08-16 17:33:48 +03:00
2020-06-18 09:37:18 -04:00
2020-06-07 11:46:48 +03:00
2020-08-10 18:53:04 +03:00
2020-08-10 18:53:04 +03:00
2020-08-10 18:53:04 +03:00
2020-04-16 18:44:56 +03:00
2020-08-11 14:52:04 +03:00
2020-06-29 14:23:48 -03:00
2020-08-11 14:52:04 +03:00
2020-07-27 11:23:48 -07:00
2020-07-05 19:40:48 +03:00
2020-07-05 19:40:48 +03:00
2020-08-11 14:52:04 +03:00
2020-06-16 16:14:17 +02:00
2020-06-18 13:56:47 +03:00
2020-08-19 17:19:01 +03:00
2020-08-19 17:19:01 +03:00
2020-08-15 20:26:02 +03:00
2020-06-22 14:03:13 +03:00
2020-08-16 17:41:16 +03:00
2020-08-10 18:53:04 +03:00
2020-05-25 14:17:28 +03:00
2020-05-25 14:17:28 +03:00
2020-08-19 17:58:29 +03:00
2020-08-11 13:41:20 +03:00
2020-03-23 09:29:45 +02:00
2020-08-19 17:19:01 +03:00
2020-08-19 17:19:01 +03:00
2020-08-10 18:53:04 +03:00
2020-08-10 18:53:04 +03:00
2020-03-03 11:34:00 +01:00
2020-08-11 13:29:11 +03:00