mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
This PR cherry-picks the following commits: - Try to improve cpu usage by refactoring the ttchecker logic and caching string. https://github.com/milvus-io/milvus/pull/33267 - Correct the update logic of timerecorder in the flowgraph to avoid false failure: "some node(s) haven't received input". https://github.com/milvus-io/milvus/pull/34339 issue: https://github.com/milvus-io/milvus/issues/33266, https://github.com/milvus-io/milvus/issues/34337 pr: https://github.com/milvus-io/milvus/pull/33267, https://github.com/milvus-io/milvus/pull/34339 --------- Signed-off-by: bigsheeper <yihao.dai@zilliz.com> Co-authored-by: Xiaofan <83447078+xiaofan-luan@users.noreply.github.com>