mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-25 14:15:53 +00:00
Implement new experimental cassandra backend (#537)
This commit is contained in:
@@ -33,9 +33,12 @@ namespace Backend {
|
||||
bool
|
||||
BackendInterface::finishWrites(std::uint32_t const ledgerSequence)
|
||||
{
|
||||
gLog.debug() << "Want finish writes for " << ledgerSequence;
|
||||
auto commitRes = doFinishWrites();
|
||||
if (commitRes)
|
||||
{
|
||||
gLog.debug() << "Successfully commited. Updating range now to "
|
||||
<< ledgerSequence;
|
||||
updateRange(ledgerSequence);
|
||||
}
|
||||
return commitRes;
|
||||
|
||||
Reference in New Issue
Block a user