weihubeats
weihubeats
I also encountered a similar problem, mainly caused by the inconsistency of the ZooKeeper server and java client versions. Changing to a consistent version can solve the problem
We also encountered a similar problem, can you take a look at your code?
能提供下tlog版本和springcloud的版本,以及配置使用的的代码?
` private static final int CPU = SystemUtil.getCPU(); public int getCorePooSize(int ioTime, int cpuTime) { return CPU + (1 + (ioTime / cpuTime)); } ` 大致就是自己计算核心线程数
目前使用线程池,自己去定义一些线程池参数还是过于复杂。想考虑通过区分不同的线程池去降低使用门槛。比如通过获取一个IO线程池需要定义的参数会少一点
I understand this issue is to create spring-cloud-tencent-docs and then create empty folder like in the screenshot?
是否可以这样实现: 服务上线可以提供一个延迟发布配置,这个延迟发布时间配置交给用户去定义。服务下线可以去监听ContextClosedEvent事件完成服务下线。
那将这个任务给我试试?
k8s 容器中有类似的问题,暂时只能加强监控和重试兜底。可能是客户端繁忙导致的。可惜项目不维护了