We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eecbf9b commit d50a7ecCopy full SHA for d50a7ec
Cluster.pm
@@ -99,11 +99,11 @@ sub configure
99
multimaster.queue_size = 10485760 # 10mb
100
multimaster.node_id = $id
101
multimaster.conn_strings = '$connstr'
102
- multimaster.use_raftable = false
+ multimaster.use_raftable = true
103
multimaster.ignore_tables_without_pk = true
104
multimaster.twopc_min_timeout = 60000
105
-# raftable.id = $id
106
-# raftable.peers = '$raftpeers'
+ raftable.id = $id
+ raftable.peers = '$raftpeers'
107
));
108
109
$node->append_conf("pg_hba.conf", qq(
multimaster.c
@@ -1906,7 +1906,7 @@ _PG_init(void)
1906
"Use raftable plugin for internode communication",
1907
NULL,
1908
&MtmUseRaftable,
1909
- false,
+ true,
1910
PGC_BACKEND,
1911
0,
1912
0 commit comments