online delete for cassandra. doesn't crash, but not sure it works

This commit is contained in:
CJ Cobb
2021-05-11 21:14:47 +00:00
parent ca886fe2c8
commit 24816c021d
7 changed files with 197 additions and 16 deletions

View File

@@ -113,7 +113,7 @@ public:
doFinishWrites() const override;
bool
doOnlineDelete(uint32_t minLedgerToKeep) const override;
doOnlineDelete(uint32_t numLedgersToKeep) const override;
bool
writeKeys(
std::unordered_set<ripple::uint256> const& keys,