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

[Improvement][uploadResource] RESOURCE_FULL_NAME_MAX_LENGTH limit is too short! #16897

Open
3 tasks done
welsonzhang opened this issue Dec 13, 2024 · 0 comments
Open
3 tasks done
Labels
improvement make more easy to user or prompt friendly Waiting for reply Waiting for reply

Comments

@welsonzhang
Copy link

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Description

public static final int RESOURCE_FULL_NAME_MAX_LENGTH = 128;

RESOURCE_FULL_NAME_MAX_LENGTH limit is too short!

In scenarios where Hadoop is used as the file system, the base path already occupies a significant portion of the length.

Could this RESOURCE_FULL_NAME_MAX_LENGTH limit be extended to 256?

For example, in our use case, the base path such as hdfs://cluster02/hive_warehouse/client.db/dolphinscheduler/root/resources/ already takes up more than half of the length, leaving very limited space for user-defined content.

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@welsonzhang welsonzhang added improvement make more easy to user or prompt friendly Waiting for reply Waiting for reply labels Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement make more easy to user or prompt friendly Waiting for reply Waiting for reply
Projects
None yet
Development

No branches or pull requests

1 participant