Skip to content

[8.3] gomaxprocs: Use a ticker (30s) to set gomaxprocs (backport #8278)#8343

Merged
axw merged 1 commit into8.3from
mergify/bp/8.3/pr-8278
Jun 9, 2022
Merged

[8.3] gomaxprocs: Use a ticker (30s) to set gomaxprocs (backport #8278)#8343
axw merged 1 commit into8.3from
mergify/bp/8.3/pr-8278

Conversation

@mergify
Copy link
Copy Markdown
Contributor

@mergify mergify bot commented Jun 8, 2022

This is an automatic backport of pull request #8278 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

Adds a new goroutine which tries to refresh the gomaxprocs setting every
`30s`. This accounts for cases where the CFS quotas may be refreshed
without the APM Server process being restarted (like in ESS / ECE).

Signed-off-by: Marc Lopez Rubio <marc5.12@outlook.com>
(cherry picked from commit c61dd3a)
@mergify mergify bot assigned marclop Jun 8, 2022
@ghost
Copy link
Copy Markdown

ghost commented Jun 8, 2022

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2022-06-08T21:07:41.129+0000

  • Duration: 27 min 25 sec

Test stats 🧪

Test Results
Failed 0
Passed 4035
Skipped 13
Total 4048

🤖 GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

  • /hey-apm : Run the hey-apm benchmark.

  • /package : Generate and publish the docker images.

  • /test windows : Build & tests on Windows.

  • run elasticsearch-ci/docs : Re-trigger the docs validation. (use unformatted text in the comment!)

@ghost
Copy link
Copy Markdown

ghost commented Jun 8, 2022

🌐 Coverage report

Name Metrics % (covered/total) Diff
Packages 100.0% (42/42) 💚
Files 91.96% (183/199) 👍
Classes 93.421% (426/456) 👍
Methods 89.2% (1082/1213) 👎 -0.065
Lines 76.773% (13172/17157) 👎 -0.027
Conditionals 100.0% (0/0) 💚

@axw axw merged commit 7cd0489 into 8.3 Jun 9, 2022
@axw axw deleted the mergify/bp/8.3/pr-8278 branch June 9, 2022 00:15
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.

2 participants