Orange-OpenSource / casskop

This Kubernetes operator automates the Cassandra operations such as deploying a new rack aware cluster, adding/removing nodes, configuring the C* and JVM parameters, upgrading JVM and C* versions, and many more...
https://orange-opensource.github.io/casskop/
Apache License 2.0
183 stars 54 forks source link

Enforce HARDLINKS restore strategy as it is faster #290

Closed cscetbon closed 3 years ago

cscetbon commented 3 years ago

IMPORT restore strategy implies reading sstables and rewriting them which is longer that using hardlinks. That PR enforces that choice.

cscetbon commented 3 years ago

@PERES-Richard I agree on the doc but not on the test. It's the response returned by the client and it always includes the restore strategy

PERES-Richard commented 3 years ago

@PERES-Richard I agree on the doc but not on the test. It's the response returned by the client and it always includes the restore strategy

Okey. I will test this new implem on our cluster to strongly make sure that this will not break backup & restore flows :)