8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cde96d9 commit c609a4fCopy full SHA for c609a4f
arangod/RocksDBEngine/RocksDBCollection.cpp
@@ -1576,7 +1576,6 @@ arangodb::Result RocksDBCollection::lookupDocumentVPack(
1576
<< " seq: " << mthd->readOptions().snapshot->GetSequenceNumber()
1577
<< " objectID " << _objectId << " name: " << _logicalCollection->name();
1578
mdr.reset();
1579
- TRI_ASSERT(false);
1580
}
1581
return res;
1582
@@ -1638,7 +1637,6 @@ arangodb::Result RocksDBCollection::lookupDocumentVPack(
1638
1637
<< "NOT FOUND rev: " << documentId.id() << " trx: " << trx->state()->id()
1639
1640
1641
1642
1643
1644
0 commit comments