-
Notifications
You must be signed in to change notification settings - Fork 155
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
8049228: Improve multithreaded scalability of InetAddress cache #70
Conversation
👋 Welcome back lusou-zhangquan! A progress list of the required criteria for merging this PR into |
a98fb5c
to
799a4f3
Compare
Webrevs
|
Please change the PR title to |
This backport pull request has now been updated with issues from the original commit. |
@jerboaa PR title has been changed as your advise, but I have no idea about how to close the manual bug JDK-8288718 I created. Could you please provide any suggestions? |
799a4f3
to
5fbde71
Compare
@lusou-zhangquan 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. |
I've closed it as a duplicate for you now. |
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.
Looks fine, but please run at least tier1 tests.
Backport-of 250fbb065a789a303d692d698c9b69117bf6cd2c
5fbde71
to
0846705
Compare
@lusou-zhangquan 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. |
Thanks a lot. Won't make similar mistakes next time. |
Re-run the gate and passed. Please take a look again. |
@phohensee Please take a look at this PR again, thanks a lot. |
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.
Lgtm.
@lusou-zhangquan 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 43 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@phohensee, @gnu-andrew) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
/integrate |
@lusou-zhangquan |
@lusou-zhangquan Please only issue /integrate once you have |
@ lusou-zhangquan, I strongly suspect the copyright date conflict in InetAddressCachePolicy.java would cause a merge failure if I sponsored this. Once you fix it I'll re-review and sponsor. |
This bug is reproduced in our DNS service, which is running on jdk8 and hard to be upgraded to newer versions. So we hope to backport it and eliminate this potential risk for all jdk8 users. |
Copyright date has been updated in latest commit, thanks for your suggestion. |
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.
Wait, what? Why are we changing the copyright dates? This is not part of the original patch. Please revert this change.
/reviewers 2 reviewer |
@gnu-andrew |
That was my bad. Somehow I thought the original patch updated the copyright date. Please revert to the previous version. |
This reverts commit 68cb8d3.
No worries. I just couldn't work out the issue you were referring to and indeed there is no 2022 bump in the original patch. |
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.
Ok, let's try again :)
Just need an integrate comment. :) |
/summary Reviewed-by: phh, andrew |
@lusou-zhangquan Setting summary to:
|
/summary |
I intended to update summary of this PR with this
Is this my operation fault or jcheck bug? Could anybody help to solve this problem. Thanks a lot. |
Don't set the commit message like that using |
/summary |
@lusou-zhangquan It looks like that has broken the bots. Best to file a SKARA issue here: https://bugs.openjdk.org/browse/SKARA if you can't create issues, I can help with that. |
It's probably simpler to just open a fresh PR. |
Close this PR and open a fresh one because of broken bots. |
@lusou-zhangquan Removing existing summary |
@jerboaa Only the author (@lusou-zhangquan) is allowed to issue the |
Backport JDK-8049228 to improve multithreaded scalability of InetAddress cache
Backport-of 250fbb065a789a303d692d698c9b69117bf6cd2c
Progress
Issues
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev pull/70/head:pull/70
$ git checkout pull/70
Update a local copy of the PR:
$ git checkout pull/70
$ git pull https://git.openjdk.org/jdk8u-dev pull/70/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 70
View PR using the GUI difftool:
$ git pr show -t 70
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/70.diff