Description
In order to do reliable bulk load with WAL turned off through the C++ API we need to be able to query last flush times for all regions on a regionserver as well as the current time on the server. By only comparing timestamps that come from the same regionserver we avoid being affected by clock skew.