批量延迟抖动
作者: deep011创建于 2018年7月8日更新于 2025年3月20日
We have a problem online, the delay of the pipeline occasionally exceeds 60 seconds. Now we have located it in the **selectTask** class, in the processTermin() function, when waiting for the termin signal, it does not receive the termin signal, and it retries 30 times (sleeping for 30 seconds), and after that, it sleeps for 30 seconds again, resulting in the following image:
内容来源: alibaba/otter