You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`ALTER TABLE... SCATTER` expects to receive a list of ranges that were
scattered. This information was accidentally dropped in the new
scatter implementation (dbd90cf, cockroachdb#16249). This commit restores the old
behavior, and adds a test to boot.
Fixescockroachdb#17153.
benesch
added a commit
to benesch/cockroach
that referenced
this issue
Aug 7, 2017
`ALTER TABLE... SCATTER` expects to receive a list of ranges that were
scattered. This information was accidentally dropped in the new
scatter implementation (dbd90cf, cockroachdb#16249). This commit restores the old
behavior, and adds a test to boot.
Fixescockroachdb#17153.
On a 4-node cluster with 100 ranges in
kv
, the following output occurs:The text was updated successfully, but these errors were encountered: