File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -99,11 +99,11 @@ sub configure
99
99
multimaster.queue_size = 10485760 # 10mb
100
100
multimaster.node_id = $id
101
101
multimaster.conn_strings = '$connstr '
102
- multimaster.use_raftable = false
102
+ multimaster.use_raftable = true
103
103
multimaster.ignore_tables_without_pk = true
104
104
multimaster.twopc_min_timeout = 60000
105
- # raftable.id = $id
106
- # raftable.peers = '$raftpeers '
105
+ raftable.id = $id
106
+ raftable.peers = '$raftpeers '
107
107
) );
108
108
109
109
$node -> append_conf(" pg_hba.conf" , qq(
Original file line number Diff line number Diff line change @@ -1907,7 +1907,7 @@ _PG_init(void)
1907
1907
"Use raftable plugin for internode communication" ,
1908
1908
NULL ,
1909
1909
& MtmUseRaftable ,
1910
- false ,
1910
+ true ,
1911
1911
PGC_BACKEND ,
1912
1912
0 ,
1913
1913
NULL ,
You can’t perform that action at this time.
0 commit comments