Skip to content

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Leung <[email protected]>
  • Loading branch information
rleungx committed Jan 17, 2025
1 parent 369044a commit 02ea6ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/schedule/schedulers/evict_slow_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ type evictSlowStoreSchedulerConfig struct {
// Duration gap for recovering the candidate, unit: s.
RecoveryDurationGap uint64 `json:"recovery-duration"`
EvictedStores []uint64 `json:"evict-stores"`
Batch int `json:"batch"`
// TODO: We only add batch for evict-slow-store-scheduler now.
// If necessary, we also need to support evict-slow-trend-scheduler.
Batch int `json:"batch"`
}

func initEvictSlowStoreSchedulerConfig() *evictSlowStoreSchedulerConfig {
Expand Down

0 comments on commit 02ea6ec

Please sign in to comment.