You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/rs/databases/configure/oss-cluster-api.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,8 @@ The OSS Cluster API setting applies to individual databases instead of the entir
34
34
35
35
You can use the Cluster Manager UI or the `rladmin` utility to enable OSS Cluster API support for a database.
36
36
37
+
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.
38
+
37
39
### Cluster Manager UI
38
40
39
41
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" >}}).
@@ -135,6 +137,8 @@ To deactivate OSS Cluster API support for a database, either:
135
137
--oss-cluster false
136
138
```
137
139
140
+
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.
141
+
138
142
## Multi-key command support
139
143
140
144
When you enable the OSS Cluster API for a database,
0 commit comments