Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Hisoka-X committed Aug 2, 2024
1 parent c32cba6 commit dbe4926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ sink {
- 当在任务的配置中, 没有添加`tag_filter`时, 会从所有节点中随机选择节点来运行任务.
- 当`tag_filter`中存在多个过滤条件时, 会根据key存在以及value相等的全部匹配的节点, 当没有找到匹配的节点时, 会抛出 `NoEnoughResourceException`异常.

![img.png](images/resource-isolation.png)
![img.png](../images/resource-isolation.png)

Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ sink {
- If not set `tag_filter` in job config, it will random choose the node in all active nodes.
- When you add multiple tag in `tag_filter`, it need all key exist and value match. if all node not match, you will get `NoEnoughResourceException` exception.

![img.png](images/resource-isolation.png)
![img.png](../images/resource-isolation.png)

0 comments on commit dbe4926

Please sign in to comment.