user@bastion:~/percona-server-mongodb-operator/deploy$ kubectl logs my-cluster-name-rs0-2 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:43:45.498+0000 I CONTROL [main] Automatically disabling TLS 1.0, to force-enable TLS 1.0 specify --sslDisabledProtocols 'none' 2024-02-26T05:43:45.502+0000 I CONTROL [initandlisten] MongoDB starting : pid=1 port=27017 dbpath=/data/db 64-bit host=my-cluster-name-rs0-2 2024-02-26T05:43:45.502+0000 I CONTROL [initandlisten] db version v4.0.20-13 2024-02-26T05:43:45.502+0000 I CONTROL [initandlisten] git version: 84cd3d6ea87e536d59329eb69a8fe775b0de8416 2024-02-26T05:43:45.502+0000 I CONTROL [initandlisten] OpenSSL version: OpenSSL 1.0.2k-fips 26 Jan 2017 2024-02-26T05:43:45.502+0000 I CONTROL [initandlisten] allocator: tcmalloc 2024-02-26T05:43:45.502+0000 I CONTROL [initandlisten] modules: none 2024-02-26T05:43:45.502+0000 I CONTROL [initandlisten] build environment: 2024-02-26T05:43:45.502+0000 I CONTROL [initandlisten] distarch: x86_64 2024-02-26T05:43:45.502+0000 I CONTROL [initandlisten] target_arch: x86_64 2024-02-26T05:43:45.502+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:43:45.504+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:43:46.817+0000 I STORAGE [initandlisten] Encryption keys DB is initialized successfully 2024-02-26T05:43:46.817+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:43:47.238+0000 I STORAGE [initandlisten] WiredTiger message [1708926227:238201][1:0x7f6ad0bcbb80], txn-recover: Main recovery loop: starting at 981/6784 to 982/256 2024-02-26T05:43:47.514+0000 I STORAGE [initandlisten] WiredTiger message [1708926227:514515][1:0x7f6ad0bcbb80], txn-recover: Recovering log 981 through 982 2024-02-26T05:43:47.647+0000 I STORAGE [initandlisten] WiredTiger message [1708926227:647387][1:0x7f6ad0bcbb80], txn-recover: Recovering log 982 through 982 2024-02-26T05:43:47.808+0000 I STORAGE [initandlisten] WiredTiger message [1708926227:808364][1:0x7f6ad0bcbb80], txn-recover: Set global recovery timestamp: 0 2024-02-26T05:43:47.819+0000 I RECOVERY [initandlisten] WiredTiger recoveryTimestamp. Ts: Timestamp(0, 0) 2024-02-26T05:43:47.825+0000 I STORAGE [initandlisten] ** WARNING: While invalid X509 certificates may be used to 2024-02-26T05:43:47.825+0000 I STORAGE [initandlisten] ** connect to this server, they will not be considered 2024-02-26T05:43:47.825+0000 I STORAGE [initandlisten] ** permissible for authentication. 2024-02-26T05:43:47.825+0000 I STORAGE [initandlisten] 2024-02-26T05:43:47.827+0000 I SHARDING [initandlisten] Marking collection local.system.replset as collection version: 2024-02-26T05:43:47.829+0000 I SHARDING [initandlisten] Marking collection admin.system.roles as collection version: 2024-02-26T05:43:47.829+0000 I SHARDING [initandlisten] Marking collection admin.system.version as collection version: 2024-02-26T05:43:47.829+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:43:47.832+0000 I SHARDING [initandlisten] Marking collection local.startup_log as collection version: 2024-02-26T05:43:47.832+0000 I FTDC [initandlisten] Initializing full-time diagnostic data capture with directory '/data/db/diagnostic.data' 2024-02-26T05:43:47.833+0000 I SHARDING [initandlisten] Marking collection local.replset.election as collection version: 2024-02-26T05:43:47.833+0000 I SHARDING [initandlisten] Marking collection local.replset.minvalid as collection version: 2024-02-26T05:43:47.833+0000 I SHARDING [initandlisten] Marking collection local.replset.oplogTruncateAfterPoint as collection version: 2024-02-26T05:43:47.833+0000 I SHARDING [initandlisten] Marking collection local.system.rollback.id as collection version: 2024-02-26T05:43:47.834+0000 I REPL [initandlisten] Did not find local initialized voted for document at startup. 2024-02-26T05:43:47.837+0000 I REPL [initandlisten] Rollback ID is 1 2024-02-26T05:43:47.837+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:43:47.838+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:43:47.838+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:43:47.838+0000 I NETWORK [initandlisten] waiting for connections on port 27017 ssl 2024-02-26T05:43:48.125+0000 I SHARDING [ftdc] Marking collection local.oplog.rs as collection version: 2024-02-26T05:43:48.260+0000 I NETWORK [listener] connection accepted from 10.233.108.227:40360 #1 (1 connection now open) 2024-02-26T05:43:48.265+0000 I NETWORK [conn1] received client metadata from 10.233.108.227:40360 conn1: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:43:50.760+0000 I NETWORK [conn1] end connection 10.233.108.227:40360 (0 connections now open) 2024-02-26T05:43:52.727+0000 I NETWORK [listener] connection accepted from 127.0.0.1:54912 #2 (1 connection now open) 2024-02-26T05:43:52.727+0000 I NETWORK [listener] connection accepted from 127.0.0.1:54918 #3 (2 connections now open) 2024-02-26T05:43:52.731+0000 I SHARDING [conn2] Marking collection admin.system.users as collection version: 2024-02-26T05:43:52.731+0000 I ACCESS [conn2] note: no users configured in admin.system.users, allowing localhost access 2024-02-26T05:43:52.731+0000 I NETWORK [conn2] received client metadata from 127.0.0.1:54912 conn2: { application: { name: "pbm-agent" }, driver: { name: "mongo-go-driver", version: "v1.12.0" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.19" } 2024-02-26T05:43:52.731+0000 I NETWORK [conn3] received client metadata from 127.0.0.1:54918 conn3: { application: { name: "pbm-agent" }, driver: { name: "mongo-go-driver", version: "v1.12.0" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.19" } 2024-02-26T05:43:55.411+0000 I NETWORK [listener] connection accepted from 127.0.0.1:54930 #4 (3 connections now open) 2024-02-26T05:43:55.411+0000 I NETWORK [conn4] end connection 127.0.0.1:54930 (2 connections now open) 2024-02-26T05:43:58.435+0000 I NETWORK [listener] connection accepted from 127.0.0.1:54948 #5 (3 connections now open) 2024-02-26T05:43:58.435+0000 I NETWORK [conn5] end connection 127.0.0.1:54948 (2 connections now open) 2024-02-26T05:44:01.121+0000 I NETWORK [listener] connection accepted from 10.233.108.227:37218 #6 (3 connections now open) 2024-02-26T05:44:01.121+0000 I NETWORK [listener] connection accepted from 10.233.108.227:37212 #7 (4 connections now open) 2024-02-26T05:44:01.125+0000 I NETWORK [conn6] received client metadata from 10.233.108.227:37218 conn6: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:44:01.127+0000 I NETWORK [conn7] received client metadata from 10.233.108.227:37212 conn7: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:44:01.411+0000 I NETWORK [listener] connection accepted from 127.0.0.1:59756 #8 (5 connections now open) 2024-02-26T05:44:01.411+0000 I NETWORK [conn8] end connection 127.0.0.1:59756 (4 connections now open) 2024-02-26T05:44:04.392+0000 I NETWORK [listener] connection accepted from 127.0.0.1:59786 #9 (5 connections now open) 2024-02-26T05:44:04.392+0000 I NETWORK [conn9] end connection 127.0.0.1:59786 (4 connections now open) 2024-02-26T05:44:07.424+0000 I NETWORK [listener] connection accepted from 127.0.0.1:59816 #10 (5 connections now open) 2024-02-26T05:44:07.424+0000 I NETWORK [conn10] end connection 127.0.0.1:59816 (4 connections now open) 2024-02-26T05:44:10.419+0000 I NETWORK [listener] connection accepted from 127.0.0.1:59832 #11 (5 connections now open) 2024-02-26T05:44:10.419+0000 I NETWORK [conn11] end connection 127.0.0.1:59832 (4 connections now open) 2024-02-26T05:44:11.120+0000 I NETWORK [conn6] end connection 10.233.108.227:37218 (3 connections now open) 2024-02-26T05:44:11.120+0000 I NETWORK [conn7] end connection 10.233.108.227:37212 (2 connections now open) 2024-02-26T05:44:13.419+0000 I NETWORK [listener] connection accepted from 127.0.0.1:49264 #12 (3 connections now open) 2024-02-26T05:44:13.419+0000 I NETWORK [conn12] end connection 127.0.0.1:49264 (2 connections now open) 2024-02-26T05:44:16.441+0000 I NETWORK [listener] connection accepted from 127.0.0.1:49294 #13 (3 connections now open) 2024-02-26T05:44:16.441+0000 I NETWORK [conn13] end connection 127.0.0.1:49294 (2 connections now open) 2024-02-26T05:44:19.427+0000 I NETWORK [listener] connection accepted from 127.0.0.1:49300 #14 (3 connections now open) 2024-02-26T05:44:19.427+0000 I NETWORK [conn14] end connection 127.0.0.1:49300 (2 connections now open) 2024-02-26T05:44:21.479+0000 I NETWORK [listener] connection accepted from 10.233.108.227:55598 #15 (3 connections now open) 2024-02-26T05:44:21.479+0000 I NETWORK [listener] connection accepted from 10.233.108.227:55608 #16 (4 connections now open) 2024-02-26T05:44:21.484+0000 I NETWORK [conn16] received client metadata from 10.233.108.227:55608 conn16: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:44:21.486+0000 I NETWORK [conn15] received client metadata from 10.233.108.227:55598 conn15: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:44:22.431+0000 I NETWORK [listener] connection accepted from 127.0.0.1:45618 #17 (5 connections now open) 2024-02-26T05:44:22.431+0000 I NETWORK [conn17] end connection 127.0.0.1:45618 (4 connections now open) 2024-02-26T05:44:22.726+0000 I NETWORK [conn3] end connection 127.0.0.1:54918 (3 connections now open) 2024-02-26T05:44:22.726+0000 I NETWORK [conn2] end connection 127.0.0.1:54912 (2 connections now open) 2024-02-26T05:44:25.419+0000 I NETWORK [listener] connection accepted from 127.0.0.1:45642 #18 (3 connections now open) 2024-02-26T05:44:25.419+0000 I NETWORK [conn18] end connection 127.0.0.1:45642 (2 connections now open) 2024-02-26T05:44:27.738+0000 I NETWORK [listener] connection accepted from 127.0.0.1:45660 #19 (3 connections now open) 2024-02-26T05:44:27.739+0000 I NETWORK [listener] connection accepted from 127.0.0.1:45676 #20 (4 connections now open) 2024-02-26T05:44:27.743+0000 I NETWORK [conn20] received client metadata from 127.0.0.1:45676 conn20: { application: { name: "pbm-agent" }, driver: { name: "mongo-go-driver", version: "v1.12.0" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.19" } 2024-02-26T05:44:27.743+0000 I NETWORK [conn19] received client metadata from 127.0.0.1:45660 conn19: { application: { name: "pbm-agent" }, driver: { name: "mongo-go-driver", version: "v1.12.0" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.19" } 2024-02-26T05:44:28.435+0000 I NETWORK [listener] connection accepted from 127.0.0.1:45678 #21 (5 connections now open) 2024-02-26T05:44:28.436+0000 I NETWORK [conn21] end connection 127.0.0.1:45678 (4 connections now open) 2024-02-26T05:44:31.415+0000 I NETWORK [listener] connection accepted from 127.0.0.1:37676 #22 (5 connections now open) 2024-02-26T05:44:31.415+0000 I NETWORK [conn22] end connection 127.0.0.1:37676 (4 connections now open) 2024-02-26T05:44:31.479+0000 I NETWORK [conn16] end connection 10.233.108.227:55608 (3 connections now open) 2024-02-26T05:44:31.479+0000 I NETWORK [conn15] end connection 10.233.108.227:55598 (2 connections now open) 2024-02-26T05:44:34.392+0000 I NETWORK [listener] connection accepted from 127.0.0.1:37684 #23 (3 connections now open) 2024-02-26T05:44:34.392+0000 I NETWORK [conn23] end connection 127.0.0.1:37684 (2 connections now open) 2024-02-26T05:44:37.427+0000 I NETWORK [listener] connection accepted from 127.0.0.1:37706 #24 (3 connections now open) 2024-02-26T05:44:37.427+0000 I NETWORK [conn24] end connection 127.0.0.1:37706 (2 connections now open) 2024-02-26T05:44:40.411+0000 I NETWORK [listener] connection accepted from 127.0.0.1:37718 #25 (3 connections now open) 2024-02-26T05:44:40.411+0000 I NETWORK [conn25] end connection 127.0.0.1:37718 (2 connections now open) 2024-02-26T05:44:41.842+0000 I NETWORK [listener] connection accepted from 10.233.108.227:41282 #26 (3 connections now open) 2024-02-26T05:44:41.842+0000 I NETWORK [listener] connection accepted from 10.233.108.227:41278 #27 (4 connections now open) 2024-02-26T05:44:41.846+0000 I NETWORK [conn26] received client metadata from 10.233.108.227:41282 conn26: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:44:41.848+0000 I NETWORK [conn27] received client metadata from 10.233.108.227:41278 conn27: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:44:43.427+0000 I NETWORK [listener] connection accepted from 127.0.0.1:44194 #28 (5 connections now open) 2024-02-26T05:44:43.427+0000 I NETWORK [conn28] end connection 127.0.0.1:44194 (4 connections now open) 2024-02-26T05:44:46.411+0000 I NETWORK [listener] connection accepted from 127.0.0.1:44216 #29 (5 connections now open) 2024-02-26T05:44:46.411+0000 I NETWORK [conn29] end connection 127.0.0.1:44216 (4 connections now open) 2024-02-26T05:44:49.427+0000 I NETWORK [listener] connection accepted from 127.0.0.1:44236 #30 (5 connections now open) 2024-02-26T05:44:49.427+0000 I NETWORK [conn30] end connection 127.0.0.1:44236 (4 connections now open) 2024-02-26T05:44:51.842+0000 I NETWORK [conn27] end connection 10.233.108.227:41278 (3 connections now open) 2024-02-26T05:44:51.842+0000 I NETWORK [conn26] end connection 10.233.108.227:41282 (2 connections now open) 2024-02-26T05:44:52.416+0000 I NETWORK [listener] connection accepted from 127.0.0.1:41102 #31 (3 connections now open) 2024-02-26T05:44:52.416+0000 I NETWORK [conn31] end connection 127.0.0.1:41102 (2 connections now open) 2024-02-26T05:44:55.415+0000 I NETWORK [listener] connection accepted from 127.0.0.1:41112 #32 (3 connections now open) 2024-02-26T05:44:55.415+0000 I NETWORK [conn32] end connection 127.0.0.1:41112 (2 connections now open) 2024-02-26T05:44:57.738+0000 I NETWORK [conn19] end connection 127.0.0.1:45660 (1 connection now open) 2024-02-26T05:44:57.738+0000 I NETWORK [conn20] end connection 127.0.0.1:45676 (0 connections now open) 2024-02-26T05:44:58.423+0000 I NETWORK [listener] connection accepted from 127.0.0.1:41124 #33 (1 connection now open) 2024-02-26T05:44:58.423+0000 I NETWORK [conn33] end connection 127.0.0.1:41124 (0 connections now open) 2024-02-26T05:45:01.431+0000 I NETWORK [listener] connection accepted from 127.0.0.1:38118 #34 (1 connection now open) 2024-02-26T05:45:01.431+0000 I NETWORK [conn34] end connection 127.0.0.1:38118 (0 connections now open) 2024-02-26T05:45:02.212+0000 I NETWORK [listener] connection accepted from 10.233.108.227:52202 #35 (1 connection now open) 2024-02-26T05:45:02.212+0000 I NETWORK [listener] connection accepted from 10.233.108.227:52204 #36 (2 connections now open) 2024-02-26T05:45:02.217+0000 I NETWORK [conn35] received client metadata from 10.233.108.227:52202 conn35: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:45:02.219+0000 I NETWORK [conn36] received client metadata from 10.233.108.227:52204 conn36: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:45:02.752+0000 I NETWORK [listener] connection accepted from 127.0.0.1:38130 #37 (3 connections now open) 2024-02-26T05:45:02.752+0000 I NETWORK [listener] connection accepted from 127.0.0.1:38134 #38 (4 connections now open) 2024-02-26T05:45:02.757+0000 I NETWORK [conn38] received client metadata from 127.0.0.1:38134 conn38: { application: { name: "pbm-agent" }, driver: { name: "mongo-go-driver", version: "v1.12.0" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.19" } 2024-02-26T05:45:02.757+0000 I NETWORK [conn37] received client metadata from 127.0.0.1:38130 conn37: { application: { name: "pbm-agent" }, driver: { name: "mongo-go-driver", version: "v1.12.0" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.19" } 2024-02-26T05:45:04.392+0000 I NETWORK [listener] connection accepted from 127.0.0.1:38142 #39 (5 connections now open) 2024-02-26T05:45:04.392+0000 I NETWORK [conn39] end connection 127.0.0.1:38142 (4 connections now open) 2024-02-26T05:45:04.393+0000 I NETWORK [listener] connection accepted from 127.0.0.1:38146 #40 (5 connections now open) 2024-02-26T05:45:04.393+0000 I NETWORK [listener] connection accepted from 127.0.0.1:38158 #41 (6 connections now open) 2024-02-26T05:45:04.399+0000 I NETWORK [conn40] received client metadata from 127.0.0.1:38146 conn40: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:45:04.400+0000 I NETWORK [conn41] received client metadata from 127.0.0.1:38158 conn41: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:45:07.439+0000 I NETWORK [listener] connection accepted from 127.0.0.1:38166 #42 (7 connections now open) 2024-02-26T05:45:07.440+0000 I NETWORK [conn42] end connection 127.0.0.1:38166 (6 connections now open) 2024-02-26T05:45:10.415+0000 I NETWORK [listener] connection accepted from 127.0.0.1:38184 #43 (7 connections now open) 2024-02-26T05:45:10.415+0000 I NETWORK [conn43] end connection 127.0.0.1:38184 (6 connections now open) 2024-02-26T05:45:12.212+0000 I NETWORK [conn35] end connection 10.233.108.227:52202 (5 connections now open) 2024-02-26T05:45:12.212+0000 I NETWORK [conn36] end connection 10.233.108.227:52204 (4 connections now open) 2024-02-26T05:45:13.407+0000 I NETWORK [listener] connection accepted from 127.0.0.1:49652 #44 (5 connections now open) 2024-02-26T05:45:13.407+0000 I NETWORK [conn44] end connection 127.0.0.1:49652 (4 connections now open) 2024-02-26T05:45:14.391+0000 I NETWORK [conn41] end connection 127.0.0.1:38158 (3 connections now open) 2024-02-26T05:45:14.391+0000 I NETWORK [conn40] end connection 127.0.0.1:38146 (2 connections now open) 2024-02-26T05:45:16.419+0000 I NETWORK [listener] connection accepted from 127.0.0.1:49670 #45 (3 connections now open) 2024-02-26T05:45:16.419+0000 I NETWORK [conn45] end connection 127.0.0.1:49670 (2 connections now open) 2024-02-26T05:45:19.427+0000 I NETWORK [listener] connection accepted from 127.0.0.1:49696 #46 (3 connections now open) 2024-02-26T05:45:19.427+0000 I NETWORK [conn46] end connection 127.0.0.1:49696 (2 connections now open) 2024-02-26T05:45:22.423+0000 I NETWORK [listener] connection accepted from 127.0.0.1:58408 #47 (3 connections now open) 2024-02-26T05:45:22.423+0000 I NETWORK [conn47] end connection 127.0.0.1:58408 (2 connections now open) 2024-02-26T05:45:22.572+0000 I NETWORK [listener] connection accepted from 10.233.108.227:43752 #48 (3 connections now open) 2024-02-26T05:45:22.572+0000 I NETWORK [listener] connection accepted from 10.233.108.227:43750 #49 (4 connections now open) 2024-02-26T05:45:22.577+0000 I NETWORK [conn49] received client metadata from 10.233.108.227:43750 conn49: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:45:22.580+0000 I NETWORK [conn48] received client metadata from 10.233.108.227:43752 conn48: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:45:25.410+0000 I NETWORK [listener] connection accepted from 127.0.0.1:58430 #50 (5 connections now open) 2024-02-26T05:45:25.411+0000 I NETWORK [conn50] end connection 127.0.0.1:58430 (4 connections now open) 2024-02-26T05:45:28.443+0000 I NETWORK [listener] connection accepted from 127.0.0.1:58458 #51 (5 connections now open) 2024-02-26T05:45:28.443+0000 I NETWORK [conn51] end connection 127.0.0.1:58458 (4 connections now open) 2024-02-26T05:45:31.415+0000 I NETWORK [listener] connection accepted from 127.0.0.1:33424 #52 (5 connections now open) 2024-02-26T05:45:31.415+0000 I NETWORK [conn52] end connection 127.0.0.1:33424 (4 connections now open) 2024-02-26T05:45:32.571+0000 I NETWORK [conn48] end connection 10.233.108.227:43752 (3 connections now open) 2024-02-26T05:45:32.571+0000 I NETWORK [conn49] end connection 10.233.108.227:43750 (2 connections now open) 2024-02-26T05:45:32.751+0000 I NETWORK [conn38] end connection 127.0.0.1:38134 (1 connection now open) 2024-02-26T05:45:32.751+0000 I NETWORK [conn37] end connection 127.0.0.1:38130 (0 connections now open) 2024-02-26T05:45:34.393+0000 I NETWORK [listener] connection accepted from 127.0.0.1:33432 #53 (1 connection now open) 2024-02-26T05:45:34.394+0000 I NETWORK [conn53] end connection 127.0.0.1:33432 (0 connections now open) 2024-02-26T05:45:34.394+0000 I NETWORK [listener] connection accepted from 127.0.0.1:33438 #54 (1 connection now open) 2024-02-26T05:45:34.394+0000 I NETWORK [listener] connection accepted from 127.0.0.1:33440 #55 (2 connections now open) 2024-02-26T05:45:34.399+0000 I NETWORK [conn54] received client metadata from 127.0.0.1:33438 conn54: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:45:34.399+0000 I NETWORK [conn55] received client metadata from 127.0.0.1:33440 conn55: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:45:37.419+0000 I NETWORK [listener] connection accepted from 127.0.0.1:33480 #56 (3 connections now open) 2024-02-26T05:45:37.419+0000 I NETWORK [conn56] end connection 127.0.0.1:33480 (2 connections now open) 2024-02-26T05:45:37.767+0000 I NETWORK [listener] connection accepted from 127.0.0.1:33496 #57 (3 connections now open) 2024-02-26T05:45:37.767+0000 I NETWORK [listener] connection accepted from 127.0.0.1:33498 #58 (4 connections now open) 2024-02-26T05:45:37.772+0000 I NETWORK [conn57] received client metadata from 127.0.0.1:33496 conn57: { application: { name: "pbm-agent" }, driver: { name: "mongo-go-driver", version: "v1.12.0" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.19" } 2024-02-26T05:45:37.773+0000 I NETWORK [conn58] received client metadata from 127.0.0.1:33498 conn58: { application: { name: "pbm-agent" }, driver: { name: "mongo-go-driver", version: "v1.12.0" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.19" } 2024-02-26T05:45:40.411+0000 I NETWORK [listener] connection accepted from 127.0.0.1:33510 #59 (5 connections now open) 2024-02-26T05:45:40.411+0000 I NETWORK [conn59] end connection 127.0.0.1:33510 (4 connections now open) 2024-02-26T05:45:42.921+0000 I NETWORK [listener] connection accepted from 10.233.108.227:54106 #60 (5 connections now open) 2024-02-26T05:45:42.921+0000 I NETWORK [listener] connection accepted from 10.233.108.227:54118 #61 (6 connections now open) 2024-02-26T05:45:42.925+0000 I NETWORK [conn61] received client metadata from 10.233.108.227:54118 conn61: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:45:42.925+0000 I NETWORK [conn60] received client metadata from 10.233.108.227:54106 conn60: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:45:43.415+0000 I NETWORK [listener] connection accepted from 127.0.0.1:48272 #62 (7 connections now open) 2024-02-26T05:45:43.415+0000 I NETWORK [conn62] end connection 127.0.0.1:48272 (6 connections now open) 2024-02-26T05:45:44.392+0000 I NETWORK [conn55] end connection 127.0.0.1:33440 (5 connections now open) 2024-02-26T05:45:44.392+0000 I NETWORK [conn54] end connection 127.0.0.1:33438 (4 connections now open) 2024-02-26T05:45:46.423+0000 I NETWORK [listener] connection accepted from 127.0.0.1:48296 #63 (5 connections now open) 2024-02-26T05:45:46.423+0000 I NETWORK [conn63] end connection 127.0.0.1:48296 (4 connections now open) 2024-02-26T05:45:49.431+0000 I NETWORK [listener] connection accepted from 127.0.0.1:48318 #64 (5 connections now open) 2024-02-26T05:45:49.431+0000 I NETWORK [conn64] end connection 127.0.0.1:48318 (4 connections now open) 2024-02-26T05:45:52.423+0000 I NETWORK [listener] connection accepted from 127.0.0.1:51340 #65 (5 connections now open) 2024-02-26T05:45:52.423+0000 I NETWORK [conn65] end connection 127.0.0.1:51340 (4 connections now open) 2024-02-26T05:45:52.920+0000 I NETWORK [conn61] end connection 10.233.108.227:54118 (3 connections now open) 2024-02-26T05:45:52.920+0000 I NETWORK [conn60] end connection 10.233.108.227:54106 (2 connections now open) 2024-02-26T05:45:55.431+0000 I NETWORK [listener] connection accepted from 127.0.0.1:51358 #66 (3 connections now open) 2024-02-26T05:45:55.431+0000 I NETWORK [conn66] end connection 127.0.0.1:51358 (2 connections now open) 2024-02-26T05:45:58.435+0000 I NETWORK [listener] connection accepted from 127.0.0.1:51368 #67 (3 connections now open) 2024-02-26T05:45:58.435+0000 I NETWORK [conn67] end connection 127.0.0.1:51368 (2 connections now open) 2024-02-26T05:46:01.415+0000 I NETWORK [listener] connection accepted from 127.0.0.1:57664 #68 (3 connections now open) 2024-02-26T05:46:01.415+0000 I NETWORK [conn68] end connection 127.0.0.1:57664 (2 connections now open) 2024-02-26T05:46:03.265+0000 I NETWORK [listener] connection accepted from 10.233.108.227:60486 #69 (3 connections now open) 2024-02-26T05:46:03.265+0000 I NETWORK [listener] connection accepted from 10.233.108.227:60502 #70 (4 connections now open) 2024-02-26T05:46:03.270+0000 I NETWORK [conn69] received client metadata from 10.233.108.227:60486 conn69: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:46:03.270+0000 I NETWORK [conn70] received client metadata from 10.233.108.227:60502 conn70: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:46:04.392+0000 I NETWORK [listener] connection accepted from 127.0.0.1:57682 #71 (5 connections now open) 2024-02-26T05:46:04.392+0000 I NETWORK [conn71] end connection 127.0.0.1:57682 (4 connections now open) 2024-02-26T05:46:04.393+0000 I NETWORK [listener] connection accepted from 127.0.0.1:57692 #72 (5 connections now open) 2024-02-26T05:46:04.393+0000 I NETWORK [listener] connection accepted from 127.0.0.1:57706 #73 (6 connections now open) 2024-02-26T05:46:04.399+0000 I NETWORK [conn72] received client metadata from 127.0.0.1:57692 conn72: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:46:04.400+0000 I NETWORK [conn73] received client metadata from 127.0.0.1:57706 conn73: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:46:07.443+0000 I NETWORK [listener] connection accepted from 127.0.0.1:57710 #74 (7 connections now open) 2024-02-26T05:46:07.443+0000 I NETWORK [conn74] end connection 127.0.0.1:57710 (6 connections now open) 2024-02-26T05:46:07.769+0000 I NETWORK [conn57] end connection 127.0.0.1:33496 (5 connections now open) 2024-02-26T05:46:07.769+0000 I NETWORK [conn58] end connection 127.0.0.1:33498 (4 connections now open) 2024-02-26T05:46:10.427+0000 I NETWORK [listener] connection accepted from 127.0.0.1:57756 #75 (5 connections now open) 2024-02-26T05:46:10.427+0000 I NETWORK [conn75] end connection 127.0.0.1:57756 (4 connections now open) 2024-02-26T05:46:12.785+0000 I NETWORK [listener] connection accepted from 127.0.0.1:40518 #76 (5 connections now open) 2024-02-26T05:46:12.785+0000 I NETWORK [listener] connection accepted from 127.0.0.1:40530 #77 (6 connections now open) 2024-02-26T05:46:12.791+0000 I NETWORK [conn76] received client metadata from 127.0.0.1:40518 conn76: { application: { name: "pbm-agent" }, driver: { name: "mongo-go-driver", version: "v1.12.0" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.19" } 2024-02-26T05:46:12.792+0000 I NETWORK [conn77] received client metadata from 127.0.0.1:40530 conn77: { application: { name: "pbm-agent" }, driver: { name: "mongo-go-driver", version: "v1.12.0" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.19" } 2024-02-26T05:46:13.265+0000 I NETWORK [conn70] end connection 10.233.108.227:60502 (5 connections now open) 2024-02-26T05:46:13.265+0000 I NETWORK [conn69] end connection 10.233.108.227:60486 (4 connections now open) 2024-02-26T05:46:13.415+0000 I NETWORK [listener] connection accepted from 127.0.0.1:40544 #78 (5 connections now open) 2024-02-26T05:46:13.415+0000 I NETWORK [conn78] end connection 127.0.0.1:40544 (4 connections now open) 2024-02-26T05:46:14.390+0000 I NETWORK [conn73] end connection 127.0.0.1:57706 (3 connections now open) 2024-02-26T05:46:14.390+0000 I NETWORK [conn72] end connection 127.0.0.1:57692 (2 connections now open) 2024-02-26T05:46:16.419+0000 I NETWORK [listener] connection accepted from 127.0.0.1:40560 #79 (3 connections now open) 2024-02-26T05:46:16.419+0000 I NETWORK [conn79] end connection 127.0.0.1:40560 (2 connections now open) 2024-02-26T05:46:19.419+0000 I NETWORK [listener] connection accepted from 127.0.0.1:40576 #80 (3 connections now open) 2024-02-26T05:46:19.419+0000 I NETWORK [conn80] end connection 127.0.0.1:40576 (2 connections now open) 2024-02-26T05:46:22.435+0000 I NETWORK [listener] connection accepted from 127.0.0.1:40470 #81 (3 connections now open) 2024-02-26T05:46:22.435+0000 I NETWORK [conn81] end connection 127.0.0.1:40470 (2 connections now open) 2024-02-26T05:46:23.717+0000 I NETWORK [listener] connection accepted from 10.233.108.227:34446 #82 (3 connections now open) 2024-02-26T05:46:23.717+0000 I NETWORK [listener] connection accepted from 10.233.108.227:34444 #83 (4 connections now open) 2024-02-26T05:46:23.721+0000 I NETWORK [conn82] received client metadata from 10.233.108.227:34446 conn82: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:46:23.721+0000 I NETWORK [conn83] received client metadata from 10.233.108.227:34444 conn83: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:46:25.439+0000 I NETWORK [listener] connection accepted from 127.0.0.1:40528 #84 (5 connections now open) 2024-02-26T05:46:25.439+0000 I NETWORK [conn84] end connection 127.0.0.1:40528 (4 connections now open) 2024-02-26T05:46:28.447+0000 I NETWORK [listener] connection accepted from 127.0.0.1:40542 #85 (5 connections now open) 2024-02-26T05:46:28.447+0000 I NETWORK [conn85] end connection 127.0.0.1:40542 (4 connections now open) 2024-02-26T05:46:31.427+0000 I NETWORK [listener] connection accepted from 127.0.0.1:49010 #86 (5 connections now open) 2024-02-26T05:46:31.427+0000 I NETWORK [conn86] end connection 127.0.0.1:49010 (4 connections now open) 2024-02-26T05:46:33.717+0000 I NETWORK [conn83] end connection 10.233.108.227:34444 (3 connections now open) 2024-02-26T05:46:33.717+0000 I NETWORK [conn82] end connection 10.233.108.227:34446 (2 connections now open) 2024-02-26T05:46:34.391+0000 I NETWORK [listener] connection accepted from 127.0.0.1:49038 #87 (3 connections now open) 2024-02-26T05:46:34.391+0000 I NETWORK [conn87] end connection 127.0.0.1:49038 (2 connections now open) 2024-02-26T05:46:34.392+0000 I NETWORK [listener] connection accepted from 127.0.0.1:49050 #88 (3 connections now open) 2024-02-26T05:46:34.392+0000 I NETWORK [listener] connection accepted from 127.0.0.1:49052 #89 (4 connections now open) 2024-02-26T05:46:34.398+0000 I NETWORK [conn88] received client metadata from 127.0.0.1:49050 conn88: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:46:34.399+0000 I NETWORK [conn89] received client metadata from 127.0.0.1:49052 conn89: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:46:37.415+0000 I NETWORK [listener] connection accepted from 127.0.0.1:49062 #90 (5 connections now open) 2024-02-26T05:46:37.415+0000 I NETWORK [conn90] end connection 127.0.0.1:49062 (4 connections now open) 2024-02-26T05:46:40.431+0000 I NETWORK [listener] connection accepted from 127.0.0.1:49084 #91 (5 connections now open) 2024-02-26T05:46:40.431+0000 I NETWORK [conn91] end connection 127.0.0.1:49084 (4 connections now open) 2024-02-26T05:46:42.785+0000 I NETWORK [conn77] end connection 127.0.0.1:40530 (3 connections now open) 2024-02-26T05:46:42.785+0000 I NETWORK [conn76] end connection 127.0.0.1:40518 (2 connections now open) 2024-02-26T05:46:43.427+0000 I NETWORK [listener] connection accepted from 127.0.0.1:38856 #92 (3 connections now open) 2024-02-26T05:46:43.427+0000 I NETWORK [conn92] end connection 127.0.0.1:38856 (2 connections now open) 2024-02-26T05:46:44.102+0000 I NETWORK [listener] connection accepted from 10.233.108.227:56868 #93 (3 connections now open) 2024-02-26T05:46:44.102+0000 I NETWORK [listener] connection accepted from 10.233.108.227:56860 #94 (4 connections now open) 2024-02-26T05:46:44.106+0000 I NETWORK [conn93] received client metadata from 10.233.108.227:56868 conn93: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:46:44.109+0000 I NETWORK [conn94] received client metadata from 10.233.108.227:56860 conn94: { driver: { name: "mongo-go-driver", version: "v1.12.1" }, os: { type: "linux", architecture: "amd64" }, platform: "go1.20.9" } 2024-02-26T05:46:44.389+0000 I NETWORK [conn89] end connection 127.0.0.1:49052 (3 connections now open) 2024-02-26T05:46:44.389+0000 I NETWORK [conn88] end connection 127.0.0.1:49050 (2 connections now open) 2024-02-26T05:46:44.397+0000 I CONTROL [signalProcessingThread] got signal 15 (Terminated), will terminate after current cmd ends 2024-02-26T05:46:44.397+0000 I REPL [signalProcessingThread] Stepping down the ReplicationCoordinator for shutdown, waitTime: 10000ms 2024-02-26T05:46:44.397+0000 I CONTROL [signalProcessingThread] Shutting down the LogicalSessionCache 2024-02-26T05:46:44.398+0000 I NETWORK [signalProcessingThread] shutdown: going to close listening sockets... 2024-02-26T05:46:44.398+0000 I NETWORK [signalProcessingThread] removing socket file: /tmp/mongodb-27017.sock 2024-02-26T05:46:44.398+0000 I NETWORK [signalProcessingThread] Shutting down the global connection pool 2024-02-26T05:46:44.398+0000 I STORAGE [signalProcessingThread] Shutting down the PeriodicThreadToAbortExpiredTransactions 2024-02-26T05:46:44.398+0000 I REPL [signalProcessingThread] Shutting down the ReplicationCoordinator 2024-02-26T05:46:44.398+0000 I REPL [signalProcessingThread] shutting down replication subsystems 2024-02-26T05:46:44.398+0000 I ASIO [Replication] Killing all outstanding egress activity. 2024-02-26T05:46:44.398+0000 I SHARDING [signalProcessingThread] Shutting down the ShardingInitializationMongoD 2024-02-26T05:46:44.398+0000 I COMMAND [signalProcessingThread] Killing all open transactions 2024-02-26T05:46:44.398+0000 I - [signalProcessingThread] Killing all operations for shutdown 2024-02-26T05:46:44.398+0000 I NETWORK [signalProcessingThread] Shutting down the ReplicaSetMonitor 2024-02-26T05:46:44.398+0000 I CONTROL [signalProcessingThread] Shutting down free monitoring 2024-02-26T05:46:44.398+0000 I CONTROL [signalProcessingThread] Shutting down free monitoring 2024-02-26T05:46:44.398+0000 I FTDC [signalProcessingThread] Shutting down full-time data capture 2024-02-26T05:46:44.398+0000 I FTDC [signalProcessingThread] Shutting down full-time diagnostic data capture 2024-02-26T05:46:44.403+0000 I STORAGE [signalProcessingThread] Shutting down the HealthLog 2024-02-26T05:46:44.403+0000 I STORAGE [signalProcessingThread] Shutting down the storage engine 2024-02-26T05:46:44.403+0000 I STORAGE [signalProcessingThread] WiredTigerKVEngine shutting down 2024-02-26T05:46:44.403+0000 I STORAGE [signalProcessingThread] Shutting down session sweeper thread 2024-02-26T05:46:44.403+0000 I STORAGE [signalProcessingThread] Finished shutting down session sweeper thread 2024-02-26T05:46:44.516+0000 I STORAGE [signalProcessingThread] shutdown: removing fs lock... 2024-02-26T05:46:44.517+0000 I - [signalProcessingThread] Dropping the scope cache for shutdown 2024-02-26T05:46:44.517+0000 I CONTROL [signalProcessingThread] now exiting 2024-02-26T05:46:44.517+0000 I CONTROL [signalProcessingThread] shutting down with code:0 user@bastion:~/percona-server-mongodb-operator/deploy$