Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4.0, 2.0.0
-
None
-
Reviewed
Description
After HBASE-11393, replication table-cfs use a PB object. So it need copy the old string config to new PB object when upgrade cluster. In our use case, we have different kerberos for different cluster, etc. online serve cluster and offline processing cluster. And we use a unify global admin kerberos for all clusters. The peer node is created by client. So only global admin has the write permission for it. When upgrade cluster, HMaster doesn't has the write permission on peer node, it maybe failed to copy old table-cfs string to new PB Object. I thought it need a tool for client to do this copy job.
Attachments
Attachments
Issue Links
- relates to
-
HBASE-18626 Handle the incompatible change about the replication TableCFs' config
- Resolved