We have an observation while doing following : 1) Create DB1 2) Create DB2 3) Create DB3 4) Add multiple documents to DB1 5) Add multiple documents to DB2 6) Add multiple documents to DB3 7) Documents in DB2 have reference to doc IDs in DB3 8) Read DB1, DB2 and DB3 documents 9) Delete documents from DB3, DB2 and DB1 10) Repeat steps 4 to 10
Observations: When we have auto compaction enabled, some documents in DB3 are missing during step 8
This is not observed when auto compaction is disabled.
Rev limit is at default value. Compaction configuration is as follows: [compactions] _default = [{db_fragmentation, "70%"}, {view_fragmentation, "60%"}, {from, "23:00"}, {to, "04:00"}]
No responses yet.