You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2021/06/02 21:48:48 UTC

[GitHub] [incubator-pinot] apucher opened a new issue #7009: realtime segment completion is broken with HTTPS

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org