-
Notifications
You must be signed in to change notification settings - Fork 144
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
8253714: [cgroups v2] Soft memory limit incorrectly using memory.high #130
Conversation
👋 Welcome back jdowland! A progress list of the required criteria for merging this PR into |
This backport pull request has now been updated with issue and summary from the original commit. |
Webrevs
|
ce82cd3
to
8193b8b
Compare
f1344e0
to
b6adc37
Compare
@jmtd Please do not rebase or force-push to an active PR as it invalidates existing review comments. All changes will be squashed into a single commit automatically when integrating. See OpenJDK Developers’ Guide for more information. |
8193b8b
to
78d9d1e
Compare
b6adc37
to
c6fad8b
Compare
a2bb169
to
5849871
Compare
@jmtd Please do not rebase or force-push to an active PR as it invalidates existing review comments. All changes will be squashed into a single commit automatically when integrating. See OpenJDK Developers’ Guide for more information. |
This is a clean backport and only shuffles paths. Marking as such. |
/clean |
@jerboaa This backport pull request is now marked as clean |
5849871
to
831ee9c
Compare
@jmtd This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
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.
Confirmed clean and approved.
Not sure why it needed 23 commits in this case... :/
@jmtd this pull request can not be integrated into git checkout 8253714-jdk8u-dev
git fetch https://git.openjdk.org/jdk8u-dev pr/121
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge pr/121"
git push |
@gnu-andrew the 23 commits are likely a result of the PR branch and the target branch diverging too much so copies of already merged stuff is showing up. I’ll have to do a manual rebase of the PR before it can be integrated. |
The parent pull request that this pull request depends on has now been integrated and the target branch of this pull request has been updated. This means that changes from the dependent pull request can start to show up as belonging to this pull request, which may be confusing for reviewers. To remedy this situation, simply merge the latest changes from the new target branch into this pull request by running commands similar to these in the local repository for your personal fork: git checkout 8253714-jdk8u-dev
git fetch https://git.openjdk.org/jdk8u-dev master
git merge FETCH_HEAD
# if there are conflicts, follow the instructions given by git merge
git commit -m "Merge master"
git push |
@jmtd Please rebase to latest master. Happy for you to mark as |
The early implementation of cgroups v2 support was done with crun 0.8 and it contained a bug which set memory.high over memory.low when --memory-reservation was being used as a CLI option. This bug has been fixed in later crun versions, starting with crun 0.11. Use memory.low in OpenJDK as well. Backport-of: ff6843ca4842498791061f924c545fa9469cc1dc
c6fad8b
to
0a20fce
Compare
Greatings from Schipol! @jerboaa :
Done
OK /clean
I'm afraid I agree :-( |
@jmtd Please do not rebase or force-push to an active PR as it invalidates existing review comments. All changes will be squashed into a single commit automatically when integrating. See OpenJDK Developers’ Guide for more information. |
@jmtd This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been no new commits pushed to the ➡️ To integrate this PR with the above commit message to the |
@jmtd This backport pull request is already marked as clean |
Looks good. Feel free to integrate. |
/integrate |
Going to push as commit 633acfa.
Your commit was automatically rebased without conflicts. |
This is a backport of a cgroupsv2 related change for jdk8u-dev.
The early implementation of cgroups v2 support was done with crun 0.8 and it contained a bug which set memory.high over memory.low when --memory-reservation was being used as a CLI option.
This bug has been fixed in later crun versions, starting with crun 0.11. Use memory.low in OpenJDK as well.
Backport-of: ff6843ca4842498791061f924c545fa9469cc1dc
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev pull/130/head:pull/130
$ git checkout pull/130
Update a local copy of the PR:
$ git checkout pull/130
$ git pull https://git.openjdk.org/jdk8u-dev pull/130/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 130
View PR using the GUI difftool:
$ git pr show -t 130
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/130.diff