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/05/19 16:48:30 UTC

[GitHub] [incubator-pinot] MacNale opened a new issue #6943: Stream Quickstart 0.7.1 fails with SSL Handshake failed error

MacNale opened a new issue #6943:
URL: https://github.com/apache/incubator-pinot/issues/6943


   `docker run     --network=pinot-demo     --name pinot-quickstart     -p 9000:9000     -d apachepinot/pinot:test QuickStart     -type stream`
   ![image](https://user-images.githubusercontent.com/14235758/118851979-f1215c80-b897-11eb-931e-2cba81f15249.png)
   
   I tried to run locally, same error.
   
   I could launch 0.6.1 successfully with docker.


-- 
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


[GitHub] [incubator-pinot] mayankshriv commented on issue #6943: Stream Quickstart 0.7.1 fails with SSL Handshake failed error

Posted by GitBox <gi...@apache.org>.
mayankshriv commented on issue #6943:
URL: https://github.com/apache/incubator-pinot/issues/6943#issuecomment-844306804


   From the log it seems to use 0.8.0 and not 0.7.1 (which is working for us). 


-- 
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


[GitHub] [incubator-pinot] MacNale commented on issue #6943: Stream Quickstart 0.7.1 fails with SSL Handshake failed error

Posted by GitBox <gi...@apache.org>.
MacNale commented on issue #6943:
URL: https://github.com/apache/incubator-pinot/issues/6943#issuecomment-844491249


   Disconnected from VPN and ran the command from my mac. It worked fine. This seems to be a problem with downloading the stream from meetup.com.


-- 
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


[GitHub] [incubator-pinot] mayankshriv commented on issue #6943: Stream Quickstart 0.7.1 fails with SSL Handshake failed error

Posted by GitBox <gi...@apache.org>.
mayankshriv commented on issue #6943:
URL: https://github.com/apache/incubator-pinot/issues/6943#issuecomment-844312156


   Tried `pinot-tools/target/pinot-tools-pkg/bin/quick-start-streaming.sh` with latest master and could not reproduce the issue. Are you on VPN @MacNale that might be causing this?


-- 
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


[GitHub] [incubator-pinot] MacNale closed issue #6943: Stream Quickstart 0.7.1 fails with SSL Handshake failed error

Posted by GitBox <gi...@apache.org>.
MacNale closed issue #6943:
URL: https://github.com/apache/incubator-pinot/issues/6943


   


-- 
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


[GitHub] [incubator-pinot] apucher commented on issue #6943: Stream Quickstart 0.7.1 fails with SSL Handshake failed error

Posted by GitBox <gi...@apache.org>.
apucher commented on issue #6943:
URL: https://github.com/apache/incubator-pinot/issues/6943#issuecomment-844358954


   this looks like a ssl-handshake issue with the meetup provider. not related to pinot internals


-- 
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


[GitHub] [incubator-pinot] xiangfu0 commented on issue #6943: Stream Quickstart 0.7.1 fails with SSL Handshake failed error

Posted by GitBox <gi...@apache.org>.
xiangfu0 commented on issue #6943:
URL: https://github.com/apache/incubator-pinot/issues/6943#issuecomment-844408493


   have you tried with `quick-start-hybrid.sh` and if that one works?
   Also, check if you can run the below command directly:
   ```
   websocat wss://stream.meetup.com/2/rsvps
   ```


-- 
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