Improve cockroach demo nodes feature #39780
Labels
A-demo
A-partitioning
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Right now, the cockroach demo takes in a --demo-locality argument which accepts a single locality tier for each node in the demo.
It would be better to allow for an arbitrary number of tiers to be assigned to each node, and to avoid abusing the parsing of the Locality flag, as brought up in comments on #39454.
A solution to do this is to use the syntax as follows, where colons separate the localities for each node.
The text was updated successfully, but these errors were encountered: