From 5657abcf9c7342b23f100a2d8e979f18140c352a Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Thu, 22 Mar 2018 20:52:22 +0000 Subject: Remove assert that is invalid as threads are started upon construction --- storage/src/vespa/storage/persistence/filestorage/filestorhandlerimpl.h | 1 - 1 file changed, 1 deletion(-) diff --git a/storage/src/vespa/storage/persistence/filestorage/filestorhandlerimpl.h b/storage/src/vespa/storage/persistence/filestorage/filestorhandlerimpl.h index dd3dc01d69f..c653af9b6bc 100644 --- a/storage/src/vespa/storage/persistence/filestorage/filestorhandlerimpl.h +++ b/storage/src/vespa/storage/persistence/filestorage/filestorhandlerimpl.h @@ -167,7 +167,6 @@ public: std::vector> abort(const AbortBucketOperationsCommand& cmd); void waitInactive(const AbortBucketOperationsCommand& cmd) const; FileStorHandler::LockedMessage getNextMessage(uint32_t stripeId, uint32_t timeout) { - assert(_nextStripeId >= _stripes.size()); return _stripes[stripeId].getNextMessage(timeout, *this); } FileStorHandler::LockedMessage & getNextMessage(uint32_t stripeId, FileStorHandler::LockedMessage & lck) { -- cgit v1.2.3