-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Query Integration
-
Fully Compatible
-
ALL
Right now the createSearchIndex shell command calls createSearchIndex on each primary shard. It needs to call that command on every shard - as each shard is connected to a mongot.
The reason this bug wasn't discovered in tests is that our only sharded suite configures a two node sharded cluster. So in that way, the num of primary shards = the number of total shards.