mirror of https://gitee.com/bigwinds/arangodb
fix replication setup
This commit is contained in:
parent
7400f7f339
commit
b8faee4415
|
@ -140,7 +140,7 @@ function replicationStatic (options) {
|
|||
instanceInfo,
|
||||
customInstanceInfos,
|
||||
startStopHandlers) {
|
||||
pu.shutdownInstance(customInstanceInfos.preStart.instanceInfo, options);
|
||||
pu.shutdownInstance(customInstanceInfos.postStart.instanceInfo, options);
|
||||
|
||||
return {};
|
||||
}
|
||||
|
@ -212,7 +212,7 @@ function replicationSync (options) {
|
|||
instanceInfo,
|
||||
customInstanceInfos,
|
||||
startStopHandlers) {
|
||||
pu.shutdownInstance(customInstanceInfos.preStart.instanceInfo, options);
|
||||
pu.shutdownInstance(customInstanceInfos.postStart.instanceInfo, options);
|
||||
|
||||
return {};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue