diff --git a/core/src/db/insert/MemManagerImpl.cpp b/core/src/db/insert/MemManagerImpl.cpp index 5de84bf7bd3da72e9ca9e3c32b5e603e82d36933..9de533b1186423bbf3c7cff4ca7b2d78cecbadb1 100644 --- a/core/src/db/insert/MemManagerImpl.cpp +++ b/core/src/db/insert/MemManagerImpl.cpp @@ -97,6 +97,7 @@ MemManagerImpl::InsertEntities(const std::string& table_id, int64_t length, cons << "Insert buffer size exceeds limit. Performing force flush"; auto status = Flush(flushed_tables, false); if (!status.ok()) { + LOG_ENGINE_DEBUG_ << LogOut("[%s][%ld] ", "insert", 0) << "Flush fail: " << status.message(); return status; } }