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
156997: kvserver: run bench without extra arguments r=pav-kv a=stevendanna
Without these additions, users of `./dev bench` need to manually specify an explicit bazel target for the kvserver_test package. This always causes a few seconds (or minutes) of confusion because (1) most of us are used to not having to specify the test package and (2) its reasonable to first suspect your recent change when you hit some bazel error.
Informs #147833
Epic: None
Release note: none
157005: mmaprototype: explain why localities don't care about the keys r=wenyihu6 a=tbg
It's because operators must use matching keys across the cluster, so only the values can be different.
For example, it's not allowed to have one node with `region=foo` and another with `fruit=banana`. It must be `region=foo`,`region=banana` and that point the key no longer plays a role since it always matches.
Epic: CRDB-55052
Co-authored-by: Steven Danna <[email protected]>
Co-authored-by: Tobias Grieger <[email protected]>
0 commit comments