mirror of
https://github.com/XRPLF/clio.git
synced 2026-04-29 15:37:53 +00:00
online delete for cassandra. doesn't crash, but not sure it works
This commit is contained in:
@@ -507,8 +507,7 @@ ReportingETL::runETLPipeline(uint32_t startSequence, int numExtractors)
|
||||
deleting_ = true;
|
||||
ioContext_.post([this, &range]() {
|
||||
BOOST_LOG_TRIVIAL(info) << "Running online delete";
|
||||
flatMapBackend_->doOnlineDelete(
|
||||
range->maxSequence - *onlineDeleteInterval_);
|
||||
flatMapBackend_->doOnlineDelete(*onlineDeleteInterval_);
|
||||
BOOST_LOG_TRIVIAL(info) << "Finished online delete";
|
||||
deleting_ = false;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user