Details
-
Bug
-
Resolution: Won't Fix
-
Major - P3
-
None
-
3.6.0, 3.6.9
-
None
-
Replication
-
ALL
-
(copied to CRM)
Description
Create a replica set on 3.6.9 and configure it to run protocol version 0, then create a collection and drop it. The mongod log on the secondaries show the following messages
2019-01-18T13:11:36.368-0500 I COMMAND [repl writer worker 0] CMD: drop test.c91
|
2019-01-18T13:11:36.368-0500 I STORAGE [repl writer worker 0] dropCollection: test.c91 (230159df-a788-4c1c-a5bd-22161ea8a674) - renaming to drop-pending collection: test.system.drop.1547835095i373t-1.c91 with drop optime { ts: Timestamp(1547835095, 373), t: -1 }
|
but there is no "completing collection drop" message, and the WT table is never dropped on the secondary.
Attachments
Issue Links
- is duplicated by
-
SERVER-39651 drop pending collection dose not clear collections since server upgraded to version 3.6.6
-
- Closed
-