Bug 705998
Summary: | Sync errors in pulp.log while checking sync status using rhui-manager | ||
---|---|---|---|
Product: | Red Hat Update Infrastructure for Cloud Providers | Reporter: | Sachin Ghai <sghai> |
Component: | Tools | Assignee: | Jason Connor <jconnor> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | wes hayutin <whayutin> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 2.0 | CC: | mmccune, tsanders |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-05-31 12:56:21 UTC | Type: | --- |
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: | |||
Bug Blocks: | 711223 |
Description
Sachin Ghai
2011-05-19 06:39:13 UTC
added to rhui-20 tracker I'm getting following errors in pulp.log, especially when we login to rhui-manager. Build: ======== Pulp 0.186 rhui-tools 2.0.26 2011-06-07 10:28:31,866 [ERROR][Dummy-2] clear_all_sync_in_progress() @ repo.py:73 - r = SON([(u'_id', u'repo101'), (u'id', u'repo101'), (u'sync_in_progress', False)]) 2011-06-07 10:28:31,866 [ERROR][Dummy-2] clear_all_sync_in_progress() @ repo.py:73 - r = SON([(u'_id', u'rhui-1.2-5Server-x86_64'), (u'id', u'rhui-1.2-5Server-x86_64'), (u'sync_in_progress', False)]) 2011-06-07 10:28:31,866 [ERROR][Dummy-2] clear_all_sync_in_progress() @ repo.py:73 - r = SON([(u'_id', u'rhui-1.2-5Server-i386'), (u'id', u'rhui-1.2-5Server-i386'), (u'sync_in_progress', False)]) 2011-06-07 10:28:31,867 [ERROR][Dummy-2] clear_all_sync_in_progress() @ repo.py:73 - r = SON([(u'_id', u'rhel-server-6-releases-6Server-x86_64'), (u'id', u'rhel-server-6-releases-6Server-x86_64'), (u'sync_in_progress', True)]) 2011-06-07 10:28:31,867 [ERROR][Dummy-2] clear_all_sync_in_progress() @ repo.py:73 - r = SON([(u'_id', u'repo102'), (u'id', u'repo102'), (u'sync_in_progress', False)]) 2011-06-07 10:28:31,867 [ERROR][Dummy-2] clear_all_sync_in_progress() @ repo.py:73 - r = SON([(u'_id', u'rhel-server-6-optional-releases-6Server-x86_64'), (u'id', u'rhel-server-6-optional-releases-6Server-x86_64'), (u'sync_in_progress', True)]) We should priortize this to fix in next build. Bulk moving a bunch of sync related bugs to ON_QA to test with version 2.0.32. Verified in new build pulp 0.194 and rhui-tools 2.0.32. I started sync for multiple repos in parallel and tried to login and logout from rhui-manager several times to reproduce these sync errors in pulp.log. These sync errors are not reproducible with this new build. So moving this defect to verified state. moving to release pending closing out, product released |