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
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,8 @@ The OSS Cluster API setting applies to individual databases instead of the entir
32
32
33
33
You can use the Cluster Manager UI or the `rladmin` utility to enable OSS Cluster API support for a database.
34
34
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
+
35
37
### Cluster Manager UI
36
38
37
39
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:
129
131
--oss-cluster false
130
132
```
131
133
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
+
132
136
## Multi-key command support
133
137
134
138
When you enable the OSS Cluster API for a database,
0 commit comments