Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1095506

Summary: node sync seems to be hanging
Product: [Retired] Pulp Reporter: Preethi Thomas <pthomas>
Component: nodesAssignee: pulp-bugs
Status: CLOSED NOTABUG QA Contact: pulp-qe-list
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 2.4 Beta   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 1095490 Environment:
Last Closed: 2014-05-08 14:44:06 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:
Bug Depends On: 1095490    
Bug Blocks:    

Description Preethi Thomas 2014-05-07 21:28:43 UTC
Description of problem:
Node sync seems to be hanging

Version-Release number of selected component (if applicable):

[root@pulp-24-server ~]# rpm -qa pulp-server
pulp-server-2.4.0-0.11.beta.el6.noarch
[root@pulp-24-server ~]# 
How reproducible:


Steps to Reproduce:
1.Activate a node
2.bind and publish a repo
3.Run node sync 

Actual results:
[root@pulp-24-server ~]# pulp-admin node sync run --node-id node1
This command may be exited via ctrl+c without affecting the request.




(1/1) Repository: zoo
[                                                  ] 1%

[                                                  ] 1%


[root@pulp-24-server ~]# pulp-admin tasks details --task-id 13e5f05b-bf2e-40aa-ade7-00523b44eb39
+----------------------------------------------------------------------+
                              Task Details
+----------------------------------------------------------------------+

Operations:       unit_update
Resources:        node1 (consumer)
State:            Running
Start Time:       2014-05-07T22:21:44Z
Finish Time:      Incomplete
Result:           Incomplete
Task Id:          13e5f05b-bf2e-40aa-ade7-00523b44eb39
Progress Report:  
  Progress: 
    Repo Id:  zoo
    State:    merging
    Unit Add: 
      Completed: 0
      Details:   None
      Total:     0
  State:    in-progress



Expected results:


Additional info:

Comment 1 Preethi Thomas 2014-05-08 14:44:06 UTC
Updated to the latest beta with  

python-kombu-3.0.15-5.pulp,

and the node sync completed

[root@pulp-24-server ~]# pulp-admin node sync  run --node-id node1
This command may be exited via ctrl+c without affecting the request.




(1/1) Repository: zoo
[==================================================] 100%




Synchronization succeeded

+----------------------------------------------------------------------+
                       Child Node Synchronization
+----------------------------------------------------------------------+

Repository: 
  Action: Merged
  Id:     zoo
  Units:  
    Added:   39
    Removed: 0
    Updated: 0



[root@pulp-24-server ~]#