Moves stored mappings onto the shard the placement function computes.
This is the migration for a deployment whose keys were placed before 1.4.0.
Once it reports moved: 0 with no failures, the stored mappings agree with
the placement function and placement: 'computed' can drop the KV read
without changing where any key resolves.
It is also the measurement that decides whether computed placement is worth
enabling: a keyspace that still disagrees after a pass is a keyspace whose
exceptions are the mapping.
Moves stored mappings onto the shard the placement function computes.
This is the migration for a deployment whose keys were placed before 1.4.0. Once it reports
moved: 0with no failures, the stored mappings agree with the placement function andplacement: 'computed'can drop the KV read without changing where any key resolves.It is also the measurement that decides whether computed placement is worth enabling: a keyspace that still disagrees after a pass is a keyspace whose exceptions are the mapping.