Andrey Stepachev created HBASE-12880:
----------------------------------------

             Summary: Possible resource leak in RegionStates
                 Key: HBASE-12880
                 URL: https://issues.apache.org/jira/browse/HBASE-12880
             Project: HBase
          Issue Type: Bug
          Components: Region Assignment
    Affects Versions: 2.0.0, 1.1.0
            Reporter: Andrey Stepachev


During my work on patch HBASE-7332 I stumbled on strange behaviour in 
RegionStates. Split region doesn't removed from regionStates in regionOffline() 
method and RegionState for this region sits in regionStates map indefinitely 
long (until RS rebooted).
(that is clearly seen in HBASE-7332 by simple creating table and splitting it 
from command line).

Is that was intended to be so and some chore eventually will remove it from 
regionStates (didn't find with fast code scanning) or here can be resource leak?





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to