apucher opened a new issue #7009: URL: https://github.com/apache/incubator-pinot/issues/7009
If a controller is configured with HTTPS ingress ONLY, segment upload fails due to a lack of protocol information pass-thru in the segment uploader. A typical exception looks like this: `12:59:37.439 ERROR [ServerSegmentCompletionProtocolHandler] [mytable__0__0__20210602T1951Z] Could not send request http://localhost:18998/segmentConsumed?reason=rowLimit&streamPartitionMsgOffset=2500&instance=Server_localhost_8098&offset=-1&name=mytable__0__0__20210602T1951Z&rowCount=2500 org.apache.http.NoHttpResponseException: localhost:18998 failed to respond` Solution: either pass protocol via zookeeper or add a configuration option to pin the segment uploader's connection scheme. -- 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. 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