调用Dubbo服务超时 Waiting server-side response timeout

消费方项目为SpringMVC
服务提供方为Spring+MyBatis

使用版本号:
dubbo 2.6.6
zookeeper 3.6.1

出现异常:
类型:com.alibaba.dubbo.rpc.RpcException
主要信息:
Invoke remote method timeout.
cause: Waiting server-side response timeout. start time: xxxxxxx

看起来像是超时???????,然而并不是...各种方法解决不了

解决方案:
研究半宿,最后结果是:zookeeper版本修改为3.4.8解决
猜测zk3.6版本较新 与dubbo不兼容

你可能感兴趣的:(调用Dubbo服务超时 Waiting server-side response timeout)