couchbase-shell icon indicating copy to clipboard operation
couchbase-shell copied to clipboard

Make error handling consistent when iterating over clusters

Open Westwooo opened this issue 1 year ago • 0 comments

When loading a sample bucket fails against one cluster in the list of identifiers this does not cause the entire command to fail, instead the results of each attempted load are reported. This is not the case will all the other bucket commands, these return an error when one of the clusters returns an error. We should make the behaviour consistent and have all commands that take a list of cluster identifiers act the same as buckets load-sample.

Westwooo avatar Jul 26 '24 09:07 Westwooo