Leo Nicks
Results
1
issues of
Leo Nicks
当clent和server网络不通的时候报错是 Thrift client call failed, thrift client signature is *** 这个很难排查,最终发现是因为网络不通导致,但是这个报错很难定位到网络上; ThriftClientAdvice.java if (e instanceof ThriftClientOpenException) { // 创建连接失败 Throwable realCause = e.getCause().getCause(); // unreachable, reset router //这里会吃掉Connect to 192.168.0.98:1111...