You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on a local issue I resolved, I believe this commit should fix the
flaky mutable_object_test in ray-project#44396.
The header of the mutable object was not being explicitly initialized.
In some cases, this caused deadlock due to a spinlock backed by garbage memory.
This commit explicitly initializes the header, which should resolve the
issue.
Tested: mutable_object_test
Signed-off-by: Jack Humphries <[email protected]>
0 commit comments