yittg edited a comment on pull request #15501: URL: https://github.com/apache/flink/pull/15501#issuecomment-847689225
> However, I still find a suspicious log which shows up every 5 seconds. It might be related with [fabric8io/kubernetes-client#2651](https://github.com/fabric8io/kubernetes-client/issues/2651). This will greatly increase the pressure of ETCD and affect the whole K8s cluster stability. Could you please have a look? > > ``` > 2021-05-25 07:04:45,580 DEBUG [pool-5-thread-1] io.fabric8.kubernetes.client.informers.cache.Reflector [] - Listing items (4) for resource class io.fabric8.kubernetes.api.model.ConfigMap v3656102 > ``` I missed the DEFAULT_PERIOD before, how about passing the `Long.MAX_VALUE` to walk around it? May be a relatively long interval is also OK? i'm not quite sure. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
