Details
-
Bug
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
Description
Queue#getApproximateItemsQuickly uses a cache to return results faster. However, the return value depends on current Authentication which is not taken into account in the cache.
Given that the queue is currently based on Snapshots this cache should no longer be needed.
Attachments
Issue Links
- is blocking
-
JENKINS-27565 Nodes can be removed as idle before the assigned tasks have started
-
- Closed
-
- links to
Seems getApproximateItemsQuickly was added in 1.483, and should have been removed as part of the Queue refactoring in 1.607, right stephenconnolly?