Daniel Klöck
Daniel Klöck

Reputation: 21137

Cassandra:What operations do need a restart?

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

Answers (1)

jbellis
jbellis

Reputation: 19377

Pretty much just upgrades. Schema changes, cache settings, even subsystems like the snitch can all be changed without a restart.

Upvotes: 2

Related Questions