REVIEW: http://review.gluster.org/5066 (cluster/afr: Perform delayed changelog wakeups for anon fd) posted (#1) for review on master by Pranith Kumar Karampuri (pkarampu)
REVIEW: http://review.gluster.org/5067 (cluster/afr: Perform delayed changelog wakeups for anon fd) posted (#1) for review on release-3.4 by Pranith Kumar Karampuri (pkarampu)
REVIEW: http://review.gluster.org/5066 (cluster/afr: Perform delayed changelog wakeups for anon fd) posted (#2) for review on master by Pranith Kumar Karampuri (pkarampu)
REVIEW: http://review.gluster.org/5067 (cluster/afr: Perform delayed changelog wakeups for anon fd) posted (#2) for review on release-3.4 by Pranith Kumar Karampuri (pkarampu)
REVIEW: http://review.gluster.org/5066 (cluster/afr: Perform delayed changelog wakeups for anon fd) posted (#3) for review on master by Vijay Bellur (vbellur)
COMMIT: http://review.gluster.org/5067 committed in release-3.4 by Anand Avati (avati) ------ commit 2fda7a9de2edd624a03558d9a9a580e5639fef1f Author: Pranith Kumar K <pkarampu> Date: Wed May 22 15:18:19 2013 +0530 cluster/afr: Perform delayed changelog wakeups for anon fd Problem: Nfs xlator never does open on a file for performing writes, afr does not perform changelog wakeup for this fd so operations which do metadata operations as soon as the data operations are completed perceive a delay od 'post-op-delay-secs'. Fix: Perform changelog wakeup on anon-fd if the fd with same pid is not present in inode-list. Note: This approach is a short-term fix. A proper fix needs a new domain for taking metadata locks so that data/metadata locks don't compete with each other. BUG: 966018 Change-Id: Ia9188a253e7943801b665e1b9205e2f551952d87 Signed-off-by: Pranith Kumar K <pkarampu> Reviewed-on: http://review.gluster.org/5067 Tested-by: Gluster Build System <jenkins.com> Reviewed-by: Anand Avati <avati>
COMMIT: http://review.gluster.org/5066 committed in master by Vijay Bellur (vbellur) ------ commit cc9ca7d2b2f5c91d80265c28ca724cb233c2bd77 Author: Pranith Kumar K <pkarampu> Date: Wed May 22 15:18:19 2013 +0530 cluster/afr: Perform delayed changelog wakeups for anon fd Problem: Nfs xlator never does open on a file for performing writes, afr does not perform changelog wakeup for this fd so operations which do metadata operations as soon as the data operations are completed perceive a delay of 'post-op-delay-secs'. Fix: Perform changelog wakeup on anon-fd if the fd with same pid is not present in inode-list. Note: This approach is a short-term fix. A proper fix needs a new domain for taking metadata locks so that data/metadata locks don't compete with each other. Change-Id: I253afb289eadf30c7951e56fb2c4840d7132f5e4 BUG: 966018 Signed-off-by: Pranith Kumar K <pkarampu> Reviewed-on: http://review.gluster.org/5066 Tested-by: Gluster Build System <jenkins.com> Reviewed-by: Vijay Bellur <vbellur>