coder-jeffery opened a new issue, #206: URL: https://github.com/apache/dubbo-rust/issues/206
case 1: Issue: ZooKeeper service discovery fails to detect service instances going offline — Critical Root cause: In `registry/zookeeper/src/lib.rs`, the second loop within the `diff()` function queries the wrong map: As a result, `removed_hosts` remains empty, and consumers continue to send requests to "zombie" nodes after the provider has gone offline. case 2: Issue: Incorrect operator precedence in TLS conditional expression — Critical Root cause: `!self.keys.len() != 0` always evaluates to `true`; this causes a panic due to `remove(0)` when certificates are present but keys are missing. -- 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]
