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
The value of the flag useHostNameAsBookieID is hardcoded to true at the time of deployment, however the users can modify its value post deployment by editing the bookkeeper cluster resource. This however would break upgrades (for pravega/bookkeeper versions < 0.10.0) due to a mismatch in the Bookie ID value stored in the cookies before and after the upgrade, and should therefore not be allowed.
Description
The value of the flag
useHostNameAsBookieID
is hardcoded totrue
at the time of deployment, however the users can modify its value post deployment by editing the bookkeeper cluster resource. This however would break upgrades (for pravega/bookkeeper versions < 0.10.0) due to a mismatch in the Bookie ID value stored in the cookies before and after the upgrade, and should therefore not be allowed.Importance
nice
Location
pkg/apis/bookkeeper/v1alpha1/bookkeepercluster_types.go
Suggestions for an improvement
N.A.
The text was updated successfully, but these errors were encountered: