-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/5529/
-----------------------------------------------------------
Review request for qpid, Andrew Stitcher and Gordon Sim.
Description
-------
A HA backup broker rejects client connections by throwing out of
ConnectionObserver::opened.
This is not an error, but generates a lot of noise in the form of error log
messages.
This patch throws a ClosedException in this case and has the exception
handler generate a debug
message instead of an error if it catches ClosedException.
Diffs
-----
/trunk/qpid/cpp/src/qpid/ha/BackupConnectionExcluder.h 1353017
/trunk/qpid/cpp/src/qpid/ha/ConnectionObserver.cpp 1353017
/trunk/qpid/cpp/src/qpid/sys/AsynchIOHandler.cpp 1353017
Diff: https://reviews.apache.org/r/5529/diff/
Testing
-------
make check
Thanks,
Alan Conway