mrproliu opened a new pull request, #9128:
URL: https://github.com/apache/skywalking/pull/9128

   ### Fix Scroll query in Elastic Search storage
   If the `SW_STORAGE_ES_SCROLLING_BATCH_SIZE` environment config is less them 
the Service entity count, it would throw `No search context found for id` 
exception. The root cause is we're going to close the scroll after we've 
requested it once. 
   
   ### Add `profileDataQueryBatchSize` config in Elastic Search storage
   EBPF Profiling Data stores a large amount of symbol data. When a large 
amount of data content is queried at one time, a `ContentTooLargeException` 
from netty will occur, so I add a new config for the query. 
   
   - [ ] If this pull request closes/resolves/fixes an existing issue, replace 
the issue number. Closes #<issue number>.
   - [x] Update the [`CHANGES` 
log](https://github.com/apache/skywalking/blob/changelog/docs/en/changes/changes.md).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to