-
Type: Clean up
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 9.2
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Core MongoDB
-
Story Points:3
We want to remove MongoDB check logs printed in the console when we start Nuxeo using MongoDB. See below the logs:
Cluster created with settings {hosts=[localhost:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='1000 ms', maxWaitQueueSize=500, description='Nuxeo DB Check'} No server chosen by ReadPreferenceServerSelector{readPreference=primary} from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, serverDescriptions=[ServerDescription{address=localhost:27017, type=UNKNOWN, state=CONNECTING}]}. Waiting for 1000 ms before timing out Opened connection [connectionId{localValue:1, serverValue:1}] to localhost:27017 Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 2, 11]}, minWireVersion=0, maxWireVersion=4, maxDocumentSize=16777216, roundTripTimeNanos=1237498} Opened connection [connectionId{localValue:2, serverValue:2}] to localhost:27017 Closed connection [connectionId{localValue:2, serverValue:2}] to localhost:27017 because the pool has been closed.
- depends on
-
NXP-21980 Backing services should be checked at startup
- Resolved