Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduced redundant operators #3162

Open
disksing opened this issue Nov 6, 2020 · 0 comments
Open

Reduced redundant operators #3162

disksing opened this issue Nov 6, 2020 · 0 comments
Labels
component/schedule Scheduling logic. status/discussion-wanted The issue needs to be discussed. type/enhancement The issue or PR belongs to an enhancement.

Comments

@disksing
Copy link
Contributor

disksing commented Nov 6, 2020

Sometimes at the same time there are operators like A->B, B->C, A->C where one of A->B and B->C should be eliminated otherwise some redundant operators will be created.

For example, we have 3 stores with data size of (100G, 80G, 20G), the balance-region-scheduler will create 3 types of operators to transfer region: 100G->20G, 100G->80G, 80G->20G, the second one is redundant.

This can happen across multiple schedulers too.

@disksing disksing added type/enhancement The issue or PR belongs to an enhancement. status/discussion-wanted The issue needs to be discussed. component/schedule Scheduling logic. labels Nov 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/schedule Scheduling logic. status/discussion-wanted The issue needs to be discussed. type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
Development

No branches or pull requests

1 participant