Details
Description
See discussion in HBASE-13389.
The optimization was initially put in with HBASE-8166, HBASE-12600 undoes it, this will partially restores it.
Instead of checking the MVCC readpoints against the oldest current scanner, we check that all are 0, if so, we do not need to write them.