diff options
Diffstat (limited to 'cpp/src/qpid/cluster/JoiningHandler.cpp')
| -rw-r--r-- | cpp/src/qpid/cluster/JoiningHandler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/cluster/JoiningHandler.cpp b/cpp/src/qpid/cluster/JoiningHandler.cpp index 8a05068796..58c444ac62 100644 --- a/cpp/src/qpid/cluster/JoiningHandler.cpp +++ b/cpp/src/qpid/cluster/JoiningHandler.cpp @@ -41,6 +41,7 @@ void JoiningHandler::configChange( if (nLeft == 0 && nCurrent == 1 && *current == cluster.self) { // First in cluster. QPID_LOG(notice, cluster.self << " first in cluster."); cluster.map.ready(cluster.self, cluster.url); + cluster.updateMemberStats(); cluster.unstall(); } } |
