Reputation: 21137
When must Cassandra be restarted? for what operations? Anyone got something like a list?
for example: - when changing a column family definition.
Upvotes: 1
Views: 94
Reputation: 19377
Pretty much just upgrades. Schema changes, cache settings, even subsystems like the snitch can all be changed without a restart.
Upvotes: 2