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

Ted Yu commented on HBASE-4052:
-------------------------------

This test failure is new:
{code}
testRPCException(org.apache.hadoop.hbase.master.TestHMasterRPCException)  Time 
elapsed: 1.543 sec  <<< FAILURE!
java.lang.AssertionError: Unexpected throwable: 
java.net.SocketTimeoutException: Call to 
us01-ciqps1-grid06.carrieriq.com/10.202.50.106:19386 failed on socket timeout 
exception: java.net.SocketTimeoutException: 100 millis timeout while waiting 
for channel to be ready for read. ch : 
java.nio.channels.SocketChannel[connected local=/10.202.50.106:48181 
remote=us01-ciqps1-grid06.carrieriq.com/10.202.50.106:19386]
        at org.junit.Assert.fail(Assert.java:91)
        at 
org.apache.hadoop.hbase.master.TestHMasterRPCException.testRPCException(TestHMasterRPCException.java:59)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
{code}

> Enabling a table after master switch is not allowing table scan.  Throws 
> NotServingRegionException
> --------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-4052
>                 URL: https://issues.apache.org/jira/browse/HBASE-4052
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.90.3
>         Environment: Linux
>            Reporter: ramkrishna.s.vasudevan
>            Assignee: ramkrishna.s.vasudevan
>             Fix For: 0.90.4
>
>         Attachments: 4052.txt, Disabled.bmp, Disabling-1.bmp, 
> Disabling-2.bmp, HBASE-4052.patch, TestMasterRestartAfterDisablingTable.java
>
>
> Following is the scenario:
> Start RS and Active and standby masters
> Create table and insert data.
> Disable the table.
> Stop the active master and switch to the standby master.
> Now enable the table.
> Do a scan on the enabled table.
> NotServingRegionException is Thrown.
> But the same works well when we dont switch the master.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to