Thanks @Sergey_Pronin … it looks like the values get accepted:
replsets:
...
configuration: |
storage:
wiredTiger:
engineConfig:
configString: "file_manager=(close_idle_time=30,close_scan_interval=30,close_handle_minimum=100)"
In the log file we have the file_manager settings in 3 places. So which is now valid ?
{“t”:{“$date”:“2021-07-27T16:13:08.921+00:00”},“s”:“I”, “c”:“CONTROL”, “id”:21951, “ctx”:“initandlisten”,“msg”:“Options set by command line”,“attr”:{“options”:{“config”:“/etc/mongodb-config/mongod.conf”,“net”:{“bindIp”:“*”,“port”:27017,“tls”:{“CAFile”:“/etc/mongodb-ssl/ca.crt”,“allowInvalidCertificates”:true,“certificateKeyFile”:“/tmp/tls.pem”,“clusterCAFile”:“/etc/mongodb-ssl-internal/ca.crt”,“clusterFile”:“/tmp/tls-internal.pem”,“mode”:“preferTLS”}},“operationProfiling”:{“mode”:“slowOp”,“rateLimit”:100,“slowOpThresholdMs”:100},“replication”:{“replSet”:“rs01”},“security”:{“authorization”:“enabled”,“clusterAuthMode”:“x509”,“enableEncryption”:true,“encryptionCipherMode”:“AES256-CBC”,“encryptionKeyFile”:“/etc/mongodb-encryption/encryption-key”,“relaxPermChecks”:true},“setParameter”:{“ttlMonitorSleepSecs”:“60”,“wiredTigerConcurrentReadTransactions”:“128”,“wiredTigerConcurrentWriteTransactions”:“128”},“sharding”:{“clusterRole”:“shardsvr”},“storage”:{“dbPath”:“/data/db”,“engine”:“wiredTiger”,“wiredTiger”:{“collectionConfig”:{“blockCompressor”:“snappy”},“engineConfig”:{“cacheSizeGB”:3.23,“configString”:“file_manager=(close_idle_time=30,close_scan_interval=30,close_handle_minimum=100)”,“journalCompressor”:“snappy”},“indexConfig”:{“prefixCompression”:true}}}}}}
{“t”:{“$date”:“2021-07-27T16:13:09.602+00:00”},“s”:“I”, “c”:“STORAGE”, “id”:22315, “ctx”:“initandlisten”,“msg”:“Opening WiredTiger”,“attr”:{“config”:“create,cache_size=3307M,session_max=33000,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,close_scan_interval=10,close_handle_minimum=250),statistics_log=(wait=0),verbose=[recovery_progress,checkpoint_progress,compact_progress],encryption=(name=percona,keyid="/default"),extensions=[local=(entry=percona_encryption_extension_init,early_load=true,config=(cipher=AES256-CBC)),],file_manager=(close_idle_time=30,close_scan_interval=30,close_handle_minimum=100)”}}