ninsmiracle commented on PR #2103:
URL:
https://github.com/apache/incubator-pegasus/pull/2103#issuecomment-2297839450
### How to use?
1. Push new config file (config.ini) with your own method.
2. Open pegasus-shell and type `remote_command -t all dup-config-reload `
3. Begin duplication as normal. Just like: `dup add -c c3tst-performance3
-p`
### What can it do?
This PR can ONLY reload the parameter about duplication, so that it will be
safety.
```
[[pegasus.clusters]]
%{cluster.name} = %{meta_address}
# duplication clusters already have
c4tst-master = 10.xxx.xx.xx:22601,10.xxx.xx.x:22601
c3tst-backup = 10.xxx.xx.xx:37001,10.xxx.xx.x:37001
# If you want to add another cluster in this duplication situation
xxxxx = xxxxxxxxxxxx
[[duplication-group]]
c4tst-master = 1
c3tst-backup = 2
xxxx = 3
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]