bert82503 commented on issue #13088: URL: https://github.com/apache/dubbo/issues/13088#issuecomment-2685404114
> 这个的根本原因其实是 3.2 早期的版本 ThreadlessExecutor 可能存在无限期的等待导致的。 按正常 AsyncToSync 的等待过程中通过 future 的超时是会自动结束的,但是 ThreadlessExecutor 由于一次优化导致可能 executor 不会结束,最终超时不生效了。 今天测试和预发环境,遇到类似的,提供方500-600ms完成了,消费方硬生生地拖到30s超时。排查了半天,没找到根源。明天按照这个思路,去找找线索。(使用dubbo接近十年,第一次遇见这种情况,活久见了) `dubbo`版本 `3.2.10`、`3.2.16`   -- 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]
