AM.updateTimers() delays the timeout monitor from assigning regions.
--------------------------------------------------------------------

                 Key: HBASE-5337
                 URL: https://issues.apache.org/jira/browse/HBASE-5337
             Project: HBase
          Issue Type: Bug
    Affects Versions: 0.90.5
            Reporter: ramkrishna.s.vasudevan
            Assignee: ramkrishna.s.vasudevan
             Fix For: 0.90.7


AM.updateTimers() is necessary when the new RS has joined the cluster and there 
are more regions to be assigned to it.  The updateTimer will help the TM from 
not picking up these regions because they are still in the process of 
assignment.
But if in 0.90 we have 30min as TM period then this step of updating the timers 
further delays the assignment.
I think we can remove the call for updateTimer in 0.90 till we decide to change 
the TM period.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to