summaryrefslogtreecommitdiffstats
path: root/geo-replication/setup.py
diff options
context:
space:
mode:
authorAravinda VK <avishwan@redhat.com>2015-05-05 14:26:05 +0530
committerVijay Bellur <vbellur@redhat.com>2015-05-07 03:09:18 -0700
commit3122268c0b7c120eb79aa02a64fbbebd91a17357 (patch)
tree2aee3195852054ea0ea1db83f931e6cb8ce937c9 /geo-replication/setup.py
parent9096a79447d4ac72612c86407f35bdb68a4fef88 (diff)
geo-rep: Fix Rsync hang issue
When rsync is executed using Python subprocess, by default stdout of subprocess will be None. With the log rsync performance patch stdout is assigned to PIPE. Rsync writes to that PIPE whenever it syncs files. If log_rsync_performance is disabled then nobody will consume stdout and that gets full. Rsync hangs if PIPE is full. log_rsync_performance option is introduced with patch 10070 With this patch stdout=PIPE only if log_rsync_performance is enabled. Also removed -v option from Rsync. Thanks Venky and Kotresh for RCA. BUG: 1218552 Change-Id: I4ebcfb6999358c8e2c147f7964255bd836ed7499 Signed-off-by: Aravinda VK <avishwan@redhat.com> Reviewed-on: http://review.gluster.org/10556 Reviewed-by: Kotresh HR <khiremat@redhat.com> Reviewed-by: Venky Shankar <vshankar@redhat.com> Tested-by: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'geo-replication/setup.py')
0 files changed, 0 insertions, 0 deletions