Skip to content

Commit

Permalink
DOC-3094 RS: Reconnect clients to apply OSS Cluster API config changes (
Browse files Browse the repository at this point in the history
  • Loading branch information
rrelledge authored Nov 18, 2024
1 parent 532f386 commit 830ccfe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/operate/rs/databases/configure/oss-cluster-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ The OSS Cluster API setting applies to individual databases instead of the entir

You can use the Cluster Manager UI or the `rladmin` utility to enable OSS Cluster API support for a database.

When you enable OSS Cluster API support for an existing database, the change applies to new connections but does not affect existing connections. Clients must close existing connections and reconnect to apply the change.

### Cluster Manager UI

When you use the Cluster Manager UI to enable the OSS Cluster API, it automatically configures the [prerequisites]({{< relref "/operate/rs/databases/configure/oss-cluster-api#prerequisites" >}}).
Expand Down Expand Up @@ -129,6 +131,8 @@ To deactivate OSS Cluster API support for a database, either:
--oss-cluster false
```

When you turn off OSS Cluster API support for an existing database, the change applies to new connections but does not affect existing connections. Clients must close existing connections and reconnect to apply the change.

## Multi-key command support

When you enable the OSS Cluster API for a database,
Expand Down

0 comments on commit 830ccfe

Please sign in to comment.