[
https://issues.apache.org/jira/browse/CASSANDRA-6116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13785255#comment-13785255
]
Eric Evans edited comment on CASSANDRA-6116 at 10/3/13 3:23 PM:
----------------------------------------------------------------
This is probably a duplicate of CASSANDRA-6090 and/or CASSANDRA-6101; Could you
try this again and let me know the result?
Edit: Oh, and trying it again will require building a new package from the
{{cassanra-2.0}} branch, let me know if you need help with this, or web access
to a packaged snapshot.
was (Author: urandom):
This is probably a duplicate of CASSANDRA-6090 and/or CASSANDRA-6101; Could you
try this again and let me know the result?
> /etc/init.d/cassandra stop and service don't work
> -------------------------------------------------
>
> Key: CASSANDRA-6116
> URL: https://issues.apache.org/jira/browse/CASSANDRA-6116
> Project: Cassandra
> Issue Type: Bug
> Components: Packaging
> Reporter: Cathy Daw
> Assignee: Eric Evans
> Priority: Minor
>
> These use to work in 2.0.0 and appears to be introduced in 2.0.1
> Test Scenario
> {noformat}
> # Start Server
> automaton@ip-10-171-39-230:~$ sudo service cassandra start
> xss = -ea -javaagent:/usr/share/cassandra/lib/jamm-0.2.5.jar
> -XX:+UseThreadPriorities -XX:ThreadPriorityPolicy=42 -Xms1862M -Xmx1862M
> -Xmn200M -XX:+HeapDumpOnOutOfMemoryError -Xss256k
> # Check Status
> automaton@ip-10-171-39-230:~$ nodetool status
> Datacenter: datacenter1
> =======================
> Status=Up/Down
> |/ State=Normal/Leaving/Joining/Moving
> -- Address Load Tokens Owns Host ID
> Rack
> UN 127.0.0.1 81.72 KB 256 100.0%
> e40ef77c-9cf7-4e27-b651-ede3b7269019 rack1
> # Check Status of service
> automaton@ip-10-171-39-230:~$ sudo service cassandra status
> xss = -ea -javaagent:/usr/share/cassandra/lib/jamm-0.2.5.jar
> -XX:+UseThreadPriorities -XX:ThreadPriorityPolicy=42 -Xms1862M -Xmx1862M
> -Xmn200M -XX:+HeapDumpOnOutOfMemoryError -Xss256k
> * Cassandra is not running
> # Stop Server
> automaton@ip-10-171-39-230:~$ sudo service cassandra stop
> xss = -ea -javaagent:/usr/share/cassandra/lib/jamm-0.2.5.jar
> -XX:+UseThreadPriorities -XX:ThreadPriorityPolicy=42 -Xms1862M -Xmx1862M
> -Xmn200M -XX:+HeapDumpOnOutOfMemoryError -Xss256k
> # Verify Server is no longer up
> automaton@ip-10-171-39-230:~$ nodetool status
> Datacenter: datacenter1
> =======================
> Status=Up/Down
> |/ State=Normal/Leaving/Joining/Moving
> -- Address Load Tokens Owns Host ID
> Rack
> UN 127.0.0.1 81.72 KB 256 100.0%
> e40ef77c-9cf7-4e27-b651-ede3b7269019 rack1
> {noformat}
> Installation Instructions
> {noformat}
> wget http://people.apache.org/~slebresne/cassandra_2.0.1_all.deb
> sudo dpkg -i cassandra_2.0.1_all.deb # Error about dependencies
> sudo apt-get -f install
> sudo dpkg -i cassandra_2.0.1_all.deb
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.1#6144)