-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: 8.3 Required
-
Component/s: None
-
None
-
Catalog and Routing
-
Fully Compatible
-
ALL
-
CAR Team 2026-03-30
-
200
-
None
-
None
-
None
-
None
-
None
-
None
-
None
getMore command is counted incorrectly in system.buckets metrics. The command should be white listed alongside other chunk ddl commands because it's not necessarily coming from the user, which means it may incorrectly increment the system.buckets metrics.
We need to backport SERVER-121850 + add getMore to the list.
getMore was fixed in SERVER-120476 but we decided to not backport it to 8.3, so the workaround for 8.3 is to skip counting getMore commands that are targeting system.buckets.
- is related to
-
SERVER-120476 cursor.ns returns system.buckets namespace instead of user-facing namespace for rawData operations on timeseries collections
-
- Closed
-
-
SERVER-121850 Skip system.buckets metric for chunk DDL commands until rawData support
-
- Closed
-