Disable assert
Former-commit-id: b5d5eeee7cb1900eba192704e5d68c90b9f2b9f2
This commit is contained in:
parent
3745a0e390
commit
9102c4e610
@ -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