summaryrefslogtreecommitdiffstats
path: root/geo-replication/syncdaemon/changelogagent.py
Commit message (Collapse)AuthorAgeFilesLines
* geo-rep: Pause and Resume feature for geo-replicationAravinda VK2014-05-091-0/+78
Changelog consumption/processing now happens in seperate process group than monitor. When monitor process group gets SIGSTOP all worker process, ssh, rsync will be paused except the changelog processing. When it gets SIGCONT it resumes its operation. Changelog agent runs as RepceServer, geo-rep worker communicates with changelog agent using RepceClient. Change-Id: I35c333e4d8b13d03a7808aed601960eef23cfa04 BUG: 1093602 Signed-off-by: Venky Shankar <vshankar@redhat.com> Signed-off-by: Aravinda VK <avishwan@redhat.com> Reviewed-on: http://review.gluster.org/7322