[
https://issues.apache.org/jira/browse/HBASE-723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Purtell resolved HBASE-723.
----------------------------------
Resolution: Won't Fix
For this specific issue a limit on TableServers cachedRegionLocation as stack
says is probably not necessary because a soft map is used.
> TableServers's cachedRegionLocation doesn't have size limit.
> ------------------------------------------------------------
>
> Key: HBASE-723
> URL: https://issues.apache.org/jira/browse/HBASE-723
> Project: Hadoop HBase
> Issue Type: Bug
> Components: client
> Affects Versions: 0.1.3
> Environment: hbase 0.3.0
> Reporter: Jb Lee
> Assignee: Andrew Purtell
> Priority: Minor
>
> cachedRegionLocation stores region locations of tables whenever new region is
> looked up. However, the enties are deleted only when TableServers object is
> closed or locateRegion is called with false useCache argument. Therefore, it
> seems to grow without limit and cause out of memory exception.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.