Duo Zhang
Duo Zhang
> I agree that there is a longer arch of a discussion re: HBase and a container runtime platform like Kubernetes. I believe that Kubernetes implements its own form of...
> Checked the API description https://github.com/kubernetes-client/java/blob/master/kubernetes/docs/CoreV1Api.md#deleteNamespacedPod The deleteNamespacedPod method has a gracePeriodSeconds, 0 means delete immediately, so I think it could archive what we want. But what I concern more...
And I'm a bit interest on how do you guys manage datanode or namenode on K8s? They have local storage, so if you delete the pod and launch a new...
So what is the intention here? We do not use new features of zookeeper and curator, keeping an old version can have most compatibility? Thanks.
> > So what is the intention here? We do not use new features of zookeeper and curator, keeping an old version can have most compatibility? > > Thanks. >...
> Hi Duo, would you mind taking a look in your free time ? This is the last zk-based procedure, also the last sub-task of [HBASE-21488](https://issues.apache.org/jira/browse/HBASE-21488) , I'd like to...
Any updates here? Thanks.
Since we use exponential backoff here, the log output is acceptable? We will soon increase the interval between each warn message? At client side, we have configuration to not output...
> > Since we use exponential backoff here, the log output is acceptable? We will soon increase the interval between each warn message? > > Yes you are right, but...
Any updates here? Thanks.