-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Fix][Zeta] Fix resource isolation not working on multi node #7471
Conversation
…hen starting the worker, specify group=platform, and when submitting the job, specify tag_filter, which is also group=platform, but cannot be matched.
…hen starting the worker, specify group=platform, and when submitting the job, specify tag_filter, which is also group=platform, but cannot be matched.
…hen starting the worker, specify group=platform, and when submitting the job, specify tag_filter, which is also group=platform, but cannot be matched.
cc @liunaijie as well. |
Please add test case. |
I check the code with my local env, i miss to submit this part of code, my bad. The current test is only has 1 node, won't have any network transport. so not get exception. |
I have add one test case named: WorkerTagClusterTest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM if ci passes. Thanks @chenqianwen !
Hi @chenqianwen , please retry the failed ci. Thanks. |
...se/src/test/java/org/apache/seatunnel/engine/e2e/resourceIsolation/WorkerTagClusterTest.java
Outdated
Show resolved
Hide resolved
…e/src/test/java/org/apache/seatunnel/engine/e2e/resourceIsolation/WorkerTagClusterTest.java
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @chenqianwen
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, Looking forward to your next contribution, thanks
…7471) * [Bug] [resource-isolation tag_filter] separated-cluster-deployment, When starting the worker, specify group=platform, and when submitting the job, specify tag_filter, which is also group=platform, but cannot be matched. * [Bug] [resource-isolation tag_filter] separated-cluster-deployment, When starting the worker, specify group=platform, and when submitting the job, specify tag_filter, which is also group=platform, but cannot be matched. * [Bug] [resource-isolation tag_filter] separated-cluster-deployment, When starting the worker, specify group=platform, and when submitting the job, specify tag_filter, which is also group=platform, but cannot be matched. * [Fix][Zeta] Fix resource isolation not working on multi node test case * [Fix][Zeta] Fix resource isolation not working on multi node test case * [Fix][Zeta] Fix resource isolation not working on multi node test case * [Fix][Zeta] Fix resource isolation not working on multi node test case * Update seatunnel-e2e/seatunnel-engine-e2e/connector-seatunnel-e2e-base/src/test/java/org/apache/seatunnel/engine/e2e/resourceIsolation/WorkerTagClusterTest.java --------- Co-authored-by: yanggld <yanggld@digiwin.com> Co-authored-by: Jia Fan <fanjiaeminem@qq.com>
…7471) * [Bug] [resource-isolation tag_filter] separated-cluster-deployment, When starting the worker, specify group=platform, and when submitting the job, specify tag_filter, which is also group=platform, but cannot be matched. * [Bug] [resource-isolation tag_filter] separated-cluster-deployment, When starting the worker, specify group=platform, and when submitting the job, specify tag_filter, which is also group=platform, but cannot be matched. * [Bug] [resource-isolation tag_filter] separated-cluster-deployment, When starting the worker, specify group=platform, and when submitting the job, specify tag_filter, which is also group=platform, but cannot be matched. * [Fix][Zeta] Fix resource isolation not working on multi node test case * [Fix][Zeta] Fix resource isolation not working on multi node test case * [Fix][Zeta] Fix resource isolation not working on multi node test case * [Fix][Zeta] Fix resource isolation not working on multi node test case * Update seatunnel-e2e/seatunnel-engine-e2e/connector-seatunnel-e2e-base/src/test/java/org/apache/seatunnel/engine/e2e/resourceIsolation/WorkerTagClusterTest.java --------- Co-authored-by: yanggld <yanggld@digiwin.com> Co-authored-by: Jia Fan <fanjiaeminem@qq.com>
#7469
Purpose of this pull request
separated-cluster-deployment, When starting the worker, specify group=platform, and when submitting the job, specify tag_filter, which is also group=platform, but cannot be matched.
Does this PR introduce any user-facing change?
How was this patch tested?
Check list
New License Guide
release-note
.