summaryrefslogtreecommitdiffstats
path: root/tests/bugs/write-behind
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/write-behind')
0 files changed, 0 insertions, 0 deletions
tes to server, before sending new ones. - Send flush call to server only when all writes are completed. - If a file is opened with O_APPEND, at any point of time a maximum only one write call to server should be in transit. This is to avoid reordering of writes in the presence of afr which can result in data corruption. See bug #934 for more details. Signed-off-by: Raghavendra G <raghavendra@gluster.com> Signed-off-by: Anand V. Avati <avati@dev.gluster.com> BUG: 970 (extracting kernel tarball hangs midway.) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=970
- If there are non-contiguous offsets (offsets which do not start where
    previous write ended), wait for completion of previous writes to server,
    before sending new ones.
  - Send flush call to server only when all writes are completed.
  - If a file is opened with O_APPEND, at any point of time a maximum only one
    write call to server should be in transit. This is to avoid reordering of
    writes in the presence of afr which can result in data corruption.
    See bug #934 for more details.

Signed-off-by: Raghavendra G <raghavendra@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>

BUG: 970 (extracting kernel tarball hangs midway.)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=970
Revert "performance/write-behind: explicitly enforce ordering of overlapping writes." 2010-06-16T05:07:57+00:00 Anand V. Avati avati@dev.gluster.com 2010-06-16T05:07:57+00:00 2a5fada7546032e1fc1b106ddd40e42cc45349e1 This reverts commit e46c613364cd90f9c277db8b0733a99fc1d255de.
This reverts commit e46c613364cd90f9c277db8b0733a99fc1d255de.
mem-types: include *-mem-types.h in noinst_HEADERS variables in all Makefile.am 2010-06-08T12:25:07+00:00 Anand Avati avati@gluster.com 2010-06-08T06:03:41+00:00 a912b145157beb1700250872d672bb03fffe658f Signed-off-by: Anand V. Avati <avati@blackhole.gluster.com> Signed-off-by: Anand V. Avati <avati@dev.gluster.com> BUG: 329 (Replacing memory allocation functions with mem-type functions) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=329
Signed-off-by: Anand V. Avati <avati@blackhole.gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>

BUG: 329 (Replacing memory allocation functions with mem-type functions)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=329
performance/write-behind: explicitly enforce ordering of overlapping writes. 2010-05-26T11:40:09+00:00 Raghavendra G raghavendra@gluster.com 2010-05-26T04:11:22+00:00 e46c613364cd90f9c277db8b0733a99fc1d255de - If there are non-contiguous offsets (offsets which do not start where previous write ended), wait for completion of previous writes to server before sending new ones. - Send flush call to server only when all writes are completed. - If a file is opened with O_APPEND, at any point of time a maximum only one write call to server should be in transit. This is to avoid reordering of writes in the presence of afr which can result in data corruption. See bug #934 for more details. Signed-off-by: Raghavendra G <raghavendra@gluster.com> Signed-off-by: Anand V. Avati <avati@dev.gluster.com> BUG: 934 (md5sum mismatch when files are transferred using vsftpd) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=934
- If there are non-contiguous offsets (offsets which do not start where
    previous write ended), wait for completion of previous writes to server
    before sending new ones.
  - Send flush call to server only when all writes are completed.
  - If a file is opened with O_APPEND, at any point of time a maximum only one
    write call to server should be in transit. This is to avoid reordering of
    writes in the presence of afr which can result in data corruption.
    See bug #934 for more details.

Signed-off-by: Raghavendra G <raghavendra@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>

BUG: 934 (md5sum mismatch when files are transferred using vsftpd)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=934
write-behind: update default values for better small file performance 2010-05-13T19:12:12+00:00 Anand Avati avati@gluster.com 2010-05-13T12:53:05+00:00 8ed739a72a43242083afeccdedda079ff939f714 Signed-off-by: Ana