You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "javillor (via GitHub)" <gi...@apache.org> on 2023/10/09 09:02:40 UTC

[I] Redundant connection to databases [superset]

javillor opened a new issue, #25575:
URL: https://github.com/apache/superset/issues/25575

   I am connecting Superset to a Clickhouse cluster. All data is replicated among the nodes of the cluster.
   When configuring the connection I need to specify a single host name, so I choose any of the nodes of the cluster and connect to it successfully.
   However, in case of having any problem with this node, Superset will stop working.
   
   Is there any way to specify any redundant connection to databases?
   Ideally, when configuring the connection to databases, it would be great if we can set different hostnames, so in case of failure the connection will try with the next hostname and so on.
   


-- 
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: notifications-unsubscribe@superset.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [I] Redundant connection to databases [superset]

Posted by "genzgd (via GitHub)" <gi...@apache.org>.
genzgd commented on issue #25575:
URL: https://github.com/apache/superset/issues/25575#issuecomment-1803707405

   Unfortunately this is not currently supported in either of underlying client libraries `clickhouse-connect` or `clickhouse-driver`.  Of course, if you have the resources one solution is to put your cluster behind a load balancer or proxy like `clickhouse-proxy`.  There is an open [issue](https://github.com/ClickHouse/clickhouse-connect/issues/74) for this in `clickhouse-connect` but it's not currently a high priority.


-- 
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: notifications-unsubscribe@superset.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [I] Redundant connection to databases [superset]

Posted by "rusackas (via GitHub)" <gi...@apache.org>.
rusackas commented on issue #25575:
URL: https://github.com/apache/superset/issues/25575#issuecomment-1992344132

   Sounds like this is not a Superset issue, so I'll close it. Happy to revisit if warranted.


-- 
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: notifications-unsubscribe@superset.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [I] Redundant connection to databases [superset]

Posted by "rusackas (via GitHub)" <gi...@apache.org>.
rusackas closed issue #25575: Redundant connection to databases
URL: https://github.com/apache/superset/issues/25575


-- 
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: notifications-unsubscribe@superset.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org