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

[fix]avoid label conflict when setting labels in headers. #25

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

vinlee19
Copy link

@vinlee19 vinlee19 commented Oct 10, 2024

When you set --header="label:label_xxx" and have more than one worker, it may cause the load job to fail due to label conflicts. This is because the job will be split into multiple tasks, and all these tasks will use the same label.

@sollhui
Copy link
Collaborator

sollhui commented Oct 16, 2024

@vinlee19 Please add some description about what you fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants