vvivekiyer opened a new pull request, #8568: URL: https://github.com/apache/pinot/pull/8568
Currently, SegmentStatusChecker initializes an object of type SimpleHttpConnectionManager. Further down the stack, we use this object to issue parallel HTTP GET requests to multiple servers containing segments for the table (in MultiGetRequest). However, SimpleHttpConnectionManager is not thread safe. So we should be using an instance of MultithreadedHttpConnectionManager. Added a TODO to improve MultiGetRequest.java to only work on HttpConnectionManager object that is an instanceOf MultithreadedHttpConnectionManager. -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org