Closed
Bug 1690536
Opened 4 years ago
Closed 4 years ago
Dispatcher stop and clear command must not wait on dispatcher being stopped
Categories
(Data Platform and Tools Graveyard :: Glean.js, defect, P1)
Data Platform and Tools Graveyard
Glean.js
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: brizental, Assigned: brizental)
References
Details
Attachments
(1 file, 1 obsolete file)
Currently the dispatcher stop
will enqueue a Stop command and wait for task execution to be finished before it returns.
This causes a deadlock in case we call stop
from inside a launched task.
Since clear
relies on stop
it has the same issue.
Assignee | ||
Updated•4 years ago
|
Comment 1•4 years ago
|
||
Comment 2•4 years ago
|
||
Assignee | ||
Updated•4 years ago
|
Attachment #9200911 -
Attachment is obsolete: true
Assignee | ||
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Product: Data Platform and Tools → Data Platform and Tools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•