compaction/indexing task auditing history #38963
xiaobingxia-at
started this conversation in
Ideas & Feature requests
Replies: 2 comments 12 replies
-
另外,indexing task确实跟不上。把这个参数调成4会有副作用嘛
|
Beta Was this translation helpful? Give feedback.
6 replies
-
对,现在2.5 webui 只会显示 32,这个后面可以调大一点,但空间不大。因为现在都是内存缓存,一个小时数据对内存占用不可控。 对于你的需求可以使用, http://<proxy_ip>:9091/api/v1/_dc/tasks/compaction 读到最近32 个 任务状态,然后写到业务audit表中 |
Beta Was this translation helpful? Give feedback.
6 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
由于业务需求,我们要建立100k个partition。目前看到,导入和搜索都不是问题。唯一特别担心的是compaction task / indexing task的阻塞和跟不上。目前没有看到一个有效的途径来监控所有compaction task的历史记录。2.5 的 UI只会显示最近的32个task?
能否expose一个API,能够返回过去1小时内全局所有的indexing compaction task,包括建立时间,在queue里的等待时间,分配给了哪个node,执行时间,调度时间等等。也可以把这些audit数据放在一个milvus内表里吗?这样我们查询就可以监控了。
谢谢。
Beta Was this translation helpful? Give feedback.
All reactions