Vlad Zolotarov
a9f6e5f8da
db::batchlog_manager: move collectd registration to the metrics registration layer
...
Signed-off-by: Vlad Zolotarov <vladz@scylladb.com >
2017-01-10 16:24:54 -05:00
Vlad Zolotarov
4ef5b11e9b
batchlog_manager: add a counter for a total number of write attempts
...
Signed-off-by: Vlad Zolotarov <vladz@cloudius-systems.com >
2016-04-21 11:29:21 +03:00
Pekka Enberg
38a54df863
Fix pre-ScyllaDB copyright statements
...
People keep tripping over the old copyrights and copy-pasting them to
new files. Search and replace "Cloudius Systems" with "ScyllaDB".
Message-Id: <1460013664-25966-1-git-send-email-penberg@scylladb.com >
2016-04-08 08:12:47 +03:00
Asias He
cdb43c5586
batchlog_manager: Allow user initiated bachlog replay operation
...
During decommission, the storage_service::unbootstrap() needs to
initiate a batchlog replay operation. To sync the replay operation
initiated by the timer in batchlog_manager and storage_service, a
semaphore is introduced. To simplify the semaphore locking, the
management code now always runs on shard zero, but the real work is
distruted to all shards.
2016-03-30 20:54:30 +08:00
Calle Wilund
42c086a5cd
batchlog_manager: Fixup includes + exception handling
...
* Fix exception handling in batch loop (report + still re-arm)
* Cleanup seastar include reference style
2015-10-07 17:06:34 +03:00
Calle Wilund
6f94a3bdad
batchlog_manager: Use gate instead of semaphore
...
Since that exists now.
2015-10-07 14:30:09 +02:00
Avi Kivity
d5cf0fb2b1
Add license notices
2015-09-20 10:43:39 +03:00
Paweł Dziepak
ddec2b4d09
batchlog_manager: pass mutations by const ref
...
Signed-off-by: Paweł Dziepak <pdziepak@cloudius-systems.com >
2015-09-03 10:30:29 +02:00
Calle Wilund
9a52ad84b1
BatchlogManager: make blm globally reachable distributed like other objects
2015-08-11 17:10:17 +02:00
Calle Wilund
0ded44eeee
BatchlogManager: make endpoint_filter method + implement
2015-08-11 17:10:16 +02:00
Calle Wilund
b7cdd189e7
BatchlogManager: make constructible from distributed<db> (to fit main init)
2015-08-11 09:46:59 +02:00
Calle Wilund
ef2cc9b05d
BatchLogManager.java -> C++
...
Somewhat simplifies version of the Origin code, since from what I
can see, there is less need for us to do explicit query sends in
the BLM itself, instead we can just go through storage_proxy.
I could be wrong though.
2015-07-08 10:59:57 +02:00