crate-operator icon indicating copy to clipboard operation
crate-operator copied to clipboard

Support only CrateDB versions >= 4.2.0

Open chaudum opened this issue 5 years ago • 0 comments

Due to missing AL privileges in CrateDB < 4.2 there is a workaround to RESET allocations via the client

https://github.com/crate/crate-operator/blob/a19d9447bec053b37c9deb35966b7f1e40b93dcc/crate/operator/scale.py#L416-L426

In newer CrateDB versions, this workaround is obsolete and could be removed.

chaudum avatar Nov 27 '20 13:11 chaudum