|
82 | 82 | (name='blobmem_sz_thresh_kb', description='Sets the threshold (in KB) above which blobs are allocated by the blob allocator. (Default: 0)', type='INTEGER', value='-1', read_only='Y') |
83 | 83 | (name='blobstripe', description='', type='BOOLEAN', value='ON', read_only='Y') |
84 | 84 | (name='blocking_latches', description='Block on latch rather than deadlock', type='BOOLEAN', value='OFF', read_only='N') |
85 | | -(name='blocking_physrep', description='Physical replicant blocks on select. (Default: off)', type='BOOLEAN', value='OFF', read_only='N') |
| 85 | +(name='blocking_physrep', description='Physical replicant blocks on select. (Default: off)', type='BOOLEAN', value='ON', read_only='N') |
86 | 86 | (name='broadcast_check_rmtpol', description='Check rmtpol before sending triggers', type='BOOLEAN', value='ON', read_only='N') |
87 | 87 | (name='broken_max_rec_sz', description='', type='INTEGER', value='0', read_only='Y') |
88 | 88 | (name='broken_num_parser', description='', type='BOOLEAN', value='OFF', read_only='Y') |
|
742 | 742 | (name='physrep_max_rollback', description='Maximum logs physrep can rollback. (Default: 0)', type='INTEGER', value='0', read_only='N') |
743 | 743 | (name='physrep_metadb_host', description='List of physical replication metadb cluster hosts.', type='STRING', value=NULL, read_only='Y') |
744 | 744 | (name='physrep_metadb_name', description='Physical replication metadb cluster name.', type='STRING', value=NULL, read_only='Y') |
745 | | -(name='physrep_pollms', description='Physical replicant poll interval in milliseconds. (Default: 200)', type='INTEGER', value='200', read_only='N') |
| 745 | +(name='physrep_pollms', description='Physical replicant poll interval in milliseconds. (Default: 200)', type='INTEGER', value='0', read_only='N') |
746 | 746 | (name='physrep_reconnect_interval', description='Reconnect interval for physical replicants (Default: 600)', type='INTEGER', value='3600', read_only='N') |
747 | 747 | (name='physrep_reconnect_penalty', description='Physrep wait seconds before retry to the same node. (Default: 5)', type='INTEGER', value='0', read_only='N') |
748 | 748 | (name='physrep_repl_host', description='Current physrep host.', type='STRING', value=NULL, read_only='Y') |
|
0 commit comments