wu-sheng commented on issue #13296: URL: https://github.com/apache/skywalking/issues/13296#issuecomment-4212406507
Fixed in https://github.com/apache/skywalking-java/pull/802 (milestone: Java Agent 9.7.0). Root cause: MongoDB Java Driver 4.11+ removed `Cluster.getDescription()`. The `MongoRemotePeerHelper` now uses `getCurrentDescription()` instead, which is available since driver 4.x. Test coverage extended to MongoDB driver 4.11.5. -- 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]
