dubbo版本改动后,本地验证成功,发到容器上报错Caused by: java.lang.IllegalStateException: Failed to receive INITIALIZED event from zookeeper, pls. check if url zookeeper://***.***.***.***:2182/ConfigCenterConfig?check=true&config-file=dubbo.properties&group=dubbo&highest-priority=true&include.spring.env=false&namespace=dubbo&timeout=60000 is correct
参照https://github.com/apache/dubbo/issues/5678 未能解决
容器发布失败后就回收了,但是抓到的日志是报错zk连不上,放到另一个环境的ecs上后遇到数据库连不上的问题,以为是数据库白名单问题,绕了一大圈,最终发现是发布的容器环境配置的cpu过低,不能启动,把cpu调整后发布成功