@@ -1821,19 +1821,15 @@ REGISTER_TUNABLE("tranlog_incoherent_timeout", "Timeout in seconds for incoheren
18211821 TUNABLE_INTEGER , & gbl_tranlog_incoherent_timeout , 0 , NULL , NULL , NULL , NULL );
18221822REGISTER_TUNABLE ("tranlog_maxpoll" , "Tranlog timeout in seconds for blocking poll. (Default: 60)" , TUNABLE_INTEGER ,
18231823 & gbl_tranlog_maxpoll , 0 , NULL , NULL , NULL , NULL );
1824- REGISTER_TUNABLE ("physrep_check_minlog_freq_sec" , "Check the minimum log number to keep this often. (Default: 10)" ,
1825- TUNABLE_INTEGER , & gbl_physrep_check_minlog_freq_sec , 0 , NULL , NULL , NULL , NULL );
18261824REGISTER_TUNABLE ("physrep_debug" , "Print extended physrep trace. (Default: off)" , TUNABLE_BOOLEAN , & gbl_physrep_debug ,
18271825 0 , NULL , NULL , NULL , NULL );
18281826REGISTER_TUNABLE ("physrep_exit_on_invalid_logstream" , "Exit physreps on invalid logstream. (Default: off)" ,
18291827 TUNABLE_BOOLEAN , & gbl_physrep_exit_on_invalid_logstream , 0 , NULL , NULL , NULL , NULL );
18301828REGISTER_TUNABLE ("physrep_fanout" ,
18311829 "Maximum number of physical replicants that a node can service (Default: 8)" ,
18321830 TUNABLE_INTEGER , & gbl_physrep_fanout , 0 , NULL , NULL , NULL , NULL );
1833- REGISTER_TUNABLE ("physrep_hung_replicant_check_freq_sec" ,
1834- "Check for hung physical replicant this often. (Default: 10)" ,
1835- TUNABLE_INTEGER , & gbl_physrep_hung_replicant_check_freq_sec , 0 , NULL ,
1836- NULL , NULL , NULL );
1831+ REGISTER_TUNABLE ("physrep_hung_replicant_check_freq_sec" , "Check for hung physical replicant this often. (Default: 60)" ,
1832+ TUNABLE_INTEGER , & gbl_physrep_hung_replicant_check_freq_sec , 0 , NULL , NULL , NULL , NULL );
18371833REGISTER_TUNABLE ("physrep_hung_replicant_threshold" ,
18381834 "Report if the physical replicant has been inactive for this duration. (Default: 60)" ,
18391835 TUNABLE_INTEGER , & gbl_physrep_hung_replicant_threshold , 0 , NULL ,
@@ -1856,13 +1852,14 @@ REGISTER_TUNABLE("physrep_i_am_metadb", "I am physical replication metadb (Defau
18561852REGISTER_TUNABLE ("physrep_keepalive_v2" , "Use version 2 of keepalive which includes first lsn. (Default: off)" ,
18571853 TUNABLE_BOOLEAN , & gbl_physrep_keepalive_v2 , 0 , NULL , NULL , NULL , NULL );
18581854REGISTER_TUNABLE ("physrep_keepalive_freq_sec" ,
1859- "Periodically send lsn to source node after this interval. (Default: 10 )" , TUNABLE_INTEGER ,
1855+ "Periodically send lsn to source node after this interval. (Default: 60 )" , TUNABLE_INTEGER ,
18601856 & gbl_physrep_keepalive_freq_sec , 0 , NULL , NULL , NULL , NULL );
1857+ REGISTER_TUNABLE ("physrep_slow_replicant_check_freq_sec" , "Check for slow physical replicant this often. (Default: 60)" ,
1858+ TUNABLE_INTEGER , & gbl_physrep_slow_replicant_check_freq_sec , 0 , NULL , NULL , NULL , NULL );
18611859REGISTER_TUNABLE ("physrep_max_candidates" ,
18621860 "Maximum number of candidates that should be returned to a "
18631861 "new physical replicant during registration. (Default: 6)" ,
1864- TUNABLE_INTEGER , & gbl_physrep_max_candidates , 0 , NULL ,
1865- NULL , NULL , NULL );
1862+ TUNABLE_INTEGER , & gbl_physrep_max_candidates , 0 , NULL , NULL , NULL , NULL );
18661863REGISTER_TUNABLE ("physrep_metadb_host" , "List of physical replication metadb cluster hosts." , TUNABLE_STRING ,
18671864 & gbl_physrep_metadb_host , READONLY , NULL , NULL , NULL , NULL );
18681865REGISTER_TUNABLE ("physrep_metadb_name" , "Physical replication metadb cluster name." ,
0 commit comments