Francisco Guerrero created CASSANDRA-19905:
----------------------------------------------
Summary: Fix incorrect nodetool suggestion when gossip mode is
running
Key: CASSANDRA-19905
URL: https://issues.apache.org/jira/browse/CASSANDRA-19905
Project: Cassandra
Issue Type: Bug
Reporter: Francisco Guerrero
Assignee: Francisco Guerrero
In trunk, when data directories were present with older system tables starting
up Cassandra produces the following error:
{code:java}
NoHostAvailable: ('Unable to complete the operation against any hosts', {<Host:
127.0.0.1:9042 datacenter1>: <Error from server: code=0000 [Server error]
message="java.lang.IllegalStateException: Can't commit transformations when
running in gossip mode. Enable the ClusterMetadataService with `nodetool
addtocms`.">})
{code}
The correct error message should state the the command to run is {{nodetool cms
initialize}} instead.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]