Skip to content

Commit 86c0e41

Browse files
Merge pull request #230842 from TheovanKraay/patch-32
Update dual-write-proxy-migration.md
2 parents adf5d90 + ead49fe commit 86c0e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/managed-instance-apache-cassandra/dual-write-proxy-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ java -jar target/cassandra-proxy-1.0-SNAPSHOT-fat.jar <source-server> <destinati
126126
```
127127

128128
> [!WARNING]
129-
> Installing and running the proxy remotely on a separate machine (rather than running it on all nodes in your source Apache Cassandra cluster) will impact performance while the live migration occurs. While it will work functionally, the client driver won't be able to open connections to all nodes within the cluster, and will rely on the single co-ordinator node (where the proxy is installed) to make connections.
129+
> If you prefer to run the proxy remotely on a separate machine (rather than running it on all nodes in your source Apache Cassandra cluster), we recommend deploying the proxy to the same number of machines as you have nodes in your cluster, and setting up a substitution for their IP addresses in system.peers using configuration in the proxy mentioned [here](https://github.com/Azure-Samples/cassandra-proxy#ghost-proxy). If you do not do this, it may impact performance while the live migration occurs, as the client driver won't be able to open connections to all nodes within the cluster.
130130
131131
### Allow zero application code changes
132132

0 commit comments

Comments
 (0)