If the hbasemaster STS gets deleted, the operator doesn't recreate it and instead remains stuck, logging this forever:
time="2022-01-04T08:59:21Z" level=error msg="failed looking up region" backoff=1h32m13.192s err="failed to read the /hbase/master znode: zk: node does not exist" key="\"\"" table="\"\""
time="2022-01-04T10:31:34Z" level=error msg="failed looking up region" backoff=1h32m18.192s err="failed to read the /hbase/master znode: zk: node does not exist" key="\"\"" table="\"\""
Restarting the hbase-k8s-operator-controller-manager pod works around the issue as it recreates the STS upon starting back up. But it should just recreate the STS if for some reason it goes away.
If the hbasemaster STS gets deleted, the operator doesn't recreate it and instead remains stuck, logging this forever:
Restarting the hbase-k8s-operator-controller-manager pod works around the issue as it recreates the STS upon starting back up. But it should just recreate the STS if for some reason it goes away.