xiaochen-zhou commented on PR #8311: URL: https://github.com/apache/seatunnel/pull/8311#issuecomment-2547475459
> We should make sure the random and ha be supported at the same time. Random pick the address which can be connected. Assume a list of FE nodes: node1, node2, node3, where node1 is unavailable for connection. Our current logic is to randomly select from node1, node2, node3, and if we happen to select node1, we consider this Doris instance unavailable. I think we can optimize this by sequentially selecting from node1, node2, node3, and if node1 is unavailable, then try to establish a connection with node2. This can be considered as HA. I think these two strategies are not contradictory. Do you mean to maintain compatibility with the current logic, where if a single node is unavailable, the entire Doris instance is considered unavailable? -- 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]
