Issue #432
closedWarning message on repo sync needs to be documented
Description
Description of problem:
The following warning message on repo sync should be fixed or documented.
py.warnings:WARNING: /usr/lib/python2.7/site-packages/celery/result.py:45: RuntimeWarning: Never call result.get() within a task!
py.warnings:WARNING: See http://docs.celeryq.org/en/latest/userguide/tasks.html#task-synchronous-subtasks
py.warnings:WARNING:
py.warnings:WARNING: In Celery 3.2 this will result in an exception being
py.warnings:WARNING: raised instead of just being a warning.
py.warnings:WARNING:
py.warnings:WARNING: warnings.warn(RuntimeWarning(E_WOULDBLOCK))
py.warnings:WARNING:
Version-Release number of selected component (if applicable):
[root@cisco-b420m3-01 ~]# rpm -qa pulp-server
pulp-server-2.4.0-0.16.beta.fc20.noarch
[root@cisco-b420m3-01 ~]#
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
+ This bug was cloned from Bugzilla Bug #1099550 +
Updated by rbarlow about 8 years ago
This warning shouldn't happen anymore with Brian's two queue implementation. I'll move it to MODIFIED on 2.5.1.
+ This comment was cloned from Bugzilla #1099550 comment 1 +
Updated by cduryee about 8 years ago
fixed in pulp 2.6.0-0.2.beta
+ This comment was cloned from Bugzilla #1099550 comment 2 +
Updated by pthomas@redhat.com about 8 years ago
verified
[root@gizmo ~]# rpm -qa pulp-server
pulp-server-2.6.0-0.5.beta.el6.noarch
[root@gizmo ~]#
+ This comment was cloned from Bugzilla #1099550 comment 3 +
Updated by bmbouter about 8 years ago
- Category deleted (
1) - Tags Documentation added
Documentation is now a Tag not a Category.
Updated by rbarlow almost 8 years ago
- Status changed from 6 to CLOSED - CURRENTRELEASE