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
// Before https://github.com/stackabletech/hbase-operator/issues/354, hbase automatically added a `/hbase` suffix, ending up with a chroot of e.g. `/znode-fe51edff-8df9-43a8-ac5f-4781b071ae5f/hbase`.
118
-
// Because the chroot we read from the ZNode discovery CM is only `/znode-fe51edff-8df9-43a8-ac5f-4781b071ae5f`, we need to prepend the `/hbase` suffix ourselves.
119
-
// If we don't do so, hbase clusters created before #354 would need to be migrated to the different znode path!
120
-
121
-
// Check if a user points to a discovery CM of a HBaseCluster rather than a ZNode.
122
-
if chroot == "/"{
123
-
warn!(
124
-
"It is recommended to let the HBase cluster point to a discovery ConfigMap of a ZNode rather than a ZookeeperCluster. \
125
-
This prevents accidental reuse of the same Zookeeper path for multiple product instances. \
126
-
See https://docs.stackable.tech/home/stable/zookeeper/getting_started/first_steps for details"
0 commit comments