-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Blocker - P1
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Optimization
-
ALL
-
-
None
-
None
-
None
-
None
-
None
-
None
-
None
query_read_commands sys-perf's task fails when CBR is on. The symptoms is that the workload exhausts admission control's tickets. It is also correlated with a number of high open connections. Looks like if something was not being properly freed.
Logs are flooded with {"t":
{"$date":"2025-09-29T12:43:20.210+00:00"},"s":"W", "c":"STORAGE", "id":8373000, "ctx":"ThroughputProbingTicketHolderMonitor","msg":"Unable to acquire a ticket within deadline, which indicates the system is stalled","attr":{"ticketPool":"reads","total":8,"target":7,"throughput":0,"queued":5,"stalledMicros":59999922}} messages.
FTDC metrics show an increase and sustained level of readers, connections and WT cursors.
Legend:
- KO-CBR = Task timed out, CBR was enforced (planRankingMode = kAutomaticCE)
- KO-MIX = Task timed out, CBR was only used as a fallback in cases where multiplanning was not able to either EOF or fill a batch. SEE SPM-4246 for reference
- OK-MP = Task succeeded. Only multiplanner was used