You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Placeholder issue to support CollectorManager wrapping with profiling with concurrent aggregation flow (both for global and non-global aggregation). This will be a subtask for #7354.
In the multi-level aggregation profile with concurrent execution, the response’s collectors miss profiling aggregator information. This happens because the AggCollectorManager is not wrapped by the InternalProfileCollectorManager when the profile is enabled and concurrent execution takes place. To resolve the issue, we need to wrap all the sub-collectorManagers with the InternalProfileCollectorManager.
Example of a valid profile response with concurrent search enabled:
Placeholder issue to support CollectorManager wrapping with profiling with concurrent aggregation flow (both for global and non-global aggregation). This will be a subtask for #7354.
In the multi-level aggregation profile with concurrent execution, the response’s collectors miss profiling aggregator information. This happens because the AggCollectorManager is not wrapped by the InternalProfileCollectorManager when the profile is enabled and concurrent execution takes place. To resolve the issue, we need to wrap all the sub-collectorManagers with the InternalProfileCollectorManager.
Example of a valid profile response with concurrent search enabled:
The text was updated successfully, but these errors were encountered: