user@bastion:~/percona-server-mongodb-operator/deploy$ kubectl get pods NAME READY STATUS RESTARTS AGE my-cluster-name-cfg-0 2/2 Running 4 (23s ago) 12m my-cluster-name-cfg-1 2/2 Running 972 (75s ago) 3d16h my-cluster-name-cfg-2 1/2 Running 4 (10s ago) 12m my-cluster-name-mongos-0 0/1 Running 3 (2m28s ago) 11m my-cluster-name-rs0-0 1/2 CrashLoopBackOff 971 (91s ago) 3d16h my-cluster-name-rs0-1 2/2 Running 4 (22s ago) 12m my-cluster-name-rs0-2 2/2 Running 977 (60s ago) 3d16h percona-server-mongodb-operator-fb774556c-25dr4 1/1 Running 0 3d20h user@bastion:~/percona-server-mongodb-operator/deploy$ kubectl logs my-cluster-name-rs0-0 Defaulted container "mongod" out of: mongod, backup-agent, mongo-init (init) MongoDB version v4.0 present, using mongo shell + exec mongod --bind_ip_all --auth --dbpath=/data/db --port=27017 --replSet=rs0 --storageEngine=wiredTiger --relaxPermChecks --sslAllowInvalidCertificates --clusterAuthMode=x509 --shardsvr --enableEncryption --encryptionKeyFile=/etc/mongodb-encryption/encryption-key --wiredTigerCacheSizeGB=0.25 --wiredTigerIndexPrefixCompression=true --sslPEMKeyFile /tmp/tls.pem --sslCAFile /etc/mongodb-ssl/ca.crt --sslClusterFile /tmp/tls-internal.pem --sslClusterCAFile /etc/mongodb-ssl-internal/ca.crt --sslMode preferSSL 2024-02-26T05:51:14.455+0000 I CONTROL [main] Automatically disabling TLS 1.0, to force-enable TLS 1.0 specify --sslDisabledProtocols 'none' 2024-02-26T05:51:14.458+0000 I CONTROL [initandlisten] MongoDB starting : pid=1 port=27017 dbpath=/data/db 64-bit host=my-cluster-name-rs0-0 2024-02-26T05:51:14.458+0000 I CONTROL [initandlisten] db version v4.0.20-13 2024-02-26T05:51:14.458+0000 I CONTROL [initandlisten] git version: 84cd3d6ea87e536d59329eb69a8fe775b0de8416 2024-02-26T05:51:14.458+0000 I CONTROL [initandlisten] OpenSSL version: OpenSSL 1.0.2k-fips 26 Jan 2017 2024-02-26T05:51:14.458+0000 I CONTROL [initandlisten] allocator: tcmalloc 2024-02-26T05:51:14.458+0000 I CONTROL [initandlisten] modules: none 2024-02-26T05:51:14.458+0000 I CONTROL [initandlisten] build environment: 2024-02-26T05:51:14.458+0000 I CONTROL [initandlisten] distarch: x86_64 2024-02-26T05:51:14.458+0000 I CONTROL [initandlisten] target_arch: x86_64 2024-02-26T05:51:14.458+0000 I CONTROL [initandlisten] options: { net: { bindIpAll: true, port: 27017, ssl: { CAFile: "/etc/mongodb-ssl/ca.crt", PEMKeyFile: "/tmp/tls.pem", allowInvalidCertificates: true, clusterCAFile: "/etc/mongodb-ssl-internal/ca.crt", clusterFile: "/tmp/tls-internal.pem", mode: "preferSSL" } }, replication: { replSet: "rs0" }, security: { authorization: "enabled", clusterAuthMode: "x509", enableEncryption: true, encryptionKeyFile: "/etc/mongodb-encryption/encryption-key", relaxPermChecks: true }, sharding: { clusterRole: "shardsvr" }, storage: { dbPath: "/data/db", engine: "wiredTiger", wiredTiger: { engineConfig: { cacheSizeGB: 0.25 }, indexConfig: { prefixCompression: true } } } } 2024-02-26T05:51:14.461+0000 I STORAGE [initandlisten] Initializing KeyDB with wiredtiger_open config: create,config_base=false,extensions=[local=(entry=percona_encryption_extension_init,early_load=true,config=(cipher=AES256-CBC,rotation=false))],encryption=(name=percona,keyid=""),log=(enabled,file_max=5MB),transaction_sync=(enabled=true,method=fsync), 2024-02-26T05:51:15.713+0000 I STORAGE [initandlisten] Encryption keys DB is initialized successfully 2024-02-26T05:51:15.713+0000 I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=256M,cache_overflow=(file_max=0M),session_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),statistics_log=(wait=0),verbose=(recovery_progress),encryption=(name=percona,keyid="/default"),extensions=[local=(entry=percona_encryption_extension_init,early_load=true,config=(cipher=AES256-CBC)),], 2024-02-26T05:51:16.097+0000 I STORAGE [initandlisten] WiredTiger message [1708926676:97308][1:0x7fcdfa270b80], txn-recover: Main recovery loop: starting at 978/6784 to 979/256 2024-02-26T05:51:16.364+0000 I STORAGE [initandlisten] WiredTiger message [1708926676:364099][1:0x7fcdfa270b80], txn-recover: Recovering log 978 through 979 2024-02-26T05:51:16.488+0000 I STORAGE [initandlisten] WiredTiger message [1708926676:488289][1:0x7fcdfa270b80], txn-recover: Recovering log 979 through 979 2024-02-26T05:51:16.589+0000 I STORAGE [initandlisten] WiredTiger message [1708926676:589330][1:0x7fcdfa270b80], txn-recover: Set global recovery timestamp: 0 2024-02-26T05:51:16.599+0000 I RECOVERY [initandlisten] WiredTiger recoveryTimestamp. Ts: Timestamp(0, 0) 2024-02-26T05:51:16.604+0000 I STORAGE [initandlisten] ** WARNING: While invalid X509 certificates may be used to 2024-02-26T05:51:16.604+0000 I STORAGE [initandlisten] ** connect to this server, they will not be considered 2024-02-26T05:51:16.604+0000 I STORAGE [initandlisten] ** permissible for authentication. 2024-02-26T05:51:16.604+0000 I STORAGE [initandlisten] 2024-02-26T05:51:16.606+0000 I SHARDING [initandlisten] Marking collection local.system.replset as collection version: 2024-02-26T05:51:16.607+0000 I SHARDING [initandlisten] Marking collection admin.system.roles as collection version: 2024-02-26T05:51:16.608+0000 I SHARDING [initandlisten] Marking collection admin.system.version as collection version: 2024-02-26T05:51:16.608+0000 W SHARDING [initandlisten] Started with --shardsvr, but no shardIdentity document was found on disk in admin.system.version. This most likely means this server has not yet been added to a sharded cluster. 2024-02-26T05:51:16.611+0000 I SHARDING [initandlisten] Marking collection local.startup_log as collection version: 2024-02-26T05:51:16.611+0000 I FTDC [initandlisten] Initializing full-time diagnostic data capture with directory '/data/db/diagnostic.data' 2024-02-26T05:51:16.611+0000 I SHARDING [initandlisten] Marking collection local.replset.election as collection version: 2024-02-26T05:51:16.612+0000 I SHARDING [initandlisten] Marking collection local.replset.minvalid as collection version: 2024-02-26T05:51:16.612+0000 I SHARDING [initandlisten] Marking collection local.replset.oplogTruncateAfterPoint as collection version: 2024-02-26T05:51:16.612+0000 I SHARDING [initandlisten] Marking collection local.system.rollback.id as collection version: 2024-02-26T05:51:16.653+0000 I REPL [initandlisten] Did not find local initialized voted for document at startup. 2024-02-26T05:51:16.656+0000 I REPL [initandlisten] Rollback ID is 1 2024-02-26T05:51:16.656+0000 I REPL [initandlisten] Did not find local replica set configuration document at startup; NoMatchingDocument: Did not find replica set configuration document in local.system.replset 2024-02-26T05:51:16.656+0000 I CONTROL [LogicalSessionCacheRefresh] Sessions collection is not set up; waiting until next sessions refresh interval: sharding state is not yet initialized 2024-02-26T05:51:16.656+0000 I CONTROL [LogicalSessionCacheReap] Sessions collection is not set up; waiting until next sessions reap interval: sharding state is not yet initialized 2024-02-26T05:51:16.656+0000 I NETWORK [initandlisten] waiting for connections on port 27017 ssl 2024-02-26T05:51:16.863+0000 I NETWORK [listener] connection accepted from 127.0.0.1:35854 #1 (1 connection now open) 2024-02-26T05:51:16.868+0000 I SHARDING [conn1] Marking collection admin.system.users as collection version: 2024-02-26T05:51:16.868+0000 I ACCESS [conn1] note: no users configured in admin.system.users, allowing localhost access 2024-02-26T05:51:16.868+0000 I NETWORK [conn1] received client metadata from 127.0.0.1:35854 conn1: { application: { name: "pbm-agent" }, driver: { name: "mongo-go-driver", version: "v1.12.0" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.19" } 2024-02-26T05:51:17.114+0000 I NETWORK [listener] connection accepted from 10.233.108.227:39786 #2 (2 connections now open) 2024-02-26T05:51:17.114+0000 I SHARDING [ftdc] Marking collection local.oplog.rs as collection version: 2024-02-26T05:51:17.119+0000 I NETWORK [conn2] received client metadata from 10.233.108.227:39786 conn2: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:51:18.614+0000 I NETWORK [conn2] end connection 10.233.108.227:39786 (1 connection now open) 2024-02-26T05:51:24.368+0000 I NETWORK [listener] connection accepted from 127.0.0.1:47334 #3 (2 connections now open) 2024-02-26T05:51:24.368+0000 I NETWORK [conn3] end connection 127.0.0.1:47334 (1 connection now open) 2024-02-26T05:51:25.362+0000 I NETWORK [listener] connection accepted from 127.0.0.1:47360 #4 (2 connections now open) 2024-02-26T05:51:25.366+0000 I NETWORK [conn4] received client metadata from 127.0.0.1:47360 conn4: { application: { name: "pbm-agent" }, driver: { name: "mongo-go-driver", version: "v1.12.0" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.19" } 2024-02-26T05:51:27.368+0000 I NETWORK [listener] connection accepted from 127.0.0.1:47368 #5 (3 connections now open) 2024-02-26T05:51:27.369+0000 I NETWORK [conn5] end connection 127.0.0.1:47368 (2 connections now open) 2024-02-26T05:51:28.958+0000 I NETWORK [listener] connection accepted from 10.233.108.227:39774 #6 (3 connections now open) 2024-02-26T05:51:28.958+0000 I NETWORK [listener] connection accepted from 10.233.108.227:39782 #7 (4 connections now open) 2024-02-26T05:51:28.963+0000 I NETWORK [conn6] received client metadata from 10.233.108.227:39774 conn6: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:51:28.963+0000 I NETWORK [conn7] received client metadata from 10.233.108.227:39782 conn7: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:51:30.367+0000 I NETWORK [listener] connection accepted from 127.0.0.1:47380 #8 (5 connections now open) 2024-02-26T05:51:30.367+0000 I NETWORK [conn8] end connection 127.0.0.1:47380 (4 connections now open) 2024-02-26T05:51:33.367+0000 I NETWORK [listener] connection accepted from 127.0.0.1:47452 #9 (5 connections now open) 2024-02-26T05:51:33.367+0000 I NETWORK [conn9] end connection 127.0.0.1:47452 (4 connections now open) 2024-02-26T05:51:36.367+0000 I NETWORK [listener] connection accepted from 127.0.0.1:53474 #10 (5 connections now open) 2024-02-26T05:51:36.368+0000 I NETWORK [conn10] end connection 127.0.0.1:53474 (4 connections now open) 2024-02-26T05:51:38.957+0000 I NETWORK [conn6] end connection 10.233.108.227:39774 (3 connections now open) 2024-02-26T05:51:38.958+0000 I NETWORK [conn7] end connection 10.233.108.227:39782 (2 connections now open) 2024-02-26T05:51:39.367+0000 I NETWORK [listener] connection accepted from 127.0.0.1:53526 #11 (3 connections now open) 2024-02-26T05:51:39.367+0000 I NETWORK [conn11] end connection 127.0.0.1:53526 (2 connections now open) 2024-02-26T05:51:42.368+0000 I NETWORK [listener] connection accepted from 127.0.0.1:53584 #12 (3 connections now open) 2024-02-26T05:51:42.368+0000 I NETWORK [conn12] end connection 127.0.0.1:53584 (2 connections now open) 2024-02-26T05:51:45.363+0000 I NETWORK [conn4] end connection 127.0.0.1:47360 (1 connection now open) 2024-02-26T05:51:45.363+0000 I NETWORK [conn1] end connection 127.0.0.1:35854 (0 connections now open) 2024-02-26T05:51:45.367+0000 I NETWORK [listener] connection accepted from 127.0.0.1:39282 #13 (1 connection now open) 2024-02-26T05:51:45.367+0000 I NETWORK [conn13] end connection 127.0.0.1:39282 (0 connections now open) 2024-02-26T05:51:48.367+0000 I NETWORK [listener] connection accepted from 127.0.0.1:39286 #14 (1 connection now open) 2024-02-26T05:51:48.368+0000 I NETWORK [conn14] end connection 127.0.0.1:39286 (0 connections now open) 2024-02-26T05:51:49.318+0000 I NETWORK [listener] connection accepted from 10.233.108.227:59292 #15 (1 connection now open) 2024-02-26T05:51:49.318+0000 I NETWORK [listener] connection accepted from 10.233.108.227:59306 #16 (2 connections now open) 2024-02-26T05:51:49.323+0000 I NETWORK [conn15] received client metadata from 10.233.108.227:59292 conn15: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:51:49.323+0000 I NETWORK [conn16] received client metadata from 10.233.108.227:59306 conn16: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:51:50.375+0000 I NETWORK [listener] connection accepted from 127.0.0.1:39302 #17 (3 connections now open) 2024-02-26T05:51:50.375+0000 I NETWORK [listener] connection accepted from 127.0.0.1:39304 #18 (4 connections now open) 2024-02-26T05:51:50.380+0000 I NETWORK [conn18] received client metadata from 127.0.0.1:39304 conn18: { application: { name: "pbm-agent" }, driver: { name: "mongo-go-driver", version: "v1.12.0" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.19" } 2024-02-26T05:51:50.380+0000 I NETWORK [conn17] received client metadata from 127.0.0.1:39302 conn17: { application: { name: "pbm-agent" }, driver: { name: "mongo-go-driver", version: "v1.12.0" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.19" } 2024-02-26T05:51:51.368+0000 I NETWORK [listener] connection accepted from 127.0.0.1:39330 #19 (5 connections now open) 2024-02-26T05:51:51.368+0000 I NETWORK [conn19] end connection 127.0.0.1:39330 (4 connections now open) 2024-02-26T05:51:54.367+0000 I NETWORK [listener] connection accepted from 127.0.0.1:38494 #20 (5 connections now open) 2024-02-26T05:51:54.367+0000 I NETWORK [conn20] end connection 127.0.0.1:38494 (4 connections now open) 2024-02-26T05:51:57.369+0000 I NETWORK [listener] connection accepted from 127.0.0.1:38516 #21 (5 connections now open) 2024-02-26T05:51:57.369+0000 I NETWORK [conn21] end connection 127.0.0.1:38516 (4 connections now open) 2024-02-26T05:51:59.318+0000 I NETWORK [conn15] end connection 10.233.108.227:59292 (3 connections now open) 2024-02-26T05:51:59.318+0000 I NETWORK [conn16] end connection 10.233.108.227:59306 (2 connections now open) 2024-02-26T05:52:00.368+0000 I NETWORK [listener] connection accepted from 127.0.0.1:38536 #22 (3 connections now open) 2024-02-26T05:52:00.368+0000 I NETWORK [conn22] end connection 127.0.0.1:38536 (2 connections now open) 2024-02-26T05:52:03.368+0000 I NETWORK [listener] connection accepted from 127.0.0.1:38568 #23 (3 connections now open) 2024-02-26T05:52:03.368+0000 I NETWORK [conn23] end connection 127.0.0.1:38568 (2 connections now open) 2024-02-26T05:52:06.367+0000 I NETWORK [listener] connection accepted from 127.0.0.1:57914 #24 (3 connections now open) 2024-02-26T05:52:06.367+0000 I NETWORK [conn24] end connection 127.0.0.1:57914 (2 connections now open) 2024-02-26T05:52:09.367+0000 I NETWORK [listener] connection accepted from 127.0.0.1:57924 #25 (3 connections now open) 2024-02-26T05:52:09.367+0000 I NETWORK [conn25] end connection 127.0.0.1:57924 (2 connections now open) 2024-02-26T05:52:09.681+0000 I NETWORK [listener] connection accepted from 10.233.108.227:48570 #26 (3 connections now open) 2024-02-26T05:52:09.681+0000 I NETWORK [listener] connection accepted from 10.233.108.227:48582 #27 (4 connections now open) 2024-02-26T05:52:09.688+0000 I NETWORK [conn26] received client metadata from 10.233.108.227:48570 conn26: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:52:09.688+0000 I NETWORK [conn27] received client metadata from 10.233.108.227:48582 conn27: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:52:12.368+0000 I NETWORK [listener] connection accepted from 127.0.0.1:57940 #28 (5 connections now open) 2024-02-26T05:52:12.368+0000 I NETWORK [conn28] end connection 127.0.0.1:57940 (4 connections now open) 2024-02-26T05:52:15.370+0000 I NETWORK [listener] connection accepted from 127.0.0.1:60964 #29 (5 connections now open) 2024-02-26T05:52:15.370+0000 I NETWORK [conn29] end connection 127.0.0.1:60964 (4 connections now open) 2024-02-26T05:52:18.367+0000 I NETWORK [listener] connection accepted from 127.0.0.1:60982 #30 (5 connections now open) 2024-02-26T05:52:18.367+0000 I NETWORK [conn30] end connection 127.0.0.1:60982 (4 connections now open) 2024-02-26T05:52:19.681+0000 I NETWORK [conn27] end connection 10.233.108.227:48582 (3 connections now open) 2024-02-26T05:52:19.681+0000 I NETWORK [conn26] end connection 10.233.108.227:48570 (2 connections now open) 2024-02-26T05:52:20.374+0000 I NETWORK [conn17] end connection 127.0.0.1:39302 (1 connection now open) 2024-02-26T05:52:20.374+0000 I NETWORK [conn18] end connection 127.0.0.1:39304 (0 connections now open) 2024-02-26T05:52:21.368+0000 I NETWORK [listener] connection accepted from 127.0.0.1:32770 #31 (1 connection now open) 2024-02-26T05:52:21.369+0000 I NETWORK [conn31] end connection 127.0.0.1:32770 (0 connections now open) 2024-02-26T05:52:24.368+0000 I NETWORK [listener] connection accepted from 127.0.0.1:49120 #32 (1 connection now open) 2024-02-26T05:52:24.368+0000 I NETWORK [conn32] end connection 127.0.0.1:49120 (0 connections now open) 2024-02-26T05:52:25.390+0000 I NETWORK [listener] connection accepted from 127.0.0.1:49144 #33 (1 connection now open) 2024-02-26T05:52:25.390+0000 I NETWORK [listener] connection accepted from 127.0.0.1:49146 #34 (2 connections now open) 2024-02-26T05:52:25.394+0000 I NETWORK [conn34] received client metadata from 127.0.0.1:49146 conn34: { application: { name: "pbm-agent" }, driver: { name: "mongo-go-driver", version: "v1.12.0" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.19" } 2024-02-26T05:52:25.394+0000 I NETWORK [conn33] received client metadata from 127.0.0.1:49144 conn33: { application: { name: "pbm-agent" }, driver: { name: "mongo-go-driver", version: "v1.12.0" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.19" } 2024-02-26T05:52:27.368+0000 I NETWORK [listener] connection accepted from 127.0.0.1:49154 #35 (3 connections now open) 2024-02-26T05:52:27.368+0000 I NETWORK [conn35] end connection 127.0.0.1:49154 (2 connections now open) 2024-02-26T05:52:30.020+0000 I NETWORK [listener] connection accepted from 10.233.108.227:56800 #36 (3 connections now open) 2024-02-26T05:52:30.020+0000 I NETWORK [listener] connection accepted from 10.233.108.227:56816 #37 (4 connections now open) 2024-02-26T05:52:30.026+0000 I NETWORK [conn37] received client metadata from 10.233.108.227:56816 conn37: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:52:30.026+0000 I NETWORK [conn36] received client metadata from 10.233.108.227:56800 conn36: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:52:30.366+0000 I NETWORK [listener] connection accepted from 127.0.0.1:49168 #38 (5 connections now open) 2024-02-26T05:52:30.367+0000 I NETWORK [conn38] end connection 127.0.0.1:49168 (4 connections now open) 2024-02-26T05:52:33.368+0000 I NETWORK [listener] connection accepted from 127.0.0.1:49182 #39 (5 connections now open) 2024-02-26T05:52:33.368+0000 I NETWORK [conn39] end connection 127.0.0.1:49182 (4 connections now open) 2024-02-26T05:52:33.369+0000 I NETWORK [listener] connection accepted from 127.0.0.1:49186 #40 (5 connections now open) 2024-02-26T05:52:33.369+0000 I NETWORK [listener] connection accepted from 127.0.0.1:49200 #41 (6 connections now open) 2024-02-26T05:52:33.375+0000 I NETWORK [conn40] received client metadata from 127.0.0.1:49186 conn40: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:52:33.375+0000 I NETWORK [conn41] received client metadata from 127.0.0.1:49200 conn41: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:52:36.368+0000 I NETWORK [listener] connection accepted from 127.0.0.1:43204 #42 (7 connections now open) 2024-02-26T05:52:36.368+0000 I NETWORK [conn42] end connection 127.0.0.1:43204 (6 connections now open) 2024-02-26T05:52:39.367+0000 I NETWORK [listener] connection accepted from 127.0.0.1:43230 #43 (7 connections now open) 2024-02-26T05:52:39.367+0000 I NETWORK [conn43] end connection 127.0.0.1:43230 (6 connections now open) 2024-02-26T05:52:40.019+0000 I NETWORK [conn37] end connection 10.233.108.227:56816 (5 connections now open) 2024-02-26T05:52:40.019+0000 I NETWORK [conn36] end connection 10.233.108.227:56800 (4 connections now open) 2024-02-26T05:52:42.368+0000 I NETWORK [listener] connection accepted from 127.0.0.1:43264 #44 (5 connections now open) 2024-02-26T05:52:42.368+0000 I NETWORK [conn44] end connection 127.0.0.1:43264 (4 connections now open) 2024-02-26T05:52:43.366+0000 I NETWORK [conn41] end connection 127.0.0.1:49200 (3 connections now open) 2024-02-26T05:52:43.366+0000 I NETWORK [conn40] end connection 127.0.0.1:49186 (2 connections now open) 2024-02-26T05:52:45.368+0000 I NETWORK [listener] connection accepted from 127.0.0.1:37952 #45 (3 connections now open) 2024-02-26T05:52:45.368+0000 I NETWORK [conn45] end connection 127.0.0.1:37952 (2 connections now open) 2024-02-26T05:52:48.368+0000 I NETWORK [listener] connection accepted from 127.0.0.1:37962 #46 (3 connections now open) 2024-02-26T05:52:48.368+0000 I NETWORK [conn46] end connection 127.0.0.1:37962 (2 connections now open) 2024-02-26T05:52:50.355+0000 I NETWORK [listener] connection accepted from 10.233.108.227:50004 #47 (3 connections now open) 2024-02-26T05:52:50.355+0000 I NETWORK [listener] connection accepted from 10.233.108.227:50010 #48 (4 connections now open) 2024-02-26T05:52:50.362+0000 I NETWORK [conn48] received client metadata from 10.233.108.227:50010 conn48: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:52:50.362+0000 I NETWORK [conn47] received client metadata from 10.233.108.227:50004 conn47: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:52:51.372+0000 I NETWORK [listener] connection accepted from 127.0.0.1:37990 #49 (5 connections now open) 2024-02-26T05:52:51.372+0000 I NETWORK [conn49] end connection 127.0.0.1:37990 (4 connections now open) 2024-02-26T05:52:54.370+0000 I NETWORK [listener] connection accepted from 127.0.0.1:46090 #50 (5 connections now open) 2024-02-26T05:52:54.370+0000 I NETWORK [conn50] end connection 127.0.0.1:46090 (4 connections now open) 2024-02-26T05:52:55.389+0000 I NETWORK [conn34] end connection 127.0.0.1:49146 (3 connections now open) 2024-02-26T05:52:55.389+0000 I NETWORK [conn33] end connection 127.0.0.1:49144 (2 connections now open) 2024-02-26T05:52:57.370+0000 I NETWORK [listener] connection accepted from 127.0.0.1:46120 #51 (3 connections now open) 2024-02-26T05:52:57.370+0000 I NETWORK [conn51] end connection 127.0.0.1:46120 (2 connections now open) 2024-02-26T05:53:00.354+0000 I NETWORK [conn47] end connection 10.233.108.227:50004 (1 connection now open) 2024-02-26T05:53:00.354+0000 I NETWORK [conn48] end connection 10.233.108.227:50010 (0 connections now open) 2024-02-26T05:53:00.368+0000 I NETWORK [listener] connection accepted from 127.0.0.1:46128 #52 (1 connection now open) 2024-02-26T05:53:00.368+0000 I NETWORK [conn52] end connection 127.0.0.1:46128 (0 connections now open) 2024-02-26T05:53:00.402+0000 I NETWORK [listener] connection accepted from 127.0.0.1:46144 #53 (1 connection now open) 2024-02-26T05:53:00.403+0000 I NETWORK [listener] connection accepted from 127.0.0.1:46156 #54 (2 connections now open) 2024-02-26T05:53:00.407+0000 I NETWORK [conn54] received client metadata from 127.0.0.1:46156 conn54: { application: { name: "pbm-agent" }, driver: { name: "mongo-go-driver", version: "v1.12.0" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.19" } 2024-02-26T05:53:00.408+0000 I NETWORK [conn53] received client metadata from 127.0.0.1:46144 conn53: { application: { name: "pbm-agent" }, driver: { name: "mongo-go-driver", version: "v1.12.0" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.19" } 2024-02-26T05:53:03.367+0000 I NETWORK [listener] connection accepted from 127.0.0.1:46176 #55 (3 connections now open) 2024-02-26T05:53:03.367+0000 I NETWORK [conn55] end connection 127.0.0.1:46176 (2 connections now open) 2024-02-26T05:53:03.368+0000 I NETWORK [listener] connection accepted from 127.0.0.1:46184 #56 (3 connections now open) 2024-02-26T05:53:03.368+0000 I NETWORK [listener] connection accepted from 127.0.0.1:46194 #57 (4 connections now open) 2024-02-26T05:53:03.372+0000 I NETWORK [conn57] received client metadata from 127.0.0.1:46194 conn57: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:53:03.372+0000 I NETWORK [conn56] received client metadata from 127.0.0.1:46184 conn56: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:53:06.367+0000 I NETWORK [listener] connection accepted from 127.0.0.1:40270 #58 (5 connections now open) 2024-02-26T05:53:06.368+0000 I NETWORK [conn58] end connection 127.0.0.1:40270 (4 connections now open) 2024-02-26T05:53:09.368+0000 I NETWORK [listener] connection accepted from 127.0.0.1:40292 #59 (5 connections now open) 2024-02-26T05:53:09.368+0000 I NETWORK [conn59] end connection 127.0.0.1:40292 (4 connections now open) 2024-02-26T05:53:10.706+0000 I NETWORK [listener] connection accepted from 10.233.108.227:59118 #60 (5 connections now open) 2024-02-26T05:53:10.706+0000 I NETWORK [listener] connection accepted from 10.233.108.227:59120 #61 (6 connections now open) 2024-02-26T05:53:10.713+0000 I NETWORK [conn60] received client metadata from 10.233.108.227:59118 conn60: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:53:10.713+0000 I NETWORK [conn61] received client metadata from 10.233.108.227:59120 conn61: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:53:12.368+0000 I NETWORK [listener] connection accepted from 127.0.0.1:40300 #62 (7 connections now open) 2024-02-26T05:53:12.368+0000 I NETWORK [conn62] end connection 127.0.0.1:40300 (6 connections now open) 2024-02-26T05:53:13.365+0000 I NETWORK [conn56] end connection 127.0.0.1:46184 (5 connections now open) 2024-02-26T05:53:13.365+0000 I NETWORK [conn57] end connection 127.0.0.1:46194 (4 connections now open) 2024-02-26T05:53:15.367+0000 I NETWORK [listener] connection accepted from 127.0.0.1:43380 #63 (5 connections now open) 2024-02-26T05:53:15.367+0000 I NETWORK [conn63] end connection 127.0.0.1:43380 (4 connections now open) 2024-02-26T05:53:18.367+0000 I NETWORK [listener] connection accepted from 127.0.0.1:43398 #64 (5 connections now open) 2024-02-26T05:53:18.367+0000 I NETWORK [conn64] end connection 127.0.0.1:43398 (4 connections now open) 2024-02-26T05:53:20.705+0000 I NETWORK [conn60] end connection 10.233.108.227:59118 (3 connections now open) 2024-02-26T05:53:20.705+0000 I NETWORK [conn61] end connection 10.233.108.227:59120 (2 connections now open) 2024-02-26T05:53:21.368+0000 I NETWORK [listener] connection accepted from 127.0.0.1:43438 #65 (3 connections now open) 2024-02-26T05:53:21.368+0000 I NETWORK [conn65] end connection 127.0.0.1:43438 (2 connections now open) 2024-02-26T05:53:24.367+0000 I NETWORK [listener] connection accepted from 127.0.0.1:35216 #66 (3 connections now open) 2024-02-26T05:53:24.368+0000 I NETWORK [conn66] end connection 127.0.0.1:35216 (2 connections now open) 2024-02-26T05:53:27.368+0000 I NETWORK [listener] connection accepted from 127.0.0.1:35240 #67 (3 connections now open) 2024-02-26T05:53:27.368+0000 I NETWORK [conn67] end connection 127.0.0.1:35240 (2 connections now open) 2024-02-26T05:53:30.367+0000 I NETWORK [listener] connection accepted from 127.0.0.1:35264 #68 (3 connections now open) 2024-02-26T05:53:30.368+0000 I NETWORK [conn68] end connection 127.0.0.1:35264 (2 connections now open) 2024-02-26T05:53:30.403+0000 I NETWORK [conn54] end connection 127.0.0.1:46156 (1 connection now open) 2024-02-26T05:53:30.403+0000 I NETWORK [conn53] end connection 127.0.0.1:46144 (0 connections now open) 2024-02-26T05:53:31.078+0000 I NETWORK [listener] connection accepted from 10.233.108.227:46670 #69 (1 connection now open) 2024-02-26T05:53:31.078+0000 I NETWORK [listener] connection accepted from 10.233.108.227:46676 #70 (2 connections now open) 2024-02-26T05:53:31.085+0000 I NETWORK [conn70] received client metadata from 10.233.108.227:46676 conn70: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:53:31.085+0000 I NETWORK [conn69] received client metadata from 10.233.108.227:46670 conn69: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:53:33.368+0000 I NETWORK [listener] connection accepted from 127.0.0.1:35268 #71 (3 connections now open) 2024-02-26T05:53:33.368+0000 I NETWORK [conn71] end connection 127.0.0.1:35268 (2 connections now open) 2024-02-26T05:53:33.368+0000 I NETWORK [listener] connection accepted from 127.0.0.1:35274 #72 (3 connections now open) 2024-02-26T05:53:33.368+0000 I NETWORK [listener] connection accepted from 127.0.0.1:35278 #73 (4 connections now open) 2024-02-26T05:53:33.375+0000 I NETWORK [conn72] received client metadata from 127.0.0.1:35274 conn72: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:53:33.375+0000 I NETWORK [conn73] received client metadata from 127.0.0.1:35278 conn73: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:53:35.417+0000 I NETWORK [listener] connection accepted from 127.0.0.1:59606 #74 (5 connections now open) 2024-02-26T05:53:35.418+0000 I NETWORK [listener] connection accepted from 127.0.0.1:59618 #75 (6 connections now open) 2024-02-26T05:53:35.422+0000 I NETWORK [conn74] received client metadata from 127.0.0.1:59606 conn74: { application: { name: "pbm-agent" }, driver: { name: "mongo-go-driver", version: "v1.12.0" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.19" } 2024-02-26T05:53:35.423+0000 I NETWORK [conn75] received client metadata from 127.0.0.1:59618 conn75: { application: { name: "pbm-agent" }, driver: { name: "mongo-go-driver", version: "v1.12.0" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.19" } 2024-02-26T05:53:36.369+0000 I NETWORK [listener] connection accepted from 127.0.0.1:59628 #76 (7 connections now open) 2024-02-26T05:53:36.369+0000 I NETWORK [conn76] end connection 127.0.0.1:59628 (6 connections now open) 2024-02-26T05:53:39.367+0000 I NETWORK [listener] connection accepted from 127.0.0.1:59650 #77 (7 connections now open) 2024-02-26T05:53:39.367+0000 I NETWORK [conn77] end connection 127.0.0.1:59650 (6 connections now open) 2024-02-26T05:53:41.077+0000 I NETWORK [conn70] end connection 10.233.108.227:46676 (5 connections now open) 2024-02-26T05:53:41.077+0000 I NETWORK [conn69] end connection 10.233.108.227:46670 (4 connections now open) 2024-02-26T05:53:42.368+0000 I NETWORK [listener] connection accepted from 127.0.0.1:59668 #78 (5 connections now open) 2024-02-26T05:53:42.369+0000 I NETWORK [conn78] end connection 127.0.0.1:59668 (4 connections now open) 2024-02-26T05:53:43.366+0000 I NETWORK [conn73] end connection 127.0.0.1:35278 (3 connections now open) 2024-02-26T05:53:43.366+0000 I NETWORK [conn72] end connection 127.0.0.1:35274 (2 connections now open) 2024-02-26T05:53:45.370+0000 I NETWORK [listener] connection accepted from 127.0.0.1:59448 #79 (3 connections now open) 2024-02-26T05:53:45.370+0000 I NETWORK [conn79] end connection 127.0.0.1:59448 (2 connections now open) 2024-02-26T05:53:48.367+0000 I NETWORK [listener] connection accepted from 127.0.0.1:59464 #80 (3 connections now open) 2024-02-26T05:53:48.367+0000 I NETWORK [conn80] end connection 127.0.0.1:59464 (2 connections now open) 2024-02-26T05:53:51.367+0000 I NETWORK [listener] connection accepted from 127.0.0.1:59512 #81 (3 connections now open) 2024-02-26T05:53:51.368+0000 I NETWORK [conn81] end connection 127.0.0.1:59512 (2 connections now open) 2024-02-26T05:53:51.422+0000 I NETWORK [listener] connection accepted from 10.233.108.227:40384 #82 (3 connections now open) 2024-02-26T05:53:51.422+0000 I NETWORK [listener] connection accepted from 10.233.108.227:40386 #83 (4 connections now open) 2024-02-26T05:53:51.429+0000 I NETWORK [conn82] received client metadata from 10.233.108.227:40384 conn82: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:53:51.429+0000 I NETWORK [conn83] received client metadata from 10.233.108.227:40386 conn83: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:53:54.367+0000 I NETWORK [listener] connection accepted from 127.0.0.1:60218 #84 (5 connections now open) 2024-02-26T05:53:54.367+0000 I NETWORK [conn84] end connection 127.0.0.1:60218 (4 connections now open) 2024-02-26T05:53:57.368+0000 I NETWORK [listener] connection accepted from 127.0.0.1:60242 #85 (5 connections now open) 2024-02-26T05:53:57.368+0000 I NETWORK [conn85] end connection 127.0.0.1:60242 (4 connections now open) 2024-02-26T05:54:00.367+0000 I NETWORK [listener] connection accepted from 127.0.0.1:60266 #86 (5 connections now open) 2024-02-26T05:54:00.367+0000 I NETWORK [conn86] end connection 127.0.0.1:60266 (4 connections now open) 2024-02-26T05:54:01.421+0000 I NETWORK [conn82] end connection 10.233.108.227:40384 (3 connections now open) 2024-02-26T05:54:01.421+0000 I NETWORK [conn83] end connection 10.233.108.227:40386 (2 connections now open) 2024-02-26T05:54:03.377+0000 I NETWORK [listener] connection accepted from 127.0.0.1:60282 #87 (3 connections now open) 2024-02-26T05:54:03.377+0000 I NETWORK [conn87] end connection 127.0.0.1:60282 (2 connections now open) 2024-02-26T05:54:03.377+0000 I NETWORK [listener] connection accepted from 127.0.0.1:60292 #88 (3 connections now open) 2024-02-26T05:54:03.377+0000 I NETWORK [listener] connection accepted from 127.0.0.1:60298 #89 (4 connections now open) 2024-02-26T05:54:03.384+0000 I NETWORK [conn88] received client metadata from 127.0.0.1:60292 conn88: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:54:03.384+0000 I NETWORK [conn89] received client metadata from 127.0.0.1:60298 conn89: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:54:05.418+0000 I NETWORK [conn75] end connection 127.0.0.1:59618 (3 connections now open) 2024-02-26T05:54:05.418+0000 I NETWORK [conn74] end connection 127.0.0.1:59606 (2 connections now open) 2024-02-26T05:54:06.368+0000 I NETWORK [listener] connection accepted from 127.0.0.1:41372 #90 (3 connections now open) 2024-02-26T05:54:06.368+0000 I NETWORK [conn90] end connection 127.0.0.1:41372 (2 connections now open) 2024-02-26T05:54:09.368+0000 I NETWORK [listener] connection accepted from 127.0.0.1:41386 #91 (3 connections now open) 2024-02-26T05:54:09.369+0000 I NETWORK [conn91] end connection 127.0.0.1:41386 (2 connections now open) 2024-02-26T05:54:10.433+0000 I NETWORK [listener] connection accepted from 127.0.0.1:41404 #92 (3 connections now open) 2024-02-26T05:54:10.434+0000 I NETWORK [listener] connection accepted from 127.0.0.1:41420 #93 (4 connections now open) 2024-02-26T05:54:10.439+0000 I NETWORK [conn92] received client metadata from 127.0.0.1:41404 conn92: { application: { name: "pbm-agent" }, driver: { name: "mongo-go-driver", version: "v1.12.0" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.19" } 2024-02-26T05:54:10.439+0000 I NETWORK [conn93] received client metadata from 127.0.0.1:41420 conn93: { application: { name: "pbm-agent" }, driver: { name: "mongo-go-driver", version: "v1.12.0" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.19" } 2024-02-26T05:54:11.794+0000 I NETWORK [listener] connection accepted from 10.233.108.227:40930 #94 (5 connections now open) 2024-02-26T05:54:11.794+0000 I NETWORK [listener] connection accepted from 10.233.108.227:40932 #95 (6 connections now open) 2024-02-26T05:54:11.802+0000 I NETWORK [conn94] received client metadata from 10.233.108.227:40930 conn94: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:54:11.802+0000 I NETWORK [conn95] received client metadata from 10.233.108.227:40932 conn95: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:54:12.367+0000 I NETWORK [listener] connection accepted from 127.0.0.1:41430 #96 (7 connections now open) 2024-02-26T05:54:12.367+0000 I NETWORK [conn96] end connection 127.0.0.1:41430 (6 connections now open) 2024-02-26T05:54:13.375+0000 I NETWORK [conn89] end connection 127.0.0.1:60298 (5 connections now open) 2024-02-26T05:54:13.375+0000 I NETWORK [conn88] end connection 127.0.0.1:60292 (4 connections now open) 2024-02-26T05:54:13.383+0000 I CONTROL [signalProcessingThread] got signal 15 (Terminated), will terminate after current cmd ends 2024-02-26T05:54:13.383+0000 I REPL [signalProcessingThread] Stepping down the ReplicationCoordinator for shutdown, waitTime: 10000ms 2024-02-26T05:54:13.383+0000 I CONTROL [signalProcessingThread] Shutting down the LogicalSessionCache 2024-02-26T05:54:13.383+0000 I NETWORK [signalProcessingThread] shutdown: going to close listening sockets... 2024-02-26T05:54:13.383+0000 I NETWORK [signalProcessingThread] removing socket file: /tmp/mongodb-27017.sock 2024-02-26T05:54:13.383+0000 I NETWORK [signalProcessingThread] Shutting down the global connection pool 2024-02-26T05:54:13.383+0000 I STORAGE [signalProcessingThread] Shutting down the PeriodicThreadToAbortExpiredTransactions 2024-02-26T05:54:13.383+0000 I REPL [signalProcessingThread] Shutting down the ReplicationCoordinator 2024-02-26T05:54:13.383+0000 I REPL [signalProcessingThread] shutting down replication subsystems 2024-02-26T05:54:13.383+0000 I ASIO [Replication] Killing all outstanding egress activity. 2024-02-26T05:54:13.383+0000 I SHARDING [signalProcessingThread] Shutting down the ShardingInitializationMongoD 2024-02-26T05:54:13.383+0000 I COMMAND [signalProcessingThread] Killing all open transactions 2024-02-26T05:54:13.383+0000 I - [signalProcessingThread] Killing all operations for shutdown 2024-02-26T05:54:13.383+0000 I NETWORK [signalProcessingThread] Shutting down the ReplicaSetMonitor 2024-02-26T05:54:13.383+0000 I CONTROL [signalProcessingThread] Shutting down free monitoring 2024-02-26T05:54:13.383+0000 I CONTROL [signalProcessingThread] Shutting down free monitoring 2024-02-26T05:54:13.383+0000 I FTDC [signalProcessingThread] Shutting down full-time data capture 2024-02-26T05:54:13.383+0000 I FTDC [signalProcessingThread] Shutting down full-time diagnostic data capture 2024-02-26T05:54:13.388+0000 I STORAGE [signalProcessingThread] Shutting down the HealthLog 2024-02-26T05:54:13.388+0000 I STORAGE [signalProcessingThread] Shutting down the storage engine 2024-02-26T05:54:13.388+0000 I STORAGE [signalProcessingThread] WiredTigerKVEngine shutting down 2024-02-26T05:54:13.388+0000 I STORAGE [signalProcessingThread] Shutting down session sweeper thread 2024-02-26T05:54:13.388+0000 I STORAGE [signalProcessingThread] Finished shutting down session sweeper thread 2024-02-26T05:54:13.433+0000 I NETWORK [conn92] DBException handling request, closing client connection: InterruptedAtShutdown: interrupted at shutdown 2024-02-26T05:54:13.433+0000 I NETWORK [conn92] end connection 127.0.0.1:41404 (3 connections now open) 2024-02-26T05:54:13.485+0000 I STORAGE [signalProcessingThread] shutdown: removing fs lock... 2024-02-26T05:54:13.485+0000 I - [signalProcessingThread] Dropping the scope cache for shutdown 2024-02-26T05:54:13.485+0000 I CONTROL [signalProcessingThread] now exiting 2024-02-26T05:54:13.485+0000 I CONTROL [signalProcessingThread] shutting down with code:0