You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "marsupialtail (via GitHub)" <gi...@apache.org> on 2023/09/13 19:55:45 UTC

[GitHub] [arrow] marsupialtail opened a new issue, #37708: Using FlightSQL with Grafana FlightSQL plugin

marsupialtail opened a new issue, #37708:
URL: https://github.com/apache/arrow/issues/37708

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   I tried to use FlightSQL example Docker here: https://voltrondata.com/resources/running-arrow-flight-server-querying-data-jdbc-adbc
   
   I can query the service from Python no problem.
   
   However when I am trying to set up connection with Grafana FLightSQL plugin, it doesn't work. It complains: 
   flightsql: rpc error: code = Unavailable desc = connection error: desc = "error reading server preface: EOF"
   
   Have you guys seen this problem before?
   
   ### Component(s)
   
   FlightRPC


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kou closed issue #37708: Using FlightSQL with Grafana FlightSQL plugin

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou closed issue #37708: Using FlightSQL with Grafana FlightSQL plugin
URL: https://github.com/apache/arrow/issues/37708


-- 
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: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kou commented on issue #37708: Using FlightSQL with Grafana FlightSQL plugin

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou commented on issue #37708:
URL: https://github.com/apache/arrow/issues/37708#issuecomment-1718307948

   It seems that you can't use non TLS connection:
   https://github.com/voltrondata/flight-sql-server-example/blob/44e855558da76eefad2d75c133c9676cd3102ad0/src/flight_sql.cpp#L112
   
   Could you open an issue on https://github.com/voltrondata/flight-sql-server-example/issues not here because the source code is managed on the repository?


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] marsupialtail commented on issue #37708: Using FlightSQL with Grafana FlightSQL plugin

Posted by "marsupialtail (via GitHub)" <gi...@apache.org>.
marsupialtail commented on issue #37708:
URL: https://github.com/apache/arrow/issues/37708#issuecomment-1718271073

   seems like some SSL version issue on the server: E0913 20:22:38.153841801      51 ssl_transport_security.cc:1501]       Handshake failed with fatal error SSL_ERROR_SSL: error:0A00010B:SSL routines::wrong version number.
   Is there a way to run the server on http instead of https?


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org