FreeOnePlus commented on issue #92: URL: https://github.com/apache/doris-mcp-server/issues/92#issuecomment-5130059122
已对当前 master(e9cf89b)做了真实 Docker restart 验证,无法复现旧版“restart 后仍不可用”,因此按当前版本已解决关闭。\n\n本次不是只检查进程:\n1. 从当前代码构建 Docker 镜像并连接真实 Doris;\n2. 连接池上限设为 1,启用 Bearer token;\n3. 连续制造 3 次 SQL 超时,随后 MCP 查询成功;\n4. 执行 docker restart(不是 down/up);\n5. 容器 PID 从 44942 变为 46040,确认是新进程;\n6. /ready 返回 service=ready、doris=ready;\n7. restart 后通过 MCP 再执行 SELECT 1,成功返回。\n\n#150 修复了取消/超时连接的物理丢弃,#159 又消除了 token 每请求重建/改写共享池的问题,并增加连续超时后的真实 Doris 回归。测试容器和镜像已清理,没有删除任何卷。\n\n如果在包含 e9cf89b 的镜像经过数小时/数天仍复现,请重新打开,并提供镜像 digest、Compose 文件、restart 前后 docker inspect、/live 与 /ready 的响应、Doris FE 连接数及容器日志;届时可针对长期 soak 条件继续定位。 -- 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]
