vangoleo commented on issue #1431: here is a StackOverflow bug?  dubbo version 
2.5.9, FailsafeLogger.appendContextMessage() > NetUtils.getLocalAddress()
URL: 
https://github.com/apache/incubator-dubbo/issues/1431#issuecomment-389487358
 
 
   It's a bug. when NetUtils.getLocalHost() raise an exception, the invoke 
chain will go to an endless loop:
   NetUtils.getLocalHost() -> FailsafeLogger.appendContextMessage() -> 
NetUtils.getLocalHost()
   
   @kimmking there are some conflict in your PR #1435. Could you please update 
the PR.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org

Reply via email to