-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] new QueryGroupTask warning in 2.18 #16874
Comments
@jainankitk Do you know someone who would be interested in looking this further? |
Let me look into it. |
The diff you are mentioning in the issue is old one. This is fixed in all of the branches as part of this PR: 3b4e11d#diff-4e901163f39dfc072ae4d7f93a43f0958bdfdf2bb82f044b2ec9f3ae13fa66df The issue was when the header is not set in thread context then it would return null for |
@kaushalmahi12 The reproduction steps shared by @doug-numetric in this issue work for me. I'm able to generate that log statement on a min distribution install of OpenSearch 2.18. |
I think the mechanism to set the queryGroupId for scroll action is missing. To mitigate the logging from
|
Describe the bug
The warning:
https://github.com/opensearch-project/OpenSearch/pull/14708/files#diff-4e901163f39dfc072ae4d7f93a43f0958bdfdf2bb82f044b2ec9f3ae13fa66dfR56
Ideally should never happen, but it's spamming our logs for our use cases.
Related component
Search
To Reproduce
with the _scroll_id from the response:
curl -s "localhost:9200/_search/scroll/${_scroll_id}?scroll=30s
The opensearch logs show:
Expected behavior
No warning
Additional Details
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: