mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-22 20:55:52 +00:00
ETL fixes
* Don't use cache if cache is more recent than extracted ledger * Use hardFetchLedgerRangeNoThrow exclusively in ETL, to prevent race condition
This commit is contained in:
@@ -300,6 +300,8 @@ public:
|
||||
|
||||
// Tell the database we have finished writing all data for a particular
|
||||
// ledger
|
||||
// TODO change the return value to represent different results. committed,
|
||||
// write conflict, errored, successful but not committed
|
||||
bool
|
||||
finishWrites(std::uint32_t const ledgerSequence);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user