Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Documentation
-
Low
-
Low Hanging Fruit
-
Adhoc Test
-
All
-
None
-
Description
In trunk, when data directories were present with older system tables starting up Cassandra produces the following error:
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`.">})
The correct error message should state the the command to run is nodetool cms initialize instead.