mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-20 03:35:55 +00:00
etl pipeline
This commit is contained in:
@@ -1515,13 +1515,6 @@ public:
|
||||
throw std::runtime_error("decrementing num outstanding below 0");
|
||||
}
|
||||
size_t cur = (--numRequestsOutstanding_);
|
||||
// sanity check
|
||||
if (!canAddRequest())
|
||||
{
|
||||
assert(false);
|
||||
throw std::runtime_error(
|
||||
"decremented num outstanding but can't add more");
|
||||
}
|
||||
{
|
||||
// mutex lock required to prevent race condition around spurious
|
||||
// wakeup
|
||||
|
||||
Reference in New Issue
Block a user