-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
fix(NA): apply ipv4 first dns result order for worker threads #163484
fix(NA): apply ipv4 first dns result order for worker threads #163484
Conversation
Pinging @elastic/kibana-operations (Team:Operations) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing this 👍
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: |
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…c#163484) This PR is a follow up of elastic#163025 as we discover the initial fix doesn't apply correctly to working threads during development. (cherry picked from commit f4856f7) # Conflicts: # src/setup_node_env/index.js
…c#163484) This PR is a follow up of elastic#163025 as we discover the initial fix doesn't apply correctly to working threads during development. (cherry picked from commit f4856f7) # Conflicts: # src/setup_node_env/index.js
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…c#163484) This PR is a follow up of elastic#163025 as we discover the initial fix doesn't apply correctly to working threads during development.
…163484) (#163512) # Backport This will backport the following commits from `main` to `8.9`: - [fix(NA): apply ipv4 first dns result order for worker threads (#163484)](#163484) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Tiago Costa","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-08-09T15:49:57Z","message":"fix(NA): apply ipv4 first dns result order for worker threads (#163484)\n\nThis PR is a follow up of https://github.com/elastic/kibana/pull/163025\r\nas we discover the initial fix doesn't apply correctly to working\r\nthreads during development.","sha":"f4856f74784cf5ca2094f2f54a6d86f2aff3335a","branchLabelMapping":{"^v8.10.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","Team:Operations","release_note:skip","backport:all-open","v8.10.0"],"number":163484,"url":"https://github.com/elastic/kibana/pull/163484","mergeCommit":{"message":"fix(NA): apply ipv4 first dns result order for worker threads (#163484)\n\nThis PR is a follow up of https://github.com/elastic/kibana/pull/163025\r\nas we discover the initial fix doesn't apply correctly to working\r\nthreads during development.","sha":"f4856f74784cf5ca2094f2f54a6d86f2aff3335a"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.10.0","labelRegex":"^v8.10.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/163484","number":163484,"mergeCommit":{"message":"fix(NA): apply ipv4 first dns result order for worker threads (#163484)\n\nThis PR is a follow up of https://github.com/elastic/kibana/pull/163025\r\nas we discover the initial fix doesn't apply correctly to working\r\nthreads during development.","sha":"f4856f74784cf5ca2094f2f54a6d86f2aff3335a"}}]}] BACKPORT-->
…163484) (#163513) # Backport This will backport the following commits from `main` to `7.17`: - [fix(NA): apply ipv4 first dns result order for worker threads (#163484)](#163484) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Tiago Costa","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-08-09T15:49:57Z","message":"fix(NA): apply ipv4 first dns result order for worker threads (#163484)\n\nThis PR is a follow up of https://github.com/elastic/kibana/pull/163025\r\nas we discover the initial fix doesn't apply correctly to working\r\nthreads during development.","sha":"f4856f74784cf5ca2094f2f54a6d86f2aff3335a","branchLabelMapping":{"^v8.10.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","Team:Operations","release_note:skip","backport:all-open","v8.10.0"],"number":163484,"url":"https://github.com/elastic/kibana/pull/163484","mergeCommit":{"message":"fix(NA): apply ipv4 first dns result order for worker threads (#163484)\n\nThis PR is a follow up of https://github.com/elastic/kibana/pull/163025\r\nas we discover the initial fix doesn't apply correctly to working\r\nthreads during development.","sha":"f4856f74784cf5ca2094f2f54a6d86f2aff3335a"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.10.0","labelRegex":"^v8.10.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/163484","number":163484,"mergeCommit":{"message":"fix(NA): apply ipv4 first dns result order for worker threads (#163484)\n\nThis PR is a follow up of https://github.com/elastic/kibana/pull/163025\r\nas we discover the initial fix doesn't apply correctly to working\r\nthreads during development.","sha":"f4856f74784cf5ca2094f2f54a6d86f2aff3335a"}},{"url":"https://github.com/elastic/kibana/pull/163512","number":163512,"branch":"8.9","state":"OPEN"}]}] BACKPORT-->
This PR is a follow up of #163025 as we discover the initial fix doesn't apply correctly to working threads during development.