-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Index Maintenance
-
Minor Change
-
ALL
similar to SERVER-12242
- in 2.4 create an index like {"a..b":1}
- upgrade node to 2.6
- try to run db.coll.reIndex()
m27000| 2014-01-02T17:53:43.632-0500 [conn1] CMD: reIndex test.test m27000| 2014-01-02T17:53:43.633-0500 [conn1] build index on: test.test properties: { v: 1, key: { _id: 1 }, name: "_id_", ns: "test.test" } m27000| 2014-01-02T17:53:43.634-0500 [conn1] build index done. scanned 100 total records. 0 secs { "nIndexesWas" : 3, "ok" : 0, "errmsg" : "Index key cannot contain an empty field.", "code" : 67 }
- is related to
-
SERVER-12242 can't run "compact" on a collection if it has an index on an empty field name
- Closed
-
SERVER-12070 Validate all indexes for new restrictions at startup
- Closed