[Bugs] [Bug 1372693] New: [RFE]Reducing number of network round trips

bugzilla at redhat.com bugzilla at redhat.com
Fri Sep 2 12:06:57 UTC 2016


https://bugzilla.redhat.com/show_bug.cgi?id=1372693

            Bug ID: 1372693
           Summary: [RFE]Reducing number of network round trips
           Product: GlusterFS
           Version: 3.8.3
         Component: replicate
          Keywords: Triaged
          Assignee: bugs at gluster.org
          Reporter: kdhananj at redhat.com
                CC: atalur at redhat.com, bugs at gluster.org,
                    pkarampu at redhat.com
        Depends On: 1290304
            Blocks: 1274908, 1360978, 1372686



+++ This bug was initially created as a clone of Bug #1290304 +++

Description of problem:
In the unoptimized version of transaction we have: 1) Lock,
2) Pre-op 3) op 4) Post-op 5) unlock
With compound fops we will have:
1) Lock, 2) Pre-op + op 3) post-op + unlock
This reduces round trips from 5 to 3 in the un-optimized version 
of afr-transaction.

This helps in small file write workload.
Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

--- Additional comment from Vijay Bellur on 2016-08-09 03:17:44 EDT ---

REVIEW: http://review.gluster.org/15014 (afr: Consume compound fops in afr
transaction) posted (#2) for review on master by Anuradha Talur
(atalur at redhat.com)

--- Additional comment from Worker Ant on 2016-08-25 07:03:06 EDT ---

REVIEW: http://review.gluster.org/15014 (afr: Consume compound fops in afr
transaction) posted (#3) for review on master by Anuradha Talur
(atalur at redhat.com)

--- Additional comment from Worker Ant on 2016-08-31 09:27:15 EDT ---

REVIEW: http://review.gluster.org/15014 (afr: Consume compound fops in afr
transaction) posted (#4) for review on master by Anuradha Talur
(atalur at redhat.com)

--- Additional comment from Worker Ant on 2016-08-31 19:48:01 EDT ---

REVIEW: http://review.gluster.org/15014 (afr: Consume compound fops in afr
transaction) posted (#5) for review on master by Pranith Kumar Karampuri
(pkarampu at redhat.com)

--- Additional comment from Worker Ant on 2016-09-01 13:22:44 EDT ---

COMMIT: http://review.gluster.org/15014 committed in master by Pranith Kumar
Karampuri (pkarampu at redhat.com) 
------
commit befae0b48729894282b5b8b174907e24779c3442
Author: Anuradha Talur <atalur at redhat.com>
Date:   Thu Aug 25 11:46:25 2016 +0530

    afr: Consume compound fops in afr transaction

    Change-Id: Ib06ece3cce1b10d28d6d2953da28444f5c2457ad
    BUG: 1290304
    Signed-off-by: Anuradha Talur <atalur at redhat.com>
    Reviewed-on: http://review.gluster.org/15014
    Tested-by: Pranith Kumar Karampuri <pkarampu at redhat.com>
    Smoke: Gluster Build System <jenkins at build.gluster.org>
    CentOS-regression: Gluster Build System <jenkins at build.gluster.org>
    NetBSD-regression: NetBSD Build System <jenkins at build.gluster.org>
    Reviewed-by: Krutika Dhananjay <kdhananj at redhat.com>
    Reviewed-by: Pranith Kumar Karampuri <pkarampu at redhat.com>


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1290304
[Bug 1290304] [RFE]Reducing number of network round trips
https://bugzilla.redhat.com/show_bug.cgi?id=1360978
[Bug 1360978] [RFE]Reducing number of network round trips
https://bugzilla.redhat.com/show_bug.cgi?id=1372686
[Bug 1372686] [RFE]Reducing number of network round trips
-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Bugs mailing list