Skip to content

Commit

Permalink
Added randomness to packed columns flags WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
qvad committed Nov 6, 2023
1 parent 66a4e9c commit 2872138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yugabyte/src/yugabyte/auto.clj
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,8 @@
geo-node-map (zipmap nodes geo-ids)
node-id-int (get geo-node-map node)]
(info node [:--placement_cloud :ybc
:--placement_region (str "jepsen-" node-id-int)
:--placement_zone (str "jepsen-" node-id-int "a")])
:--placement_region (str "jepsen-" node-id-int)
:--placement_zone (str "jepsen-" node-id-int "a")])
[:--placement_cloud :ybc
:--placement_region (str "jepsen-" node-id-int)
:--placement_zone (str "jepsen-" node-id-int "a")])
Expand Down

0 comments on commit 2872138

Please sign in to comment.