Skip to content

Commit b0ebe37

Browse files
authored
DOC-4281 RS: Add new syncer connection alert attributes to BDB object REST API reference (#679)
1 parent e8fd7b2 commit b0ebe37

File tree

1 file changed

+2
-0
lines changed
  • content/operate/rs/references/rest-api/objects/bdb

1 file changed

+2
-0
lines changed

content/operate/rs/references/rest-api/objects/bdb/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ An API object that represents a managed database in the cluster.
5757
| crdt_replicas | string; Replica set configuration, for internal use only. |
5858
| crdt_sources | array of [syncer_sources]({{< relref "/operate/rs/references/rest-api/objects/bdb/syncer_sources" >}}) objects; Remote endpoints/peers of CRDB database to sync from. See the 'bdb -\> replica_sources' section |
5959
| crdt_sync | Enable, disable, or pause syncing from specified crdt_sources. Applicable only for Active-Active databases. See [replica_sync]({{< relref "/operate/rs/references/rest-api/objects/bdb/replica_sync" >}}) for more details.<br />Values:<br />'enabled'<br /> **'disabled'** <br />'paused'<br />'stopped' |
60+
| <span class="break-all">crdt_sync_connection_alarm_timeout_seconds</span> | integer (default: 0); If the syncer takes longer than the specified number of seconds to connect to an Active-Active database, raise a connection alarm |
6061
| crdt_sync_dist | boolean; Enable/disable distributed syncer in master-master |
6162
| crdt_syncer_auto_oom_unlatch | boolean (default:&nbsp;true); Syncer automatically attempts to recover synchronisation from peers after this database throws an Out-Of-Memory error. Otherwise, the syncer exits |
6263
| crdt_xadd_id_uniqueness_mode | XADD strict ID uniqueness mode. CRDT only.<br />Values:<br />‘liberal’<br />**‘strict’**<br />‘semi-strict’ |
@@ -117,6 +118,7 @@ An API object that represents a managed database in the cluster.
117118
| repl_backlog_size | string; Redis replication backlog size ('auto' or size in bytes) |
118119
| replica_sources | array of [syncer_sources]({{< relref "/operate/rs/references/rest-api/objects/bdb/syncer_sources" >}}) objects; Remote endpoints of database to sync from. See the 'bdb -\> replica_sources' section |
119120
| [replica_sync]({{< relref "/operate/rs/references/rest-api/objects/bdb/replica_sync" >}}) | Enable, disable, or pause syncing from specified replica_sources<br />Values:<br />'enabled'<br /> **'disabled'** <br />'paused'<br />'stopped' |
121+
| <span class="break-all">replica_sync_connection_alarm_timeout_seconds</span> | integer (default: 0); If the syncer takes longer than the specified number of seconds to connect to a replica, raise a connection alarm |
120122
| replica_sync_dist | boolean; Enable/disable distributed syncer in replica-of |
121123
| replication | boolean (default:&nbsp;false); In-memory database replication mode |
122124
| resp3 | boolean (default:&nbsp;true); Enables or deactivates RESP3 support |

0 commit comments

Comments
 (0)