-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: 8.0.0, 8.2.0-rc0
-
Component/s: None
-
Query Integration
-
ALL
-
None
-
3
-
TBD
-
None
-
None
-
None
-
None
-
None
-
None
There are three ways to set a filter on the profiler:
- profile command
- setProfilingFilterGlobally command
- operationProfiling.filter server option on startup
Options 1 and 2 are set at runtime by a customer at any time. Option 3 is set at startup and we currently parse the expression before FCV is initialized here. That means, options 1 and 2 permits users to create filters with all new query features enabled on the latest FCV. However, option 3 only allows users to create filters with query features enabled on lastLTS.