zrlw commented on PR #15113: URL: https://github.com/apache/dubbo/pull/15113#issuecomment-2675857473
ReferenceConfigTest,ServiceConfigTest,DubboBootstrapTest,MultipleRegistryCenterServiceDiscoveryRegistryIntegrationTest of dubbo-config-api might be affected as sometimes RpcException with ```Address already in use``` will be thrown. see https://github.com/apache/dubbo/actions/runs/13462589128/job/37621771946 ``` 2025-02-21T18:35:26.8596499Z [ERROR] ReferenceConfigTest.testClassLoader:1164 » Rpc Fail to start server(url: dubbo://10.1.0.216:20880/org.apache.dubbo.config.api.DemoService?anyhost=true&application=Test&background=false&bind.ip=10.1.0.216&bind.port=20880&channel.readonly.sent=true&codec=dubbo&deprecated=false&dubbo=2.0.2&dynamic=true&executor-management-mode=isolation&file-cache=true&generic=false&heartbeat=60000&interface=org.apache.dubbo.config.api.DemoService&methods=callInnerClass,echo,getBox,getUsers,sayName,throwDemoException&pid=236855®ister=false&release=3.3.4-SNAPSHOT&side=provider×tamp=1740162893508) Failed to bind NettyServer on /0.0.0.0:20880, cause: Address already in use ... ``` -- 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]
