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

Add InetAddress.getLocalHost().getCanonicalHostName() for TestRackawareEnsemblePlacementPolicy#updateMyRack. #4213

Merged
merged 1 commit into from
Feb 20, 2024

Conversation

horizonzy
Copy link
Member

The method InetAddress.getLocalHost().getHostName() result may be different from InetAddress.getLocalHost().getCanonicalHostName().

In the laptop, the method InetAddress.getLocalHost().getHostName() return horizondeMBP, the method InetAddress.getLocalHost().getCanonicalHostName() return horizondembp.

We should also update the rack for InetAddress.getLocalHost().getCanonicalHostName().

@horizonzy horizonzy changed the title Add InetAddress.getLocalHost().getCanonicalHostName() for UpdateMyRack. Add InetAddress.getLocalHost().getCanonicalHostName() for TestRackawareEnsemblePlacementPolicy#updateMyRack. Feb 20, 2024
@merlimat merlimat merged commit 978414f into apache:master Feb 20, 2024
20 checks passed
Ghatage pushed a commit to sijie/bookkeeper that referenced this pull request Jul 12, 2024
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.

None yet

3 participants