8000 try to test mmts without raftable · postgrespro/postgres_cluster@9dfffb3 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9dfffb3

Browse files
committed
try to test mmts without raftable
1 parent 13a9e4c commit 9dfffb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/mmts/Cluster.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ sub configure
9898
multimaster.queue_size = 10485760 # 10mb
9999
multimaster.node_id = $id
100100
multimaster.conn_strings = '$connstr'
101-
multimaster.use_raftable = true
101+
multimaster.use_raftable = false
102102
multimaster.ignore_tables_without_pk = true
103103
multimaster.twopc_min_timeout = 60000
104104
raftable.id = $id

0 commit comments

Comments
 (0)
0