songzhiying opened a new issue, #10841:
URL: https://github.com/apache/dubbo/issues/10841

   升级到2.7.8之后,日志会一直打印这个错误,但是我看2.7.12中,也不过只是
     URL lazyUrl = url.addParameter(LAZY_CONNECT_INITIAL_STATE_KEY, 
Boolean.TRUE)
                       //.addParameter(RECONNECT_KEY, Boolean.FALSE)
                       .addParameter(SEND_RECONNECT_KEY, 
Boolean.TRUE.toString());
               
//.addParameter(LazyConnectExchangeClient.REQUEST_WITH_WARNING_KEY, true);
               client = new LazyConnectExchangeClient(lazyUrl, 
client.getExchangeHandler());
   也只是注释了这个打印?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to