[Bugs] [Bug 1360978] New: [RFE]Reducing number of network round trips
bugzilla at redhat.com
bugzilla at redhat.com
Thu Jul 28 05:55:43 UTC 2016
https://bugzilla.redhat.com/show_bug.cgi?id=1360978
Bug ID: 1360978
Summary: [RFE]Reducing number of network round trips
Product: Red Hat Gluster Storage
Version: 3.1
Component: replicate
Assignee: pkarampu at redhat.com
Reporter: sabose at redhat.com
QA Contact: storage-qa-internal at redhat.com
CC: atalur at redhat.com, bugs at gluster.org,
pkarampu at redhat.com, rhs-bugs at redhat.com
Depends On: 1290304
+++ 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:
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1290304
[Bug 1290304] [RFE]Reducing number of network round trips
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=q4LFhiXmLq&a=cc_unsubscribe
More information about the Bugs
mailing list