chore(deps-dev): bump org.mongodb:mongodb-driver-sync from 5.1.4 to 5.6.1 #296
GitHub Actions / Test Results
failed
Oct 7, 2025 in 0s
2 errors, 1 skipped, 184 pass in 1m 47s
187 tests 184 ✅ 1m 47s ⏱️
14 suites 1 💤
14 files 0 ❌ 2 🔥
Results for commit 81595ea.
Annotations
Check failure on line 0 in io.redlink.utils.test.testcontainers.MongoContainerTest
github-actions / Test Results
testDefaultDatabase (io.redlink.utils.test.testcontainers.MongoContainerTest) with error
test/testcontainers/target/surefire-reports/TEST-io.redlink.utils.test.testcontainers.MongoContainerTest.xml [took 7s]
Raw output
Server at localhost:32780 reports wire version 6, but this version of the driver requires at least 8 (MongoDB 4.2).
com.mongodb.MongoIncompatibleDriverException: Server at localhost:32780 reports wire version 6, but this version of the driver requires at least 8 (MongoDB 4.2).
at com.mongodb.internal.connection.BaseCluster.createIncompatibleException(BaseCluster.java:419)
at com.mongodb.internal.connection.BaseCluster.logAndThrowIncompatibleException(BaseCluster.java:398)
at com.mongodb.internal.connection.BaseCluster.selectServer(BaseCluster.java:157)
at com.mongodb.internal.connection.SingleServerCluster.selectServer(SingleServerCluster.java:47)
at com.mongodb.internal.binding.ClusterBinding.getReadConnectionSource(ClusterBinding.java:82)
at com.mongodb.client.internal.ClientSessionBinding.getConnectionSource(ClientSessionBinding.java:108)
at com.mongodb.client.internal.ClientSessionBinding.getReadConnectionSource(ClientSessionBinding.java:88)
at com.mongodb.internal.operation.SyncOperationHelper.withSuppliedResource(SyncOperationHelper.java:148)
at com.mongodb.internal.operation.SyncOperationHelper.withSourceAndConnection(SyncOperationHelper.java:129)
at com.mongodb.internal.operation.SyncOperationHelper.lambda$executeRetryableRead$4(SyncOperationHelper.java:195)
at com.mongodb.internal.operation.SyncOperationHelper.lambda$decorateReadWithRetries$13(SyncOperationHelper.java:317)
at com.mongodb.internal.async.function.RetryingSyncSupplier.get(RetryingSyncSupplier.java:67)
at com.mongodb.internal.operation.SyncOperationHelper.executeRetryableRead(SyncOperationHelper.java:201)
at com.mongodb.internal.operation.SyncOperationHelper.executeRetryableRead(SyncOperationHelper.java:180)
at com.mongodb.internal.operation.CommandReadOperation.execute(CommandReadOperation.java:60)
at com.mongodb.client.internal.MongoClusterImpl$OperationExecutorImpl.execute(MongoClusterImpl.java:426)
at com.mongodb.client.internal.MongoDatabaseImpl.executeCommand(MongoDatabaseImpl.java:215)
at com.mongodb.client.internal.MongoDatabaseImpl.runCommand(MongoDatabaseImpl.java:184)
at com.mongodb.client.internal.MongoDatabaseImpl.runCommand(MongoDatabaseImpl.java:179)
at com.mongodb.client.internal.MongoDatabaseImpl.runCommand(MongoDatabaseImpl.java:169)
at io.redlink.utils.test.testcontainers.MongoContainerTest.validate(MongoContainerTest.java:56)
at io.redlink.utils.test.testcontainers.MongoContainerTest.testDefaultDatabase(MongoContainerTest.java:38)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
[main] INFO tc.mongo:3.6 - Pulling docker image: mongo:3.6. Please be patient; this may take some time but only needs to be done once.
[docker-java-stream--197398972] INFO tc.mongo:3.6 - Starting to pull image
[docker-java-stream--197398972] INFO tc.mongo:3.6 - Pulling image layers: 0 pending, 0 downloaded, 0 extracted, (0 bytes/0 bytes)
[docker-java-stream--197398972] INFO tc.mongo:3.6 - Pulling image layers: 12 pending, 1 downloaded, 0 extracted, (527 bytes/? MB)
[docker-java-stream--197398972] INFO tc.mongo:3.6 - Pulling image layers: 11 pending, 2 downloaded, 0 extracted, (1 KB/? MB)
[docker-java-stream--197398972] INFO tc.mongo:3.6 - Pulling image layers: 10 pending, 3 downloaded, 0 extracted, (12 MB/? MB)
[docker-java-stream--197398972] INFO tc.mongo:3.6 - Pulling image layers: 9 pending, 4 downloaded, 0 extracted, (12 MB/? MB)
[docker-java-stream--197398972] INFO tc.mongo:3.6 - Pulling image layers: 8 pending, 5 downloaded, 0 extracted, (22 MB/? MB)
[docker-java-stream--197398972] INFO tc.mongo:3.6 - Pulling image layers: 7 pending, 6 downloaded, 0 extracted, (22 MB/? MB)
[docker-java-stream--197398972] INFO tc.mongo:3.6 - Pulling image layers: 6 pending, 7 downloaded, 0 extracted, (35 MB/? MB)
[docker-java-stream--197398972] INFO tc.mongo:3.6 - Pulling image layers: 5 pending, 8 downloaded, 0 extracted, (39 MB/? MB)
[docker-java-stream--197398972] INFO tc.mongo:3.6 - Pulling image layers: 4 pending, 9 downloaded, 0 extracted, (43 MB/? MB)
[docker-java-stream--197398972] INFO tc.mongo:3.6 - Pulling image layers: 3 pending, 10 downloaded, 0 extracted, (43 MB/? MB)
[docker-java-stream--197398972] INFO tc.mongo:3.6 - Pulling image layers: 2 pending, 11 downloaded, 0 extracted, (43 MB/? MB)
[docker-java-stream--197398972] INFO tc.mongo:3.6 - Pulling image layers: 1 pending, 12 downloaded, 0 extracted, (56 MB/? MB)
[docker-java-stream--197398972] INFO tc.mongo:3.6 - Pulling image layers: 1 pending, 12 downloaded, 1 extracted, (107 MB/? MB)
[docker-java-stream--197398972] INFO tc.mongo:3.6 - Pulling image layers: 1 pending, 12 downloaded, 2 extracted, (128 MB/? MB)
[docker-java-stream--197398972] INFO tc.mongo:3.6 - Pulling image layers: 1 pending, 12 downloaded, 3 extracted, (128 MB/? MB)
[docker-java-stream--197398972] INFO tc.mongo:3.6 - Pulling image layers: 1 pending, 12 downloaded, 4 extracted, (128 MB/? MB)
[docker-java-stream--197398972] INFO tc.mongo:3.6 - Pulling image layers: 1 pending, 12 downloaded, 5 extracted, (133 MB/? MB)
[docker-java-stream--197398972] INFO tc.mongo:3.6 - Pulling image layers: 1 pending, 12 downloaded, 6 extracted, (139 MB/? MB)
[docker-java-stream--197398972] INFO tc.mongo:3.6 - Pulling image layers: 1 pending, 12 downloaded, 7 extracted, (144 MB/? MB)
[docker-java-stream--197398972] INFO tc.mongo:3.6 - Pulling image layers: 1 pending, 12 downloaded, 8 extracted, (144 MB/? MB)
[docker-java-stream--197398972] INFO tc.mongo:3.6 - Pulling image layers: 1 pending, 12 downloaded, 9 extracted, (144 MB/? MB)
[docker-java-stream--197398972] INFO tc.mongo:3.6 - Pulling image layers: 1 pending, 12 downloaded, 10 extracted, (144 MB/? MB)
[docker-java-stream--197398972] INFO tc.mongo:3.6 - Pulling image layers: 0 pending, 13 downloaded, 10 extracted, (156 MB/162 MB)
[docker-java-stream--197398972] INFO tc.mongo:3.6 - Pulling image layers: 0 pending, 13 downloaded, 11 extracted, (162 MB/162 MB)
[docker-java-stream--197398972] INFO tc.mongo:3.6 - Pulling image layers: 0 pending, 13 downloaded, 12 extracted, (162 MB/162 MB)
[docker-java-stream--197398972] INFO tc.mongo:3.6 - Pulling image layers: 0 pending, 13 downloaded, 13 extracted, (162 MB/162 MB)
[docker-java-stream--197398972] INFO tc.mongo:3.6 - Pull complete. 13 layers, pulled in 5s (downloaded 162 MB at 32 MB/s)
[main] INFO tc.mongo:3.6 - Image mongo:3.6 pull took PT6.835544798S
[main] INFO tc.mongo:3.6 - Creating container for image: mongo:3.6
[main] INFO tc.mongo:3.6 - Container mongo:3.6 is starting: 89fcd5dc58a26b687ec2a34732ba414670de9755a99cc4627d5dc094b2d4cdaa
[main] INFO tc.mongo:3.6 - Container mongo:3.6 started in PT0.297107331S
[main] INFO org.mongodb.driver.client - MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync", "version": "5.6.1"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.11.0-1018-azure"}, "platform": "Java/Eclipse Adoptium/17.0.16+8"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, transportSettings=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, CollectionCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, com.mongodb.client.model.mql.ExpressionCodecProvider@5d96b0f, com.mongodb.Jep395RecordCodecProvider@5f31385e, com.mongodb.KotlinCodecProvider@4a592d22, EnumCodecProvider{}]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[localhost:32780], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='15 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverMonitoringMode=AUTO, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, dnsClient=null, inetAddressResolver=null, contextProvider=null, timeoutMS=null}
[cluster-ClusterId{value='68e4916a180b710e752394d7', description='null'}-localhost:32780] INFO org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=localhost:32780, type=STANDALONE, cryptd=false, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=6, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=21690924, minRoundTripTimeNanos=0}
Check failure on line 0 in io.redlink.utils.test.testcontainers.MongoContainerTest
github-actions / Test Results
testCustomDatabase (io.redlink.utils.test.testcontainers.MongoContainerTest) with error
test/testcontainers/target/surefire-reports/TEST-io.redlink.utils.test.testcontainers.MongoContainerTest.xml [took 0s]
Raw output
Server at localhost:32781 reports wire version 6, but this version of the driver requires at least 8 (MongoDB 4.2).
com.mongodb.MongoIncompatibleDriverException: Server at localhost:32781 reports wire version 6, but this version of the driver requires at least 8 (MongoDB 4.2).
at com.mongodb.internal.connection.BaseCluster.createIncompatibleException(BaseCluster.java:419)
at com.mongodb.internal.connection.BaseCluster.logAndThrowIncompatibleException(BaseCluster.java:398)
at com.mongodb.internal.connection.BaseCluster.selectServer(BaseCluster.java:157)
at com.mongodb.internal.connection.SingleServerCluster.selectServer(SingleServerCluster.java:47)
at com.mongodb.internal.binding.ClusterBinding.getReadConnectionSource(ClusterBinding.java:82)
at com.mongodb.client.internal.ClientSessionBinding.getConnectionSource(ClientSessionBinding.java:108)
at com.mongodb.client.internal.ClientSessionBinding.getReadConnectionSource(ClientSessionBinding.java:88)
at com.mongodb.internal.operation.SyncOperationHelper.withSuppliedResource(SyncOperationHelper.java:148)
at com.mongodb.internal.operation.SyncOperationHelper.withSourceAndConnection(SyncOperationHelper.java:129)
at com.mongodb.internal.operation.SyncOperationHelper.lambda$executeRetryableRead$4(SyncOperationHelper.java:195)
at com.mongodb.internal.operation.SyncOperationHelper.lambda$decorateReadWithRetries$13(SyncOperationHelper.java:317)
at com.mongodb.internal.async.function.RetryingSyncSupplier.get(RetryingSyncSupplier.java:67)
at com.mongodb.internal.operation.SyncOperationHelper.executeRetryableRead(SyncOperationHelper.java:201)
at com.mongodb.internal.operation.SyncOperationHelper.executeRetryableRead(SyncOperationHelper.java:180)
at com.mongodb.internal.operation.CommandReadOperation.execute(CommandReadOperation.java:60)
at com.mongodb.client.internal.MongoClusterImpl$OperationExecutorImpl.execute(MongoClusterImpl.java:426)
at com.mongodb.client.internal.MongoDatabaseImpl.executeCommand(MongoDatabaseImpl.java:215)
at com.mongodb.client.internal.MongoDatabaseImpl.runCommand(MongoDatabaseImpl.java:184)
at com.mongodb.client.internal.MongoDatabaseImpl.runCommand(MongoDatabaseImpl.java:179)
at com.mongodb.client.internal.MongoDatabaseImpl.runCommand(MongoDatabaseImpl.java:169)
at io.redlink.utils.test.testcontainers.MongoContainerTest.validate(MongoContainerTest.java:56)
at io.redlink.utils.test.testcontainers.MongoContainerTest.testCustomDatabase(MongoContainerTest.java:49)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
[main] INFO tc.mongo:3.6 - Creating container for image: mongo:3.6
[main] INFO tc.mongo:3.6 - Container mongo:3.6 is starting: 65418726abfd46f87c5009aeaf3a5c5a2e6d2891b982e61df837add8c0adcda5
[main] INFO tc.mongo:3.6 - Container mongo:3.6 started in PT0.322447086S
[main] INFO org.mongodb.driver.client - MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync", "version": "5.6.1"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.11.0-1018-azure"}, "platform": "Java/Eclipse Adoptium/17.0.16+8"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, transportSettings=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, CollectionCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, com.mongodb.client.model.mql.ExpressionCodecProvider@5d96b0f, com.mongodb.Jep395RecordCodecProvider@5f31385e, com.mongodb.KotlinCodecProvider@4a592d22, EnumCodecProvider{}]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[localhost:32781], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='15 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverMonitoringMode=AUTO, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, dnsClient=null, inetAddressResolver=null, contextProvider=null, timeoutMS=null}
[cluster-ClusterId{value='68e4916b180b710e752394d8', description='null'}-localhost:32781] INFO org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=localhost:32781, type=STANDALONE, cryptd=false, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=6, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=2242796, minRoundTripTimeNanos=0}
[main] INFO org.mongodb.driver.cluster - Waiting for server to become available for operation ping with ID 6. Remaining time: 29996 ms. Selector: ReadPreferenceServerSelector{readPreference=primary}, topology description: {type=UNKNOWN, servers=[{address=localhost:32781, type=UNKNOWN, state=CONNECTING}].
Loading