Details
-
Question
-
Resolution: Community Answered
-
Major - P3
-
None
-
3.2.1
-
None
-
None
Description
In My Mongo version 3.2.1, collections are getting deleted after every restart.
In debug logs i could see that, what ever the collection have options: { temp: true } are getting deleted.
Could you please let me know how to can i remove options: { temp: true } for a collection which is already created.
2021-07-14T18:23:18.044+0530 D STORAGE [conn25] create collection conn_prod.conn_user::test_collections { temp: true }
2021-07-14T18:23:18.044+0530 D STORAGE [conn25] WT begin_transaction
2021-07-14T18:23:18.044+0530 D STORAGE [conn25] stored meta data for conn_prod.conn_user::test_collections @ RecordId(366)
2021-07-14T18:23:18.044+0530 D STORAGE [conn25] WiredTigerKVEngine::createRecordStore uri: table:conn_prod/collection-12--5968079627423616812 config: type=file,memory_page_max=10m,split_pct=90,leaf_value_max=64MB,checksum=on,block_compressor=snappy,,key_format=q,value_format=u,app_metadata=(formatVersion=1)
2021-07-14T18:23:18.046+0530 D STORAGE [conn25] WiredTigerUtil::checkApplicationMetadataFormatVersion uri: table:conn_prod/collection-12--5968079627423616812 ok range 1 -> 1 current: 1
2021-07-14T18:23:18.046+0530 D STORAGE [conn25] looking up metadata for: conn_prod.conn_user::test_collections @ RecordId(366)
2021-07-14T18:23:18.046+0530 D STORAGE [conn25] fetched CCE metadata: { ns: "conn_prod.conn_user::test_collections", ident: "conn_prod/collection-12--5968079627423616812", md:
*, indexes: [] } }
2021-07-14T18:23:18.046+0530 D STORAGE [conn25] returning metadata: md: { ns: "conn_prod.conn_user::test_collections", options:
, indexes: [] }