JedrekWang opened a new issue, #4129: URL: https://github.com/apache/servicecomb-java-chassis/issues/4129
#### 背景: cse_slow_request日志记录的thradPoolQueue阶段耗时统计不正确  #### 问题原因: 当请求堆积在请求队列中时,超过时间上限后请求失败,未刷新startSchedule参数,导致threadPoolQueue计算耗时为0,相关方法为 calcThreadPoolQueueTime() #### 问题复现: 将配置项servicecomb.executor.default.coreThreads-per-group和servicecomb.executor.default.maxThreads-per-group设为1 构造接口耗时30s,连续下发3次,查看slow_request即可 -- 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]
