You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Michael Shuler (JIRA)" <ji...@apache.org> on 2014/07/29 23:57:40 UTC

[jira] [Updated] (CASSANDRA-6859) Can't gracefull shutdown cassandra

     [ https://issues.apache.org/jira/browse/CASSANDRA-6859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Shuler updated CASSANDRA-6859:
--------------------------------------

    Assignee: Ryan McGuire

[~enigmacurry] let's see if this is still reproducible in 2.0/2.1 branch HEADs.

> Can't gracefull shutdown cassandra
> ----------------------------------
>
>                 Key: CASSANDRA-6859
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6859
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Viktor Kuzmin
>            Assignee: Ryan McGuire
>            Priority: Minor
>         Attachments: cassandra-jstack.txt
>
>
> Sometimes can't gracefully shutdown cassandra server. No exceptions in log. HSHA thrift server is used and it seems cassandra is stuck on stopping it. From jstack (full version attached):
> "StorageServiceShutdownHook" prio=10 tid=0x00007f7a1c004000 nid=0x2422 in Object.wait() [0x00007f7a2fb2b000]
>    java.lang.Thread.State: WAITING (on object monitor)
>         at java.lang.Object.wait(Native Method)
>         at java.lang.Thread.join(Thread.java:1280)
>         - locked <0x00000006141c67a8> (a org.apache.cassandra.thrift.ThriftServer$ThriftServerThread)
>         at java.lang.Thread.join(Thread.java:1354)
>         at org.apache.cassandra.thrift.ThriftServer.stop(ThriftServer.java:68)
>         at org.apache.cassandra.service.StorageService.stopRPCServer(StorageService.java:312)
>         at org.apache.cassandra.service.StorageService.shutdownClientServers(StorageService.java:381)
>         at org.apache.cassandra.service.StorageService.access$000(StorageService.java:97)
>         at org.apache.cassandra.service.StorageService$1.runMayThrow(StorageService.java:567)
>         at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28)
>         at java.lang.Thread.run(Thread.java:744)



--
This message was sent by Atlassian JIRA
(v6.2#6252)