Project

General

Profile

Actions

Bug #67496

open

mon thrasher fail with 'bool' object has no attribute 'set'

Added by Nitzan Mordechai over 1 year ago. Updated over 1 year ago.

Status:
Fix Under Review
Priority:
Normal
Category:
-
Target version:
-
% 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:

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'

Actions #1

Updated by Nitzan Mordechai over 1 year ago

  • Pull request ID set to 59166
Actions #2

Updated by Nitzan Mordechai over 1 year ago

  • Status changed from New to Fix Under Review
Actions #3

Updated by Laura Flores over 1 year ago

  • Tags set to main-failures
Actions #4

Updated by Radoslaw Zarzynski over 1 year ago

scrub note: approved.

Actions #5

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.

Actions #6

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

Also available in: Atom PDF