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

Make fuse max reader concurrency configurable #18129

Merged

Conversation

JiamingMai
Copy link
Contributor

@JiamingMai JiamingMai commented Sep 11, 2023

Make fuse max reader concurrency configurable. The default value was 64 and it was unchangeable.

@JiamingMai JiamingMai added the type-feature This issue is a feature request label Sep 11, 2023
@JiamingMai JiamingMai self-assigned this Sep 11, 2023
Comment on lines +8267 to +8268
public static final String FUSE_MAX_READER_CONCURRENCY =
"alluxio.max.fuse.reader.concurrency";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo? I think the convention is to keep the string literal property name the same as the constant's name.

Suggested change
public static final String FUSE_MAX_READER_CONCURRENCY =
"alluxio.max.fuse.reader.concurrency";
public static final String FUSE_MAX_READER_CONCURRENCY =
"alluxio.fuse.max.reader.concurrency";

Copy link
Contributor

@dbw9580 dbw9580 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM except for the comment above

@JiamingMai
Copy link
Contributor Author

alluxio-bot, merge this please

@alluxio-bot alluxio-bot merged commit 71f5708 into Alluxio:main Sep 12, 2023
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-feature This issue is a feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants