Skip to content

Commit 830ccfe

Browse files
authored
DOC-3094 RS: Reconnect clients to apply OSS Cluster API config changes (#783)
1 parent 532f386 commit 830ccfe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/operate/rs/databases/configure/oss-cluster-api.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ The OSS Cluster API setting applies to individual databases instead of the entir
3232

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

35+
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.
36+
3537
### Cluster Manager UI
3638

3739
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" >}}).
@@ -129,6 +131,8 @@ To deactivate OSS Cluster API support for a database, either:
129131
--oss-cluster false
130132
```
131133

134+
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.
135+
132136
## Multi-key command support
133137

134138
When you enable the OSS Cluster API for a database,

0 commit comments

Comments
 (0)