[ 
https://issues.apache.org/jira/browse/HBASE-7009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13491175#comment-13491175
 ] 

Enis Soztutar commented on HBASE-7009:
--------------------------------------

Thanks Lars, did not see HBASE-6920. However, I have run this with the tip of 
0.94, so it should include that patch.
I think there is still a problem in this case: 
master is stopped, first call to getMaster() reports 
{code}
12/11/05 19:26:06 INFO client.HConnectionManager$HConnectionImplementation: 
Exception contacting master. Retrying...
java.io.IOException: Call to ip-10-191-190-58.ec2.internal/10.191.190.58:60000 
failed on local exception: java.io.EOFException
{code}
and it will fall through and throw MNRE in line #713. However, in this first 
call, we already set this.masterChecked to true, so all the subsequent calls 
will not enter the for loop, thus master is not refreshed.
                
> Port HBaseCluster interface/tests to 0.94
> -----------------------------------------
>
>                 Key: HBASE-7009
>                 URL: https://issues.apache.org/jira/browse/HBASE-7009
>             Project: HBase
>          Issue Type: Sub-task
>          Components: test
>    Affects Versions: 0.94.3
>            Reporter: Sergey Shelukhin
>            Assignee: Sergey Shelukhin
>             Fix For: 0.94.4
>
>         Attachments: HBASE-7009-p1.patch, HBASE-7009.patch, 
> HBASE-7009-v2-squashed.patch
>
>
> Need to port. I am porting V5 patch from the original JIRA; I have a 
> partially ported (V3) patch from Enis with protocol buffers being reverted to 
> HRegionInterface/HMasterInterface

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to