Allow windows hosts file for netty dns resolving#73541
Closed
rjernst wants to merge 5 commits intoelastic:masterfrom
Closed
Allow windows hosts file for netty dns resolving#73541rjernst wants to merge 5 commits intoelastic:masterfrom
rjernst wants to merge 5 commits intoelastic:masterfrom
Conversation
The update of the Azure SDK to 12.11.1 started using the netty dns resolver. This reads /etc/hosts on nix machines. But we also need to account for Windows machines, which have a similar hosts file. closes elastic#73539
Collaborator
|
Pinging @elastic/es-distributed (Team:Distributed) |
Contributor
|
@elasticmachine run elasticsearch-ci/part-1-windows |
Member
Author
|
@elasticmachine run elasticsearch-ci/part-2-windows |
1 similar comment
Member
Author
|
@elasticmachine run elasticsearch-ci/part-2-windows |
Contributor
|
It seems like the SecurityManager is still unhappy about the read permissions 🤔 @rjernst |
Member
Author
|
@elasticmachine run elasticsearch-ci/part-2-windows |
Member
Author
|
The Azure upgrade that necessitated this resolving is being reverted (#73837). Closing this PR as it is no longer necessary until Azure is upgraded again. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The update of the Azure SDK to 12.11.1 started using the netty dns
resolver. This reads /etc/hosts on nix machines. But we also need to
account for Windows machines, which have a similar hosts file.
closes #73539