SeanGaluzzi commented on issue #8906: URL: https://github.com/apache/iotdb/issues/8906#issuecomment-2102241173
@zhqingyong Hi, I have solved this issue some times ago same as other open issues...... the community and the developer are not really helpfull. Anyway to fix your issue you must set the backend check in HAproxis as the following lines: for port 18080 you can set up health checking as basic for port 6667 you MUST set up health checking as none the error "org.apache.thrift.transport.TTransportException: java.net.SocketException: Connection reset" means that the connection is closed brutally (The HA Proxy basic health check on port 6667 is the cause) changing the settings to none will fix your issue I really hope the developers will be more active in the future. 🙏 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
