While reading some unrelated code, I noticed that we write aux keys to all shards. Apparently, they should only be on shard 0.
I checked out the code prior to my sharded ingest work and believe that has always been the case.
We should:
make sure that's the current state of affairs (I'm pretty sure - but let's check)
While reading some unrelated code, I noticed that we write aux keys to all shards. Apparently, they should only be on shard 0. I checked out the code prior to my sharded ingest work and believe that has always been the case.
We should: