Description
If a tablet server is under memory pressure and flushing small rowsets very aggressively, it might flush an MRS so small that the memory footprint of the resulting DRS (CFileReaders, LBM metadata, etc.) is larger than the MRS it replaced, defeating the purpose of the flush. We should have a sanity check to prevent this feedback loop.