Bug 726096

Summary: Exception KeyError: Getting this in apche's error_log
Product: Red Hat Update Infrastructure for Cloud Providers Reporter: Sachin Ghai <sghai>
Component: RHUAAssignee: Jason Connor <jconnor>
Status: CLOSED NOTABUG QA Contact: wes hayutin <whayutin>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 2.0CC: jason.dobies, jconnor, kbidarka, mmccune, sghai, 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: 2011-07-27 15:26:08 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Sachin Ghai 2011-07-27 14:19:23 UTC
Description of problem:
Getting following error messages in apache's error_log. Appearing these during repo sync. I guess these errors are not breaking anything but looks ugly with lots of errors.

[Wed Jul 27 19:11:34 2011] [error] Exception KeyError: KeyError(140114289027040,) in <module 'threading' from '/usr/lib64/python2.6/threading.pyc'> ignored
[Wed Jul 27 19:11:34 2011] [error] Exception KeyError: KeyError(140114289027040,) in <module 'threading' from '/usr/lib64/python2.6/threading.pyc'> ignored
[Wed Jul 27 19:11:34 2011] [error] Exception KeyError: KeyError(140114289027040,) in <module 'threading' from '/usr/lib64/python2.6/threading.pyc'> ignored
[Wed Jul 27 19:11:34 2011] [error] Exception KeyError: KeyError(140114289027040,) in <module 'threading' from '/usr/lib64/python2.6/threading.pyc'> ignored
[Wed Jul 27 19:11:34 2011] [error] Exception KeyError: KeyError(140114289027040,) in <module 'threading' from '/usr/lib64/python2.6/threading.pyc'> ignored
[Wed Jul 27 19:11:34 2011] [error] Exception KeyError: KeyError(140114289027040,) in <module 'threading' from '/usr/lib64/python2.6/threading.pyc'> ignored
[Wed Jul 27 19:11:34 2011] [error] Exception KeyError: KeyError(140114289027040,) in <module 'threading' from '/usr/lib64/python2.6/threading.pyc'> ignored
[Wed Jul 27 19:11:34 2011] [error] Exception KeyError: KeyError(140114289027040,) in <module 'threading' from '/usr/lib64/python2.6/threading.pyc'> ignored



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

How reproducible:
always

Steps to Reproduce:
1.
2.
3.
  
Actual results:
[error] Exception KeyError: KeyError(140114289027040,) in <module 'threading' from '/usr/lib64/python2.6/threading.pyc'> ignored


Expected results:
Shouln't be any exception error in error_log

Additional info:

Comment 1 Jason Connor 2011-07-27 15:25:09 UTC
These error messages are (supposedly) harmless, but are a result of mod_wsgi's behaviour.

Qoute from Graham Dumpleton in the upstream bug:
http://code.google.com/p/modwsgi/issues/detail?id=197

Comment 5 by project member Graham.Dumpleton, Apr 16, 2010

The message is harmless. Fix added in revision 1588 of subversion trunk for mod_wsgi 4.0 to get rid of it anyway.