jsonwan

Results 33 comments of jsonwan

> I don't think this is an issue with the spring framework.You can debug it at org.springframework.http.server.reactive.AbstractServerHttpRequest#initCookies This method only get the first cookie value when multi cookies with the...

> @jsonwan Can I propose a pr to solve this issue? Yes, I tried to solve this problem by using HttpServerRequest.allCookies() instead of cookies() and completing the test cases, however,...

Pod健康状态为正常的原因:只有/web/script/check接口500,其他接口正常,因为check接口实现中需要创建临时文件,创建失败了导致的500,而日志满了只是一个衍生现象,不是500的根本原因。

涉及到的接口为:/api/v3/fast_transfer_file/

需要增加记录请求路由到的后端RS信息,便于排查问题。

已反馈给内部GSE的同学,后续继续在社区贴子上面跟进。

> 并未有人跟进。问题出现非常频繁 已再次反馈给内部GSE的同学,后续继续在社区贴子上面跟进。

接口:/esb/api/v2/fast_execute_script 对应的v3接口及文件分发、配置文件分发、作业执行接口也需要检查下是否存在同样问题,若存在则一并处理

原因:轻量化部署模式下缺少将容器内路径映射到母机上路径的配置