Bug 1114969
Summary: | Dist-geo-rep : history crawl was hung, while syncing truncates from master to slave. | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Vijaykumar Koppad <vkoppad> |
Component: | geo-replication | Assignee: | Aravinda VK <avishwan> |
Status: | CLOSED DUPLICATE | QA Contact: | storage-qa-internal <storage-qa-internal> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | rhgs-3.0 | CC: | aavati, avishwan, csaba, david.macdonald, nlevinki, nsathyan |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | dht, consistency | ||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-03-11 17:47:37 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Vijaykumar Koppad
2014-07-01 11:11:21 UTC
looks like it could be the effect of the Bug 1112582. Here also there were 4 zombie python processes. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ps ax | grep python 772 ? Sl 0:00 python t.compare-arequal.py 10.70.43.8::master 10.70.43.111::slave 878 ? Z 0:00 [python] <defunct> 879 ? Z 0:00 [python] <defunct> 1084 ? S 19:15 /usr/bin/python /usr/share/vdsm-reg/vdsm-reg-setup 1583 ? S 2:03 /usr/bin/python /usr/sbin/tuned -d -c /etc/tuned.conf 1809 ? S<l 0:00 /usr/bin/python /usr/share/vdsm/supervdsmServer --sockfile /var/run/vdsm/svdsm.sock --pidfile /var/run/vdsm/supervdsmd.pid 3718 pts/6 R+ 0:00 grep python 26063 ? Ssl 0:08 /usr/bin/python /usr/libexec/glusterfs/python/syncdaemon/gsyncd.py --path=/bricks/brick1/master_b1 --path=/bricks/brick2/master_b5 --path=/bricks/brick3/master_b9 --monitor -c /var/lib/glusterd/geo-replication/master_10.70.43.111_slave/gsyncd.conf --iprefix=/var :master --glusterd-uuid=33ff53a6-6e34-4e9c-a4c5-e67795ac7e8f 10.70.43.111::slave 26084 ? Ssl 0:09 python /usr/libexec/glusterfs/python/syncdaemon/gsyncd.py --path=/bricks/brick1/master_b1 --path=/bricks/brick2/master_b5 --path=/bricks/brick3/master_b9 -c /var/lib/glusterd/geo-replication/master_10.70.43.111_slave/gsyncd.conf --iprefix=/var :master --glusterd-uuid=33ff53a6-6e34-4e9c-a4c5-e67795ac7e8f 10.70.43.111::slave -N -p --slave-id d58756d6-dbc1-4e93-ac97-e4be70f8a931 --local-path /bricks/brick2/master_b5 --agent --rpc-fd 9,12,11,10 26085 ? Ssl 0:09 python /usr/libexec/glusterfs/python/syncdaemon/gsyncd.py --path=/bricks/brick1/master_b1 --path=/bricks/brick2/master_b5 --path=/bricks/brick3/master_b9 -c /var/lib/glusterd/geo-replication/master_10.70.43.111_slave/gsyncd.conf --iprefix=/var :master --glusterd-uuid=33ff53a6-6e34-4e9c-a4c5-e67795ac7e8f 10.70.43.111::slave -N -p --slave-id d58756d6-dbc1-4e93-ac97-e4be70f8a931 --local-path /bricks/brick1/master_b1 --agent --rpc-fd 7,16,15,8 26086 ? Z 0:00 [python] <defunct> 26087 ? Z 0:00 [python] <defunct> 26088 ? Ssl 0:25 python /usr/libexec/glusterfs/python/syncdaemon/gsyncd.py --path=/bricks/brick1/master_b1 --path=/bricks/brick2/master_b5 --path=/bricks/brick3/master_b9 -c /var/lib/glusterd/geo-replication/master_10.70.43.111_slave/gsyncd.conf --iprefix=/var :master --glusterd-uuid=33ff53a6-6e34-4e9c-a4c5-e67795ac7e8f 10.70.43.111::slave -N -p --slave-id d58756d6-dbc1-4e93-ac97-e4be70f8a931 --local-path /bricks/brick3/master_b9 --agent --rpc-fd 7,11,10,9 26089 ? Sl 3:07 python /usr/libexec/glusterfs/python/syncdaemon/gsyncd.py --path=/bricks/brick1/master_b1 --path=/bricks/brick2/master_b5 --path=/bricks/brick3/master_b9 -c /var/lib/glusterd/geo-replication/master_10.70.43.111_slave/gsyncd.conf --iprefix=/var :master --glusterd-uuid=33ff53a6-6e34-4e9c-a4c5-e67795ac7e8f 10.70.43.111::slave -N -p --slave-id d58756d6-dbc1-4e93-ac97-e4be70f8a931 --feedback-fd 12 --local-path /bricks/brick3/master_b9 --local-id .%2Fbricks%2Fbrick3%2Fmaster_b9 --rpc-fd 10,9,7,11 --resource-remote ssh://root.43.131:gluster://localhost:slave :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: As per comment#1, this is duplicate of BZ 1112582. Closing this bug. Please reopen if issue still exists. *** This bug has been marked as a duplicate of bug 1112582 *** |