Ich bin neu in Cassandra, aber es scheint der nodetool bootstrap
Befehl funktioniert nicht.Cassandra Unknown command bootstrap
[email protected]:~$ nodetool help bootstrap
Unknown command bootstrap
[email protected]:~$ nodetool bootstrap resume
nodetool: Found unexpected parameters: [bootstrap, resume]
See 'nodetool help' or 'nodetool help <command>'.
[email protected]:~$ nodetool help |grep bootstrap
rebuild Rebuild data by streaming from other nodes (similarly to bootstrap)
Ist es ein Versions-Problem?
[cqlsh 5.0.1 | Cassandra 2.1.9 | CQL spec 3.2.0 | Native protocol v3]
Ich möchte es verwenden, weil ich einen Knoten wieder aufnehmen möchte, nachdem ich es außer Betrieb genommen habe. Im Moment, nachdem ich einen Knoten außer Betrieb genommen habe, muss ich den Cassandra-Dienst beenden und den Cassandra-Dienst neu starten. Ich denke Bootstrap kann nach dem Dekommissionierungsbefehl verwendet werden, um den Knoten in Betrieb zu nehmen.
nodetool Beitreten ist eine andere Sache.