Skip to content

Commit c673022

Browse files
committed
Move prefix cache scorer out of this PR
1 parent 598b4b2 commit c673022

File tree

3 files changed

+0
-238
lines changed

3 files changed

+0
-238
lines changed

cmd/epp/runner/runner.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,6 @@ func (r *Runner) parseConfigurationPhaseTwo(ctx context.Context, rawConfig *conf
512512
if r.requestControlConfig.PrepareDataPluginGraph() != nil {
513513
return nil, errors.New("failed to load the configuration - prepare data plugins have cyclic dependencies")
514514
}
515-
plugins.Register(scorer.PrefixCacheMatchScorerType, scorer.PrefixCacheScorerFactory) // register PrefixCacheMatchScorer used by prepare data plugins
516515
} else {
517516
r.requestControlConfig.WithPrepareDataPlugins()
518517
}

pkg/epp/scheduling/framework/plugins/scorer/prefix_cache_match_scorer.go

Lines changed: 0 additions & 87 deletions
This file was deleted.

pkg/epp/scheduling/framework/plugins/scorer/prefix_cache_match_scorer_test.go

Lines changed: 0 additions & 150 deletions
This file was deleted.

0 commit comments

Comments
 (0)