File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
product_docs/docs/pgd/5/durability Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,13 +129,13 @@ SELECT bdr.create_node_group(
129129SELECT bdr .add_commit_scope (
130130 commit_scope_name := ' example_scope' ,
131131 origin_node_group := ' left_dc' ,
132- rule := ' ALL (left_dc) GROUP COMMIT AND ANY 1 (right_dc) GROUP COMMIT' ,
132+ rule := ' ALL (left_dc) GROUP COMMIT (commit_decision=raft) AND ANY 1 (right_dc) GROUP COMMIT' ,
133133 wait_for_ready := true
134134);
135135SELECT bdr .add_commit_scope (
136136 commit_scope_name := ' example_scope' ,
137137 origin_node_group := ' right_dc' ,
138- rule := ' ANY 1 (left_dc) GROUP COMMIT AND ALL (right_dc) GROUP COMMIT' ,
138+ rule := ' ANY 1 (left_dc) GROUP COMMIT AND ALL (right_dc) GROUP COMMIT (commit_decision=raft) ' ,
139139 wait_for_ready := true
140140);
141141```
You can’t perform that action at this time.
0 commit comments