nikhiln64 commented on issue #8169:
URL: 
https://github.com/apache/incubator-seata/issues/8169#issuecomment-5046203758

   I would like to try this one if the reporter is not already on it. From 
reading NetUtil, getIgnoredInterfacesLocalAddress starts with the LOCAL_ADDRESS 
cache check and also writes its own result into that same static field, so 
whichever call runs first poisons every later call regardless of parameters. 
Any default path lookup then silently disables the configured interface 
filtering from #8090 for all the callers like TmNettyRemotingClient and 
RegisterTMRequest. My plan is to reserve the global cache for the parameterless 
default lookup only and route parameterized lookups to getLocalAddress0 
directly, then port the failing test from this issue into NetUtilTest. Could a 
maintainer assign me if that works?


-- 
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