soumitra-st opened a new pull request, #11465: URL: https://github.com/apache/pinot/pull/11465
While running a large test, below log is seen often. 2023/08/25 03:33:51.864 WARN [HttpMethodBase] [pool-12-thread-5] Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended. This is coming from Apache library when the buffered response size is [larger than http.method.response.buffer.warnlimit](https://hc.apache.org/httpclient-legacy/preference-api.html). This PR replaces few usages of getResponseBody with getResponseBodyAsStream -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
