Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Cai Zhang <[email protected]>
  • Loading branch information
xiaocai2333 committed Jan 8, 2025
1 parent 4fb4229 commit 732e0d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion internal/datacoord/task_index.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ func (it *indexBuildTask) PreCheck(ctx context.Context, dependency *taskSchedule
}
}

taskSlot := Params.DataCoordCfg.AnalyzeTaskSlotUsage.GetAsInt64()
taskSlot := Params.DataCoordCfg.IndexTaskSlotUsage.GetAsInt64()

it.req = &workerpb.CreateJobRequest{
ClusterID: Params.CommonCfg.ClusterPrefix.GetValue(),
Expand Down
6 changes: 3 additions & 3 deletions tests/_helm/values/e2e/distributed
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ extraConfigFiles:
indexCoord:
scheduler:
interval: 100
indexNode:
scheduler:
buildParallel: 4
dataCoord:
slot:
indexTaskSlotUsage: 4
metrics:
serviceMonitor:
enabled: true
Expand Down

0 comments on commit 732e0d9

Please sign in to comment.