Bug 751863 - cancel sync ends with error
Summary: cancel sync ends with error
Keywords:
Status: CLOSED DUPLICATE of bug 767261
Alias: None
Product: Pulp
Classification: Retired
Component: user-experience
Version: 1.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Sayli Karmarkar
QA Contact: Preethi Thomas
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-11-07 20:26 UTC by Preethi Thomas
Modified: 2015-03-23 01:11 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-12-14 20:21:05 UTC


Attachments (Terms of Use)

Description Preethi Thomas 2011-11-07 20:26:20 UTC
Description of problem:

[root@preethi ~]# pulp-admin repo cancel_sync --id=f14
Sync for repository f14 is being canceled

[root@preethi ~]# pulp-admin repo sync --id=f14 -F
Sync for repository f14 started
Sync: Canceled

Item Details: 
Tree Files: 0/7
RPMs: 231/2766
9 Rpm Error(s):
	{u'error_type': u"<type 'exceptions.ValueError'>", u'error': u'I/O operation on closed file', u'traceback': [u'Traceback (most recent call last):', u'  File "/usr/lib/python2.7/site-packages/grinder/ParallelFetch.py", line 295, in run', u'    result = self.fetcher.fetchItem(itemInfo)', u'  File "/usr/lib/python2.7/site-packages/grinder/activeobject.py", line 82, in __call__', u'    return self.object(self, *args, **kwargs)', u'  File "/usr/lib/python2.7/site-packages/grinder/activeobject.py", line 262, in __call__', u'    return self.__call(method, args, kwargs)', u'  File "/usr/lib/python2.7/site-packages/grinder/activeobject.py", line 238, in __call', u'    return self.__rmi(method.name, args, kwargs)', u'  File "/usr/lib/python2.7/site-packages/grinder/activeobject.py", line 127, in __rmi', u'    packet = pickle.load(p.stdout)', u'ValueError: I/O operation on closed file']}
	{u'error_type': u"<type 'exceptions.ValueError'>", u'error': u'I/O operation on closed file', u'traceback': [u'Traceback (most recent call last):', u'  File "/usr/lib/python2.7/site-packages/grinder/ParallelFetch.py", line 295, in run', u'    result = self.fetcher.fetchItem(itemInfo)', u'  File "/usr/lib/python2.7/site-packages/grinder/activeobject.py", line 82, in __call__', u'    return self.object(self, *args, **kwargs)', u'  File "/usr/lib/python2.7/site-packages/grinder/activeobject.py", line 262, in __call__', u'    return self.__call(method, args, kwargs)', u'  File "/usr/lib/python2.7/site-packages/grinder/activeobject.py", line 238, in __call', u'    return self.__rmi(method.name, args, kwargs)', u'  File "/usr/lib/python2.7/site-packages/grinder/activeobject.py", line 127, in __rmi', u'    packet = pickle.load(p.stdout)', u'ValueError: I/O operation on closed file']}
	{u'error_type': u"<type 'exceptions.ValueError'>", u'error': u'I/O operation on closed file', u'traceback': [u'Traceback (most recent call last):', u'  File "/usr/lib/python2.7/site-packages/grinder/ParallelFetch.py", line 295, in run', u'    result = self.fetcher.fetchItem(itemInfo)', u'  File "/usr/lib/python2.7/site-packages/grinder/activeobject.py", line 82, in __call__', u'    return self.object(self, *args, **kwargs)', u'  File "/usr/lib/python2.7/site-packages/grinder/activeobject.py", line 262, in __call__', u'    return self.__call(method, args, kwargs)', u'  File "/usr/lib/python2.7/site-packages/grinder/activeobject.py", line 238, in __call', u'    return self.__rmi(method.name, args, kwargs)', u'  File "/usr/lib/python2.7/site-packages/grinder/activeobject.py", line 127, in __rmi', u'    packet = pickle.load(p.stdout)', u'ValueError: I/O operation on closed file']}
	{u'error_type': u"<type 'exceptions.ValueError'>", u'error': u'I/O operation on closed file', u'traceback': [u'Traceback (most recent call last):', u'  File "/usr/lib/python2.7/site-packages/grinder/ParallelFetch.py", line 295, in run', u'    result = self.fetcher.fetchItem(itemInfo)', u'  File "/usr/lib/python2.7/site-packages/grinder/activeobject.py", line 82, in __call__', u'    return self.object(self, *args, **kwargs)', u'  File "/usr/lib/python2.7/site-packages/grinder/activeobject.py", line 262, in __call__', u'    return self.__call(method, args, kwargs)', u'  File "/usr/lib/python2.7/site-packages/grinder/activeobject.py", line 238, in __call', u'    return self.__rmi(method.name, args, kwargs)', u'  File "/usr/lib/python2.7/site-packages/grinder/activeobject.py", line 127, in __rmi', u'    packet = pickle.load(p.stdout)', u'ValueError: I/O operation on closed file']}
	{u'error_type': u"<type 'exceptions.ValueError'>", u'error': u'I/O operation on closed file', u'traceback': [u'Traceback (most recent call last):', u'  File "/usr/lib/python2.7/site-packages/grinder/ParallelFetch.py", line 295, in run', u'    result = self.fetcher.fetchItem(itemInfo)', u'  File "/usr/lib/python2.7/site-packages/grinder/activeobject.py", line 82, in __call__', u'    return self.object(self, *args, **kwargs)', u'  File "/usr/lib/python2.7/site-packages/grinder/activeobject.py", line 262, in __call__', u'    return self.__call(method, args, kwargs)', u'  File "/usr/lib/python2.7/site-packages/grinder/activeobject.py", line 238, in __call', u'    return self.__rmi(method.name, args, kwargs)', u'  File "/usr/lib/python2.7/site-packages/grinder/activeobject.py", line 127, in __rmi', u'    packet = pickle.load(p.stdout)', u'ValueError: I/O operation on closed file']}
	... 4 more error(s) occured.  See server logs for all errors.

[root@preethi ~]# 


Version-Release number of selected component (if applicable):
[root@preethi ~]# rpm -q pulp
pulp-0.0.244-4.fc15.noarch

Comment 1 Sayli Karmarkar 2011-12-14 20:21:05 UTC

*** This bug has been marked as a duplicate of bug 767261 ***


Note You need to log in before you can comment on or make changes to this bug.