You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Verify whether the bookkeeper cluster has been deployed with one replica and if so , make sure the following condition is met bookkeeper.ensemble.size >= bookkeeper.write.quorum.size >= bookkeeper.ack.quorum.size
Description
Verify whether the bookkeeper cluster has been deployed with one replica and if so , make sure the following condition is met
bookkeeper.ensemble.size >= bookkeeper.write.quorum.size >= bookkeeper.ack.quorum.size
Importance
must-have
Location
https://github.com/pravega/pravega-operator/blob/master/pkg/apis/pravega/v1beta1/pravegacluster_types.go
Suggestions for an improvement
The following checks should be performed :
bookkeeper.write.quorum.racks.minimumCount.enable
should be set tofalse
The text was updated successfully, but these errors were encountered: