On Tue, Jul 28, 2015 at 6:54 PM, Shawn Heisey <apa...@elyograg.org> wrote: > To get out of the hole you're in now, either build a new collection with > the actual shard count that you want so it's correctly set up, or edit > the clusterstate in zookeeper to change the hash range (change 80000000 > to 00000000)
Actually, if you want a range that covers the entire 32 bit hash space, it would be 80000000-7fffffff (hex representations of signed integers). -Yonik