Bug #70180
closedPGRecovery::budget_available: re-enable try_acquire_throttle_now usage
100%
Description
In order to use the throttler crimson_osd_scheduler_concurrency value is needed to be set more than (default) 0.
Once configuring non zero value, the PG recovery progress is stuck because
try_acquire_throttle_now is not releasing the throttler.
Until this behavior is fixed https://github.com/ceph/ceph/pull/62006 comments out the faulty try_acquire_throttle_now call.
We should resolve this tracker once we re-enable PGRecovery::budget_available.
Updated by MOHIT AGRAWAL about 1 year ago
- Status changed from New to Fix Under Review
Updated by Matan Breizman about 1 year ago
- Subject changed from pg_recovery progress is stuck while throttle feature is used to PGRecovery::budget_available: re-enable try_acquire_throttle_now usage
- Description updated (diff)
- Status changed from Fix Under Review to New
- Pull request ID deleted (
62006)
https://github.com/ceph/ceph/pull/62006 is a indeterminate workaround that comments out the code which is responsible for the issue.
Moving back to "New", Let's use this tracker to follow up on the required changes.
Adjusting the title and description.
Updated by Matan Breizman about 1 year ago
Update: https://github.com/ceph/ceph/pull/62080 reverts some of the commits instead of https://github.com/ceph/ceph/pull/62006.
This tracker is still relevant.
Updated by Matan Breizman 11 months ago
- Status changed from New to Resolved
- Pull request ID set to 62080
Updated by Upkeep Bot 8 months ago
- Merge Commit set to 9cb8feb327bd2065fd92218c546a5c7d1f1d90c6
- Fixed In set to v20.0.0-1182-g9cb8feb327b
- Upkeep Timestamp set to 2025-07-09T19:36:44+00:00
Updated by Upkeep Bot 8 months ago
- Fixed In changed from v20.0.0-1182-g9cb8feb327b to v20.0.0-1182-g9cb8feb327
- Upkeep Timestamp changed from 2025-07-09T19:36:44+00:00 to 2025-07-14T18:13:44+00:00
Updated by Upkeep Bot 5 months ago
- Released In set to v20.2.0~650
- Upkeep Timestamp changed from 2025-07-14T18:13:44+00:00 to 2025-11-01T01:14:16+00:00