diff options
author | Anand Avati <avati@redhat.com> | 2013-11-26 19:38:01 -0800 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2013-12-03 01:50:17 -0800 |
commit | ed31918c2cf80d6c875e0b31eff4ab634d9375f2 (patch) | |
tree | 41a0aef45c2de53663e37fb3520c627482ccbb37 | |
parent | cb7832895257dd22258e360f6a596b09ba7c20ac (diff) |
protocol/client: handle network disconnect/reconnect properly
if client/server state versions match, we still need to notify
parent xlators of reconnection (CHILD_UP) because they were
notified of CHILD_DOWN at the time of disconnection.
Change-Id: I36c4bde6d8c3db9cb0c48eeb10663b56897c932e
BUG: 1037267
Signed-off-by: Anand Avati <avati@redhat.com>
Reviewed-on: http://review.gluster.org/6396
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Krishnan Parthasarathi <kparthas@redhat.com>
-rw-r--r-- | xlators/protocol/client/src/client-handshake.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/protocol/client/src/client-handshake.c b/xlators/protocol/client/src/client-handshake.c index 5668fea53..b2aa66422 100644 --- a/xlators/protocol/client/src/client-handshake.c +++ b/xlators/protocol/client/src/client-handshake.c @@ -1475,6 +1475,7 @@ client_setvolume_cbk (struct rpc_req *req, struct iovec *iov, int count, void *m gf_log (this->name, GF_LOG_INFO, "Server and Client " "lk-version numbers are same, no need to " "reopen the fds"); + client_notify_parents_child_up (frame->this); } out: |