Closed macan closed 12 years ago
Enable memory limit, run unit test. After running a few TXGs, mds.ut crashed with ITB reference assertion failure.
It is a conflict between txg_wb() and aur_itb_split(). The usage of itb_put() should be revised.
In aur_itb_split(), do not free the ITB when the flag is ITB_JUST_SPLIT.
fix it in commit 4a05022
Enable memory limit, run unit test. After running a few TXGs, mds.ut crashed with ITB reference assertion failure.
It is a conflict between txg_wb() and aur_itb_split(). The usage of itb_put() should be revised.