Actions
Bug #67496
openmon thrasher fail with 'bool' object has no attribute 'set'
% Done:
0%
Source:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(RADOS):
Pull request ID:
Tags (freeform):
Merge Commit:
Fixed In:
Released In:
Upkeep Timestamp:
Tags:
Description
/a/vshankar-2024-08-07_04:36:45-fs-wip-vshankar-testing-20240806.162829-debug-testing-default-smithi/7841593
2024-08-08T12:28:05.296 INFO:tasks.ceph:Still waiting for all pgs to be scrubbed.
2024-08-08T12:28:06.387 ERROR:tasks.mon_thrash.mon_thrasher:exception:
Traceback (most recent call last):
File "/home/teuthworker/src/git.ceph.com_ceph-c_44e660aa17116d44ff1a1cd7efc31bf864624a30/qa/tasks/mon_thrash.py", line 272, in do_thrash
self._do_thrash()
File "/home/teuthworker/src/git.ceph.com_ceph-c_44e660aa17116d44ff1a1cd7efc31bf864624a30/qa/tasks/mon_thrash.py", line 321, in _do_thrash
while not self.stopping.is_set():
AttributeError: 'bool' object has no attribute 'is_set'
2024-08-08T12:28:07.098 INFO:tasks.daemonwatchdog.daemon_watchdog:MonitorThrasher failed
2024-08-08T12:28:07.098 ERROR:tasks.daemonwatchdog.daemon_watchdog:exception:
Traceback (most recent call last):
File "/home/teuthworker/src/git.ceph.com_ceph-c_44e660aa17116d44ff1a1cd7efc31bf864624a30/qa/tasks/daemonwatchdog.py", line 42, in _run
self.watch()
File "/home/teuthworker/src/git.ceph.com_ceph-c_44e660aa17116d44ff1a1cd7efc31bf864624a30/qa/tasks/daemonwatchdog.py", line 120, in watch
thrasher.stop_and_join()
File "/home/teuthworker/src/git.ceph.com_ceph-c_44e660aa17116d44ff1a1cd7efc31bf864624a30/qa/tasks/mon_thrash.py", line 178, in stop_and_join
return self.join()
File "/home/teuthworker/src/git.ceph.com_ceph-c_44e660aa17116d44ff1a1cd7efc31bf864624a30/qa/tasks/mon_thrash.py", line 170, in join
self.stopping.set()
AttributeError: 'bool' object has no attribute 'set'
Updated by Nitzan Mordechai over 1 year ago
- Status changed from New to Fix Under Review
Updated by Venky Shankar over 1 year ago
@Nitzan Mordechai - I merged the change. Please help setting backports if required and move the tracker status accordingly.
Updated by Nitzan Mordechai over 1 year ago
Venky Shankar wrote in #note-5:
@Nitzan Mordechai - I merged the change. Please help setting backports if required and move the tracker status accordingly.
PR https://github.com/ceph/ceph/pull/54671 who set stopping as Event didn't backported yet, that the reason i'm not backporting that tracker yet
Actions