[Solved] Is Apache Drill Supports high availability
using HAproxy frontend apache-drill-ui description “Apache Drill UI” bind *:8047 default_backend apache-drill-ui frontend apache-drill-sql description “Apache Drill SQL” bind *:31010 mode tcp option tcplog default_backend apache-drill-sql backend apache-drill-ui description “Apache Drill UI” balance roundrobin option httpchk GET /status http-check expect string Running acl internal_networks src 192.168.0.0/16 172.16.0.0/12 10.0.0.0/8 127.0.0.1 http-request deny if ! internal_networks server … Read more