summaryrefslogtreecommitdiff
path: root/cpp/src/cluster.mk
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-12-01 21:33:12 +0000
committerAlan Conway <aconway@apache.org>2010-12-01 21:33:12 +0000
commit1e20951003db44b71298649f674664a9e1ba26c5 (patch)
tree48e9786d8ea42393504c2ec9478c4c3c516c8c54 /cpp/src/cluster.mk
parente3af2ca02840a6697461532d0059105c5fd08e84 (diff)
downloadqpid-python-1e20951003db44b71298649f674664a9e1ba26c5.tar.gz
Modified cluster_tests causes broker shut down with invalid-argument error.
Described in https://bugzilla.redhat.com/show_bug.cgi?id=655078. The management agent's deleted-object list was not being replicated to new members joining the cluster, so management generated fewer deleted object notifications on the newer member, causing it to fail with an invalid-argument error. The list is now being replicated correctly. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1041181 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/cluster.mk')
-rw-r--r--cpp/src/cluster.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/src/cluster.mk b/cpp/src/cluster.mk
index 2a648e968c..a791b2d41a 100644
--- a/cpp/src/cluster.mk
+++ b/cpp/src/cluster.mk
@@ -93,7 +93,9 @@ cluster_la_SOURCES = \
qpid/cluster/SecureConnectionFactory.h \
qpid/cluster/SecureConnectionFactory.cpp \
qpid/cluster/StoreStatus.h \
- qpid/cluster/StoreStatus.cpp
+ qpid/cluster/StoreStatus.cpp \
+ qpid/cluster/UpdateDataExchange.h \
+ qpid/cluster/UpdateDataExchange.cpp
cluster_la_LIBADD= -lcpg $(libcman) libqpidbroker.la libqpidclient.la
cluster_la_CXXFLAGS = $(AM_CXXFLAGS) -fno-strict-aliasing