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 "Hadoop QA (JIRA)" <ji...@apache.org> on 2007/05/24 23:01:32 UTC

[jira] Commented: (HADOOP-1429) RPC Server won't go quietly

    [ https://issues.apache.org/jira/browse/HADOOP-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498835 ] 

Hadoop QA commented on HADOOP-1429:
-----------------------------------

+1

http://issues.apache.org/jira/secure/attachment/12358155/noisyshutdown.patch applied and successfully tested against trunk revision r541360.

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

> RPC Server won't go quietly
> ---------------------------
>
>                 Key: HADOOP-1429
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1429
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: ipc
>            Reporter: stack
>            Priority: Minor
>         Attachments: noisyshutdown.patch
>
>
> Trying to do a controlled shutdown of hbase, the RPC Server spews the following ugly output:
> unknown-208-76-47-46:~/Documents/checkouts/hadoop-trunk stack$ ./src/contrib/hbase/bin/hbase master stop
> 07/05/24 12:53:47 INFO ipc.Server: Stopping server on 60000
> 07/05/24 12:53:47 INFO ipc.Server: IPC Server handler 0 on 60000 caught: java.lang.InterruptedException
> java.lang.InterruptedException
>         at java.lang.Object.wait(Native Method)
>         at org.apache.hadoop.ipc.Server$Handler.run(Server.java:541)
> 07/05/24 12:53:47 INFO ipc.Server: IPC Server handler 0 on 60000: exiting
> unknown-208-76-47-46:~/Documents/checkouts/hadoop-trunk stack$ 07/05/24 12:53:47 INFO ipc.Server: IPC Server handler 1 on 600
> 00 caught: java.lang.InterruptedException
> java.lang.InterruptedException
>         at java.lang.Object.wait(Native Method)
>         at org.apache.hadoop.ipc.Server$Handler.run(Server.java:541)
> 07/05/24 12:53:47 INFO ipc.Server: IPC Server handler 2 on 60000 caught: java.lang.InterruptedException
> java.lang.InterruptedException
>         at java.lang.Object.wait(Native Method)
>         at org.apache.hadoop.ipc.Server$Handler.run(Server.java:541)
> ...
> You get the same noise when if run the TestIPC unit test.

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