Commit e485a121 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

refs #5672 re-enable assert


git-svn-id: file:///svn/toku/tokudb@50628 c7de825b-a66e-492c-adef-691d508d4ae1
parent 3bad50d8
......@@ -3496,8 +3496,7 @@ void evictor::init(long _size_limit, pair_list* _pl, KIBBUTZ _kibbutz, uint32_t
//
void evictor::destroy() {
assert(m_size_evicting == 0);
// TODO: re-enable this
//assert(m_size_current == 0);
assert(m_size_current == 0);
// Stop the eviction thread.
toku_mutex_lock(&m_ev_thread_lock);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment