diff options
| author | Alan Conway <aconway@apache.org> | 2009-07-01 13:47:04 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2009-07-01 13:47:04 +0000 |
| commit | 62b700b251111d7c0cb09d2b99ec0bfaa180b54e (patch) | |
| tree | 0dc872980a64b2461a72f1eb76d1e31a21979e79 /qpid/cpp/src/cluster.mk | |
| parent | d8e8cbb3117a5537c83f244aa049f6b7bdbf9504 (diff) | |
| download | qpid-python-62b700b251111d7c0cb09d2b99ec0bfaa180b54e.tar.gz | |
Fix members joining cluster while cluster is handling client errors.
Previously cluster members could abort if a new member joins while
existing members are handling a client error.
Now if an update offer arrives while an error is in progress, the
offering broker retracts the offer and the newcomer must try again.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@790163 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/cluster.mk')
| -rw-r--r-- | qpid/cpp/src/cluster.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/src/cluster.mk b/qpid/cpp/src/cluster.mk index 808c96c7a7..e41eb0b04b 100644 --- a/qpid/cpp/src/cluster.mk +++ b/qpid/cpp/src/cluster.mk @@ -56,6 +56,8 @@ cluster_la_SOURCES = \ qpid/cluster/Dispatchable.h \ qpid/cluster/UpdateClient.cpp \ qpid/cluster/UpdateClient.h \ + qpid/cluster/RetractClient.cpp \ + qpid/cluster/RetractClient.h \ qpid/cluster/ErrorCheck.cpp \ qpid/cluster/ErrorCheck.h \ qpid/cluster/Event.cpp \ |
