请改进coordinator对index task的分配机制。 #39025
xiaobingxia-at
started this conversation in
Ideas & Feature requests
Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
-
感谢指出问题,我们已经在做 index task 分配机制的优化了。逻辑会和 compaction 的类似,在分配一批任务之前拿一次 slot,而不是分配一个任务拿一次。请耐心等待。 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
目前coordinator对index task和compaction task的分配机制采取了不同的办法:
能否麻烦把indexing task的分配机制也采用类似compaction的办法,在Coordinator端记录每个indexing node的slot availability,来避免一直做RPC call来拿到slot availability,感谢!
Beta Was this translation helpful? Give feedback.
All reactions