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(
129
129
SELECT bdr .add_commit_scope (
130
130
commit_scope_name := ' example_scope' ,
131
131
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' ,
133
133
wait_for_ready := true
134
134
);
135
135
SELECT bdr .add_commit_scope (
136
136
commit_scope_name := ' example_scope' ,
137
137
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) ' ,
139
139
wait_for_ready := true
140
140
);
141
141
```
You can’t perform that action at this time.
0 commit comments