AlbumenJ opened a new pull request #9112: URL: https://github.com/apache/dubbo/pull/9112
## What is the purpose of the change 1. Refactor BitList implementation. Remove RoaringBitmap dependency. Extend AbstractList, implement most of the method implemented from List. 2. Refactor the collection using in Directory of invokers to BitList to improve performance. 3. Add valid, invalid, disabled invokers support. 4. Add connectivity validation to AbstractClusterInvoker, automatically add invaild invokers to Directory. 5. Add reconnect check support for Directory. 6. Add router snapshot print when route result is empty support. -- 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]
