Manoj Kanta Mainali created CASSANDRA-5728:
----------------------------------------------
Summary: Check if native server is running before starting it up
Key: CASSANDRA-5728
URL: https://issues.apache.org/jira/browse/CASSANDRA-5728
Project: Cassandra
Issue Type: Improvement
Affects Versions: 1.2.6
Reporter: Manoj Kanta Mainali
Attachments: trunk-CASSANDRA-5728.patch
It is possible to enable/disable thrift and native server via nodetool.
However, there is a slight difference in their behaviour. In the case of thrift
server, if the server is already running, enable will ignore and will not throw
any exceptions. However, in the case of native server if the server is already
running an exception is thrown. In the case of thrift, we check if the server
is already running but not in the case of binary. The exception is perfectly
valid, but, we should have consistent behaviour with thirft and binary server.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira