mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-23 05:05:54 +00:00
inc current sequence in load thread
This commit is contained in:
@@ -443,6 +443,7 @@ ReportingETL::runETLPipeline(uint32_t startSequence, int numExtractors)
|
|||||||
{
|
{
|
||||||
std::optional<org::xrpl::rpc::v1::GetLedgerResponse> fetchResponse{
|
std::optional<org::xrpl::rpc::v1::GetLedgerResponse> fetchResponse{
|
||||||
getNext(currentSequence)->pop()};
|
getNext(currentSequence)->pop()};
|
||||||
|
++currentSequence;
|
||||||
// if fetchResponse is an empty optional, the extracter thread
|
// if fetchResponse is an empty optional, the extracter thread
|
||||||
// has stopped and the transformer should stop as well
|
// has stopped and the transformer should stop as well
|
||||||
if (!fetchResponse)
|
if (!fetchResponse)
|
||||||
|
|||||||
Reference in New Issue
Block a user