You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "stack (JIRA)" <ji...@apache.org> on 2007/05/21 22:12:17 UTC

[jira] Created: (HADOOP-1404) hbase command-line shutdown failing (must waits for timeout)

hbase command-line shutdown failing (must waits for timeout)
------------------------------------------------------------

                 Key: HADOOP-1404
                 URL: https://issues.apache.org/jira/browse/HADOOP-1404
             Project: Hadoop
          Issue Type: Bug
          Components: contrib/hbase
            Reporter: stack
         Assigned To: stack


Calling stop on hbase master throws following:

$ ./src/contrib/hbase/bin/hbase master --bind=localhost:58774 stop
07/05/21 12:59:47 ERROR hbase.HMaster: Can not stop master because java.net.SocketTimeoutException: timed out waiting for rpc response
        at org.apache.hadoop.ipc.Client.call(Client.java:473)
        at org.apache.hadoop.ipc.RPC$Invoker.invoke(RPC.java:165)
        at $Proxy0.shutdown(Unknown Source)
        at org.apache.hadoop.hbase.HClient.shutdown(HClient.java:165)
        at org.apache.hadoop.hbase.HMaster.main(HMaster.java:1684)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-1404) hbase command-line shutdown failing (must waits for timeout)

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HADOOP-1404:
--------------------------

    Status: Patch Available  (was: Open)

Trigger a build with this patch

> hbase command-line shutdown failing (must waits for timeout)
> ------------------------------------------------------------
>
>                 Key: HADOOP-1404
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1404
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>         Assigned To: stack
>         Attachments: master_shutdown.patch
>
>
> Calling stop on hbase master throws following:
> $ ./src/contrib/hbase/bin/hbase master --bind=localhost:58774 stop
> 07/05/21 12:59:47 ERROR hbase.HMaster: Can not stop master because java.net.SocketTimeoutException: timed out waiting for rpc response
>         at org.apache.hadoop.ipc.Client.call(Client.java:473)
>         at org.apache.hadoop.ipc.RPC$Invoker.invoke(RPC.java:165)
>         at $Proxy0.shutdown(Unknown Source)
>         at org.apache.hadoop.hbase.HClient.shutdown(HClient.java:165)
>         at org.apache.hadoop.hbase.HMaster.main(HMaster.java:1684)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-1404) hbase command-line shutdown failing (must waits for timeout)

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12497574 ] 

Hadoop QA commented on HADOOP-1404:
-----------------------------------

+1

http://issues.apache.org/jira/secure/attachment/12357799/master_shutdown.patch applied and successfully tested against trunk revision r539623.

Test results:   http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/169/testReport/
Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/169/console

> hbase command-line shutdown failing (must waits for timeout)
> ------------------------------------------------------------
>
>                 Key: HADOOP-1404
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1404
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>         Assigned To: stack
>         Attachments: master_shutdown.patch
>
>
> Calling stop on hbase master throws following:
> $ ./src/contrib/hbase/bin/hbase master --bind=localhost:58774 stop
> 07/05/21 12:59:47 ERROR hbase.HMaster: Can not stop master because java.net.SocketTimeoutException: timed out waiting for rpc response
>         at org.apache.hadoop.ipc.Client.call(Client.java:473)
>         at org.apache.hadoop.ipc.RPC$Invoker.invoke(RPC.java:165)
>         at $Proxy0.shutdown(Unknown Source)
>         at org.apache.hadoop.hbase.HClient.shutdown(HClient.java:165)
>         at org.apache.hadoop.hbase.HMaster.main(HMaster.java:1684)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-1404) hbase command-line shutdown failing (must waits for timeout)

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HADOOP-1404:
--------------------------

    Attachment: master_shutdown.patch

Added patch that starts up a shutdown thread allowing RPC to return to the calling client.

> hbase command-line shutdown failing (must waits for timeout)
> ------------------------------------------------------------
>
>                 Key: HADOOP-1404
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1404
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>         Assigned To: stack
>         Attachments: master_shutdown.patch
>
>
> Calling stop on hbase master throws following:
> $ ./src/contrib/hbase/bin/hbase master --bind=localhost:58774 stop
> 07/05/21 12:59:47 ERROR hbase.HMaster: Can not stop master because java.net.SocketTimeoutException: timed out waiting for rpc response
>         at org.apache.hadoop.ipc.Client.call(Client.java:473)
>         at org.apache.hadoop.ipc.RPC$Invoker.invoke(RPC.java:165)
>         at $Proxy0.shutdown(Unknown Source)
>         at org.apache.hadoop.hbase.HClient.shutdown(HClient.java:165)
>         at org.apache.hadoop.hbase.HMaster.main(HMaster.java:1684)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-1404) hbase command-line shutdown failing (must waits for timeout)

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12497829 ] 

Hadoop QA commented on HADOOP-1404:
-----------------------------------

Integrated in Hadoop-Nightly #97 (See http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/97/)

> hbase command-line shutdown failing (must waits for timeout)
> ------------------------------------------------------------
>
>                 Key: HADOOP-1404
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1404
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>         Assigned To: stack
>         Attachments: master_shutdown.patch
>
>
> Calling stop on hbase master throws following:
> $ ./src/contrib/hbase/bin/hbase master --bind=localhost:58774 stop
> 07/05/21 12:59:47 ERROR hbase.HMaster: Can not stop master because java.net.SocketTimeoutException: timed out waiting for rpc response
>         at org.apache.hadoop.ipc.Client.call(Client.java:473)
>         at org.apache.hadoop.ipc.RPC$Invoker.invoke(RPC.java:165)
>         at $Proxy0.shutdown(Unknown Source)
>         at org.apache.hadoop.hbase.HClient.shutdown(HClient.java:165)
>         at org.apache.hadoop.hbase.HMaster.main(HMaster.java:1684)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-1404) hbase command-line shutdown failing (must waits for timeout)

Posted by "Jim Kellerman (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim Kellerman updated HADOOP-1404:
----------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

I've committed this. Thanks Michael!

> hbase command-line shutdown failing (must waits for timeout)
> ------------------------------------------------------------
>
>                 Key: HADOOP-1404
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1404
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/hbase
>            Reporter: stack
>         Assigned To: stack
>         Attachments: master_shutdown.patch
>
>
> Calling stop on hbase master throws following:
> $ ./src/contrib/hbase/bin/hbase master --bind=localhost:58774 stop
> 07/05/21 12:59:47 ERROR hbase.HMaster: Can not stop master because java.net.SocketTimeoutException: timed out waiting for rpc response
>         at org.apache.hadoop.ipc.Client.call(Client.java:473)
>         at org.apache.hadoop.ipc.RPC$Invoker.invoke(RPC.java:165)
>         at $Proxy0.shutdown(Unknown Source)
>         at org.apache.hadoop.hbase.HClient.shutdown(HClient.java:165)
>         at org.apache.hadoop.hbase.HMaster.main(HMaster.java:1684)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.