Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.94.4, 0.95.2
-
None
-
Reviewed
Description
HRegion public boolean flushcache() throws IOException { lock(lock.readLock()); }
The HRegion.flushcache is called by the normal flush cache, so if we use a timeout, the MemStoreFlusher may be get a RegionTooBusyException, it is safe to do not use a timeout.
Attachments
Attachments
Issue Links
- relates to
-
HBASE-6423 Writes should not block reads on blocking updates to memstores
- Closed