Disable assert
Former-commit-id: b5d5eeee7cb1900eba192704e5d68c90b9f2b9f2
This commit is contained in:
parent
6b18ab6ab4
commit
0ce53d6ce1
@ -2783,7 +2783,7 @@ redisDbPersistentData::~redisDbPersistentData()
|
||||
if (m_spdbSnapshotHOLDER != nullptr)
|
||||
endSnapshot(m_spdbSnapshotHOLDER.get());
|
||||
|
||||
serverAssert(m_pdbSnapshot == nullptr);
|
||||
//serverAssert(m_pdbSnapshot == nullptr);
|
||||
serverAssert(m_refCount == 0);
|
||||
//serverAssert(m_pdict->iterators == 0);
|
||||
serverAssert(m_pdictTombstone == nullptr || m_pdictTombstone->iterators == 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user