项目场景:
Dubbo版本:2.7.6 问题描述:
在服务运行中频繁打印java.lang.IllegalStateException: safe guard client , should not be called ,must have a bug.的异常提示! 14:00:20.193 [Curator-TreeCache-1] WARN o.a.d.r.p.…
if (startSystemServer) { //判断是否需要startSystemServer Runnable r forkSystemServer(abiList, zygoteSocketName, zygoteServer);//通过fork的方式开启zygote的子进程,systemServer,并返回一个Runnale对象 // {code r null} in the parent (zygo…