shvimas / GarconZIO

1 stars 0 forks source link

Investigate overwhelming Mongo logs #2

Open shvimas opened 4 years ago

shvimas commented 4 years ago

There is no life, just the void with such logs — so need to get rid of them

2020-05-29T00:28:38.184 [zio-default-async-1-700072760] INFO org.mongodb.driver.cluster - Cluster created with settings {hosts=[localhost:27019], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500} 2020-05-29T00:28:38.214 [cluster-ClusterId{value='5ed02d0600f52d2d6b853b6f', description='null'}-localhost:27019] INFO org.mongodb.driver.connection - Opened connection [connectionId{localValue:357, serverValue:7355}] to localhost:27019 2020-05-29T00:28:38.233 [cluster-ClusterId{value='5ed02d0600f52d2d6b853b6f', description='null'}-localhost:27019] INFO org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=localhost:27019, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[4, 0, 3]}, minWireVersion=0, maxWireVersion=7, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=19294706} 2020-05-29T00:28:38.234 [zio-default-async-1-700072760] INFO org.mongodb.driver.cluster - No server chosen by com.mongodb.async.client.ClientSessionHelper$1@3f57f51e from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, serverDescriptions=[ServerDescription{address=localhost:27019, type=UNKNOWN, state=CONNECTING}]}. Waiting for 30000 ms before timing out 2020-05-29T00:28:38.287 [Thread-5] INFO org.mongodb.driver.connection - Opened connection [connectionId{localValue:358, serverValue:7356}] to localhost:27019 2020-05-29T00:28:41.343 [zio-default-async-6-700072760] INFO org.mongodb.driver.cluster - Cluster created with settings {hosts=[localhost:27019], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500} 2020-05-29T00:28:41.361 [cluster-ClusterId{value='5ed02d0900f52d2d6b853b70', description='null'}-localhost:27019] INFO org.mongodb.driver.connection - Opened connection [connectionId{localValue:359, serverValue:7357}] to localhost:27019 2020-05-29T00:28:41.364 [cluster-ClusterId{value='5ed02d0900f52d2d6b853b70', description='null'}-localhost:27019] INFO org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=localhost:27019, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[4, 0, 3]}, minWireVersion=0, maxWireVersion=7, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=2460618} 2020-05-29T00:28:41.453 [Thread-4] INFO org.mongodb.driver.connection - Opened connection [connectionId{localValue:360, serverValue:7358}] to localhost:27019 2020-05-29T00:28:41.508 [zio-default-async-2-700072760] INFO org.mongodb.driver.cluster - Cluster created with settings {hosts=[localhost:27019], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500} 2020-05-29T00:28:41.517 [cluster-ClusterId{value='5ed02d0900f52d2d6b853b71', description='null'}-localhost:27019] INFO org.mongodb.driver.connection - Opened connection [connectionId{localValue:361, serverValue:7359}] to localhost:27019 2020-05-29T00:28:41.523 [cluster-ClusterId{value='5ed02d0900f52d2d6b853b71', description='null'}-localhost:27019] INFO org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=localhost:27019, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[4, 0, 3]}, minWireVersion=0, maxWireVersion=7, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=6030986} 2020-05-29T00:28:41.608 [Thread-6] INFO org.mongodb.driver.connection - Opened connection [connectionId{localValue:362, serverValue:7360}] to localhost:27019

shvimas commented 4 years ago

There MAY be an opportunity that it is just normal for debug-level logs