Changes between Version 3 and Version 4 of jazz/Cassandra
- Timestamp:
- Jan 24, 2018, 10:10:55 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/Cassandra
v3 v4 25 25 system_traces | {"replication_factor":"2"} 26 26 }}} 27 28 == NodeTool == 29 30 * 查詢叢集節點狀態 31 {{{ 32 ~$ nodetool status 33 }}} 34 * 強制移除故障節點 35 {{{ 36 ~$ nodetool removenode NODE_ID 37 }}}