wizardofchaosland opened a new issue, #16800: URL: https://github.com/apache/pinot/issues/16800
I was playing around with a consistent push using spark. My cluster requires a Bearer token. non-consistent pushes worked fine, but when I tried consistent, I could see controller request attempts in logs but no cause until AttemptsExceededException was thrown. Root cause seems to be the call to [getSegments](https://github.com/apache/pinot/blob/master/pinot-segment-local/src/main/java/org/apache/pinot/segment/local/utils/ConsistentDataPushUtils.java#L240) which is not passing an authProvider. Scanning through the ConsistentDataPushUtils it looks like this is the only call missing authProvider. The call in handleUploadException was [addressed](https://github.com/apache/pinot/commit/b1a98eeac8361214f50f8cb3cf87b29435572883) after 1.4.0-rc0. Thank you for your consideration. -- 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]
