Project

General

Profile

Actions

Bug #1621

closed

teuthology: don't exit cleanly on SIGINT

Added by Josh Durgin over 12 years ago. Updated about 11 years ago.

Status:
Won't Fix
Priority:
Low
Assignee:
-
Category:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
Severity:
Reviewed:
Affected Versions:
ceph-qa-suite:
Crash signature (v1):
Crash signature (v2):

Description

Sometimes SIGINT triggers a GeneratorExit instead of a KeyboardInterrupt exception. This can happen independent of the thrasher task - this happened in a blogbench kclient run:

2011-10-14T17:12:35.557 DEBUG:teuthology.run_tasks:Unwinding manager <contextlib.GeneratorContextManager object at 0x289fe90>
2011-10-14T17:12:35.557 INFO:teuthology.task.kclient:Unmounting kernel clients...
2011-10-14T17:12:35.557 DEBUG:teuthology.task.kclient:Unmounting client client.0...
2011-10-14T17:12:35.557 DEBUG:teuthology.orchestra.run:Running: 'sudo umount /tmp/cephtest/mnt.0'
2011-10-14T17:12:40.503 ERROR:teuthology.contextutil:Saw exception from nested tasks
Traceback (most recent call last):
  File "/var/lib/teuthworker/teuthology/teuthology/contextutil.py", line 27, in nested
    yield vars
  File "/var/lib/teuthworker/teuthology/teuthology/task/ceph.py", line 1054, in task
    yield
GeneratorExit
2011-10-14T17:12:40.505 INFO:teuthology.task.ceph:Shutting down mds daemons...
2011-10-14T17:12:40.506 INFO:teuthology.task.ceph:Shutting down osd daemons...
2011-10-14T17:12:40.506 INFO:teuthology.task.ceph:Shutting down mon daemons...
Actions #1

Updated by Sage Weil over 12 years ago

  • Target version changed from v0.38 to v0.39
Actions #2

Updated by Sage Weil over 12 years ago

  • Target version deleted (v0.39)
  • Translation missing: en.field_position set to 123
Actions #3

Updated by Sage Weil over 11 years ago

  • Project changed from Ceph to teuthology
  • Category deleted (teuthology)
Actions #4

Updated by Sage Weil about 11 years ago

  • Priority changed from Normal to Low
Actions #5

Updated by Sage Weil about 11 years ago

  • Status changed from New to Won't Fix
Actions

Also available in: Atom PDF