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

[SMALLFIX] Fix Alluxio/new-contributor-tasks#638 #15039

Closed
wants to merge 1 commit into from
Closed

[SMALLFIX] Fix Alluxio/new-contributor-tasks#638 #15039

wants to merge 1 commit into from

Conversation

lucaspeng12138
Copy link
Contributor

What changes are proposed in this pull request?

Change

.setAlias(new String[] {"alluxio.user.block.master.client.threads"})

from
.setAlias(new String[] {"alluxio.user.block.master.client.threads"})

to
.setAlias("alluxio.user.block.master.client.threads")

Why are the changes needed?

no need to use "new String"

Does this PR introduce any user facing changes?

Fixes Alluxio/Community#638

@alluxio-bot
Copy link
Contributor

Hi @lucaspeng12138, thanks for your contribution!

In order for us to evaluate and accept your PR, we ask that you sign a contribution license agreement. It's all electronic and will take just minutes.

@alluxio-bot
Copy link
Contributor

Automated checks report:

  • Commits associated with Github account: FAIL
    • It looks like your commits can't be linked to a valid Github account.
      Your commits are made with the email [email protected], which does not allow your contribution to be tracked by Github.
      See this link for possible reasons this might be happening.
      To change the author email address that your most recent commit was made under, you can run:
      git -c user.name="Name" -c user.email="Email" commit --amend --reset-author
      See this answer for more details about how to change commit email addresses.
      Once the author email address has been updated, update the pull request by running:
      git push --force https://github.com/lucaspeng12138/alluxio.git master
  • PR title follows the conventions: PASS

Some checks failed. Please fix the reported issues and reply 'alluxio-bot, check this please' to re-run checks.

@lucaspeng12138
Copy link
Contributor Author

lucaspeng12138 commented Feb 23, 2022 via email

@alluxio-bot
Copy link
Contributor

You did it @lucaspeng12138!

Thank you for signing the Contribution License Agreement.

This pull request was closed.
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.

Remove redundant array creation in PropertyKey.java
2 participants