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

Remove alluxio.user.hostname from alluxio/conf/RemovedKey.java #610

Closed
LuQQiu opened this issue Aug 25, 2021 · 1 comment · Fixed by Alluxio/alluxio#14460
Closed

Remove alluxio.user.hostname from alluxio/conf/RemovedKey.java #610

LuQQiu opened this issue Aug 25, 2021 · 1 comment · Fixed by Alluxio/alluxio#14460

Comments

@LuQQiu
Copy link
Collaborator

LuQQiu commented Aug 25, 2021

alluxio.user.hostname is not deprecated and is still used
remove the line

      put("alluxio.user.hostname",
          replacedSince(V2_0_0, PropertyKey.LOCALITY_TIER_NODE.getName()));
@Xaprice
Copy link

Xaprice commented Nov 7, 2021

/assign @Xaprice

alluxio-bot pushed a commit to Alluxio/alluxio that referenced this issue Dec 8, 2021
Fix Alluxio/Community#610

alluxio.user.hostname is not deprecated and is still used.
So remove it from REMOVED_KEYS of alluxio.conf.RemovedKey.

pr-link: #14460
change-id: cid-fd7c84df73a84cba5376d25a65c2e6ee97781753
@LuQQiu LuQQiu closed this as completed Dec 8, 2021
yyongycy pushed a commit to yyongycy/alluxio that referenced this issue Jan 6, 2022
Fix Alluxio/Community#610

alluxio.user.hostname is not deprecated and is still used.
So remove it from REMOVED_KEYS of alluxio.conf.RemovedKey.

pr-link: Alluxio#14460
change-id: cid-fd7c84df73a84cba5376d25a65c2e6ee97781753
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants