-
Notifications
You must be signed in to change notification settings - Fork 51
Description
It has been observed that the client may be hung when the server is restarted. The stack trace shows:
(gdb) bt
#0 0x00007fe53a5f17ce in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x00000000004c6de3 in hazelcast::util::ConditionVariable::waitFor(hazelcast::util::Mutex&, long) ()
#2 0x00000000004bd205 in hazelcast::client::connection::CallFuture::get(long) ()
#3 0x00000000004bdb25 in hazelcast::client::connection::CallFuture::get() ()
#4 0x000000000044317e in hazelcast::client::proxy::ProxyImpl::invoke(std::auto_ptrhazelcast::client::protocol::ClientMessage, int) ()
#5 0x0000000000449dc3 in hazelcast::client::proxy::IMapImpl::get(hazelcast::client::serialization::pimpl::Data const&) ()
#6 0x0000000000406dc1 in hazelcast::client::IMap<std::string, std::string>::get (this=0x7ffe02f39a10, key=...)
at ./hazelcast-cpp-client/Linux_64_3.6-RC1/hazelcast/include/hazelcast/client/IMap.h:85