-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Enhancement: Unify the implementation of label concatenation and support labels with over limit length #4466
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
Enhancement: Unify the implementation of label concatenation and support labels with over limit length #4466
Conversation
|
Skipping CI for Draft Pull Request. |
3a8daff to
86bdb4c
Compare
d667065 to
58ce2ea
Compare
cheyang
left a comment
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.
I suggest tagging the uuid label in the dataset when it's initializing.
pkg/utils/hash.go
Outdated
| return | ||
| } | ||
|
|
||
| namespacedNameHashValue, err := ComputeFullNamespacedNameHashValue(namespace, name) |
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.
Please use maxGeneratedNameLength and randomLength to improve readability.
05eeb86 to
542b7e9
Compare
a5f2b4e to
3c8f644
Compare
|
/test fluid-e2e |
a54d344 to
137ee71
Compare
137ee71 to
6fdcbde
Compare
|
/test fluid-e2e |
…ifferent Runtimes, and support labels with over limit length Signed-off-by: jiuyu <guotongyu.gty@alibaba-inc.com> * Feature: add datasetIdLabel to all the resources created by fluid Signed-off-by: jiuyu <guotongyu.gty@alibaba-inc.com>
6fdcbde to
7e5401a
Compare
|
cheyang
left a comment
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
/approve
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cheyang The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |



Resolves #4382
Related proposal: https://github.com/fluid-cloudnative/community/blob/master/proposals/label/v1.0.5_label_chore_zh.md