rhettg / Tron

Next generation batch process scheduling and management
Other
11 stars 0 forks source link

Crash on slow state writing #76

Closed rhettg closed 12 years ago

rhettg commented 12 years ago

Another great day for crashes

2011-07-11 13:58:50,211 twisted ERROR Unhandled Error
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/twisted/application/app.py", line 445, in startReactor
    self.config, oldstdout, oldstderr, self.profiler, reactor)
  File "/usr/lib/python2.5/site-packages/twisted/application/app.py", line 348, in runReactorWithLogging
    reactor.run()
  File "/usr/lib/python2.5/site-packages/twisted/internet/base.py", line 1170, in run
    self.mainLoop()
  File "/usr/lib/python2.5/site-packages/twisted/internet/base.py", line 1179, in mainLoop
    self.runUntilCurrent()
---  ---
  File "/usr/lib/python2.5/site-packages/twisted/internet/base.py", line 778, in runUntilCurrent
    call.func(*call.args, **call.kw)
  File "/usr/lib/python2.5/site-packages/tron/mcp.py", line 84, in check_write_child
    self.event_recorder.notice("write_delayed")
exceptions.AttributeError: 'EventRecorder' object has no attribute 'notice'