forked from ceph/ceph
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
osd/OSDMapMapping: fix spurious threadpool timeout errors
We were passing a grace of zero seconds to our temporary work queue, which led to the HeartbeatMap issuing cpu_tp timeout errors to the log. By using a non-zero grace period we can avoid these. Use the same default grace we use for the workqueue itself when it goes to sleep. Fixes: https://tracker.ceph.com/issues/53506 Signed-off-by: Sage Weil <[email protected]>
- Loading branch information
Showing
2 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters