FreeOnePlus commented on issue #48: URL: https://github.com/apache/doris-mcp-server/issues/48#issuecomment-3199056902
Thank you very much for raising three key questions. I'll address them one by one: 1. Regarding the HA architecture, we haven't yet designed SPOF-related features, but we're generally considering using Docker or a multi-process approach with load balancing to achieve high availability. Of course, another consideration is how to enable high-availability login access to Doris using different accounts. This will be completely refactored in the next major version. The primary goal is to make Doris-MCP-Server as stateless as possible. That is, whoever uses it will simply enter their own account and password, rather than pre-setting them. Of course, this will also create some open scenarios where users don't know their own account and password. In this case, we will retain the current pre-set account and password capabilities, making them compatible and complementary to achieve HA capabilities. If you have better ideas, please leave a comment below and we'll explore the best solution together. 2. Regarding server monitoring, I've recently been considering ways to collect relevant information. Using a lightweight database for this would seem like adding weight to Doris MCP Server, so I might consider using a logging-based approach, including memory statistics and periodic flushing to disk. 3. We haven't yet used JMeter for stress testing. If you're interested, you can use the latest version of the Master branch for testing. We can discuss and fix any anomalies. Finally, thank you very much for pointing out three critical issues. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
