[
https://issues.apache.org/jira/browse/HBASE-7375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Kyle Purtell closed HBASE-7375.
--------------------------------------
> Acquire readLock do not apply timeout in flushcache
> ---------------------------------------------------
>
> Key: HBASE-7375
> URL: https://issues.apache.org/jira/browse/HBASE-7375
> Project: HBase
> Issue Type: Bug
> Components: regionserver
> Affects Versions: 0.94.4, 0.95.2
> Reporter: Lijin Bin
> Priority: Major
>
> {code}
> HRegion
> public boolean flushcache() throws IOException {
> lock(lock.readLock());
> }
> {code}
> 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.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)