diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-06-02 16:11:51 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-06-02 16:11:51 +0000 |
commit | 8d90c43bd49c728f3c553a4e4d2ad7d25367a872 (patch) | |
tree | 078cd0193fcdfa12936eae5a6372ae750ecb79f7 /cpp/src/IceGrid/ServerCache.cpp | |
parent | warm up JIT compiler before measuring latency (diff) | |
download | ice-8d90c43bd49c728f3c553a4e4d2ad7d25367a872.tar.bz2 ice-8d90c43bd49c728f3c553a4e4d2ad7d25367a872.tar.xz ice-8d90c43bd49c728f3c553a4e4d2ad7d25367a872.zip |
Bug fixes
Diffstat (limited to 'cpp/src/IceGrid/ServerCache.cpp')
-rw-r--r-- | cpp/src/IceGrid/ServerCache.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/ServerCache.cpp b/cpp/src/IceGrid/ServerCache.cpp index baaa997b440..2d3f969845d 100644 --- a/cpp/src/IceGrid/ServerCache.cpp +++ b/cpp/src/IceGrid/ServerCache.cpp @@ -214,8 +214,9 @@ ServerEntry::sync() { syncImpl(true); } - catch(const Ice::Exception&) + catch(const NodeUnreachableException&) { + // Ignore } } |