diff options
| author | Alan Conway <aconway@apache.org> | 2010-08-03 15:33:12 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-08-03 15:33:12 +0000 |
| commit | 3a703237459096093b59befb5843f3edf23a35d3 (patch) | |
| tree | 7ecb6db3cc546fe08b457879bca372b355e8c2d2 /qpid/cpp/src/tests/ClusterFixture.h | |
| parent | 0f69283dbeebedf0396fec9dd8362c194e3b0236 (diff) | |
| download | qpid-python-3a703237459096093b59befb5843f3edf23a35d3.tar.gz | |
Disable non-0 session timeouts.
Since session resume is not fully implemented, non-0 session timeouts
are of no use. Moreover the partial implementation causes problems in
a cluster as stale sessions kept alive by a timeout can interfere with
failover and updates.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@981933 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/ClusterFixture.h')
| -rw-r--r-- | qpid/cpp/src/tests/ClusterFixture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/ClusterFixture.h b/qpid/cpp/src/tests/ClusterFixture.h index 1eee32b9a4..f548ff9376 100644 --- a/qpid/cpp/src/tests/ClusterFixture.h +++ b/qpid/cpp/src/tests/ClusterFixture.h @@ -89,7 +89,7 @@ class ClusterFixture : public vector<uint16_t> { /** Kill a forked broker with sig, or shutdown localBroker. */ void kill(size_t n, int sig=SIGINT); - /** Kill a broker and suppressing errors from closing connection c. */ + /** Kill a broker and suppress errors from closing connection c. */ void killWithSilencer(size_t n, client::Connection& c, int sig=SIGINT); private: |
