flush local logs;
use test;
create table t1 (a int);
insert into t1 values(1), (2), (3);
call dbms_consensus.add_learner("127.0.0.1:22345");
call dbms_consensus.drop_learner("127.0.0.1:22345");
96
drop table t1;