seastar icon indicating copy to clipboard operation
seastar copied to clipboard

reactor: fix crash during metrics gathering

Open brain5lug opened this issue 1 year ago • 0 comments

The crash is caused by statistics request while scheduling_group is removed. The tasks_pending metric gathering triggers reactor::pending_task_count() call. This call causes null pointer derefence as the task queue pointer has been reset in reactor::destroy_scheduling_group()

brain5lug avatar Jun 29 '24 12:06 brain5lug