Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 7fc0f92

Browse files
Add missing on_recovery call (#1017)
1 parent 1641e0c commit 7fc0f92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/common/clusterWorker.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ module.exports = function (spec) {
155155
log.info('Unknown by cluster manager', cluster_name);
156156
tryRecovery(function () {
157157
log.info('Rejoin cluster', cluster_name, 'OK.');
158+
on_recovery(id);
158159
});
159160
}
160161
}

0 commit comments

Comments
 (0)