Skip to content

Conversation

@dhanalla
Copy link

@dhanalla dhanalla commented Dec 15, 2023

Issue: JDK-8155590 Dubious collection management in sun.net.www.http.KeepAliveCache

Backport 2e31cc7ee1b875af7c7b3a5367ac8056fbc60650


Progress

  • Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue
  • JDK-8155590 needs maintainer approval

Issue

  • JDK-8155590: Dubious collection management in sun.net.www.http.KeepAliveCache (Bug - P4 - Approved)

Reviewers

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev.git pull/407/head:pull/407
$ git checkout pull/407

Update a local copy of the PR:
$ git checkout pull/407
$ git pull https://git.openjdk.org/jdk8u-dev.git pull/407/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 407

View PR using the GUI difftool:
$ git pr show -t 407

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/407.diff

Webrev

Link to Webrev Comment

@bridgekeeper
Copy link

bridgekeeper bot commented Dec 15, 2023

👋 Welcome back dhanalla! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@dhanalla dhanalla changed the title Backport of 2e31cc7ee1b875af7c7b3a5367ac8056fbc60650 8155590: Dubious collection management in sun.net.www.http.KeepAliveCache Dec 15, 2023
@openjdk openjdk bot added the rfr Pull request is ready for review label Dec 15, 2023
@mlbridge
Copy link

mlbridge bot commented Dec 15, 2023

Webrevs

@jerboaa
Copy link
Contributor

jerboaa commented Jan 10, 2024

@dhanalla Please use Backport 2e31cc7ee1b875af7c7b3a5367ac8056fbc60650 as the PR title so that the patch gets properly recognized as a backport.

@dhanalla dhanalla changed the title 8155590: Dubious collection management in sun.net.www.http.KeepAliveCache Backport 2e31cc7ee1b875af7c7b3a5367ac8056fbc60650 Jan 10, 2024
@openjdk openjdk bot changed the title Backport 2e31cc7ee1b875af7c7b3a5367ac8056fbc60650 8155590: Dubious collection management in sun.net.www.http.KeepAliveCache Jan 10, 2024
@openjdk
Copy link

openjdk bot commented Jan 10, 2024

This backport pull request has now been updated with issue from the original commit.

@openjdk openjdk bot added the backport Port of a pull request already in a different code base label Jan 10, 2024
@dhanalla
Copy link
Author

@dhanalla Please use Backport 2e31cc7ee1b875af7c7b3a5367ac8056fbc60650 as the PR title so that the patch gets properly recognized as a backport.

Done, Thanks @jerboaa for reviewing this PR.

Copy link
Contributor

@jerboaa jerboaa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This patch seems fine to me.

@openjdk
Copy link

openjdk bot commented Jan 10, 2024

⚠️ @dhanalla This change is now ready for you to apply for maintainer approval. This can be done directly in each associated issue or by using the /approval command.

@dhanalla
Copy link
Author

This patch seems fine to me.

Thanks @jerboaa for reviewing this PR.
Can you please review the main PR #409 that depends on this one.

@dhanalla
Copy link
Author

/approval

@openjdk
Copy link

openjdk bot commented Jan 31, 2024

@dhanalla usage: /approval [<id>] (request|cancel) [<text>]

@dhanalla
Copy link
Author

dhanalla commented Feb 2, 2024

/approval request Backport of bug [JDK-8155590] Dubious collection management in sun.net.www.http.KeepAliveCache

@openjdk
Copy link

openjdk bot commented Feb 2, 2024

@dhanalla
8155590: The approval request has been created successfully.

@openjdk openjdk bot added the approval Requires approval; will be removed when approval is received label Feb 2, 2024
@jerboaa
Copy link
Contributor

jerboaa commented Feb 5, 2024

/approval request Backport of bug [JDK-8155590] Dubious collection management in sun.net.www.http.KeepAliveCache

@dhanalla Fix request comments should be more than stating the obvious, please. See: https://openjdk.org/projects/jdk-updates/approval.html Mention the testing you've done and the risk you estimate for getting this integrated.

@dhanalla
Copy link
Author

dhanalla commented Feb 6, 2024

/approval request Backport of bug [JDK-8155590] Dubious collection management in sun.net.www.http.KeepAliveCache

@dhanalla Fix request comments should be more than stating the obvious, please. See: https://openjdk.org/projects/jdk-updates/approval.html Mention the testing you've done and the risk you estimate for getting this integrated.

Thanks @jerboaa , Updated the bug with a comment requesting the fix.

@openjdk
Copy link

openjdk bot commented Feb 6, 2024

@dhanalla This change now passes all automated pre-integration checks.

After integration, the commit message for the final commit will be:

8155590: Dubious collection management in sun.net.www.http.KeepAliveCache

Reviewed-by: sgehwolf

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 21 new commits pushed to the master branch:

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 (@jerboaa) but any other Committer may sponsor as well.

➡️ To flag this PR as ready for integration with the above commit message, type /integrate in a new comment. (Afterwards, your sponsor types /sponsor in a new comment to perform the integration).

@openjdk openjdk bot added ready Pull request is ready to be integrated and removed approval Requires approval; will be removed when approval is received labels Feb 6, 2024
@dhanalla
Copy link
Author

dhanalla commented Feb 6, 2024

/integrate

@openjdk openjdk bot added the sponsor Pull request is ready to be sponsored label Feb 6, 2024
@openjdk
Copy link

openjdk bot commented Feb 6, 2024

@dhanalla
Your change (at version 0ef34e3) is now ready to be sponsored by a Committer.

@jerboaa
Copy link
Contributor

jerboaa commented Feb 8, 2024

/sponsor

@openjdk
Copy link

openjdk bot commented Feb 8, 2024

Going to push as commit cfed45d.
Since your change was applied there have been 23 commits pushed to the master branch:

Your commit was automatically rebased without conflicts.

@openjdk openjdk bot added the integrated Pull request has been integrated label Feb 8, 2024
@openjdk openjdk bot closed this Feb 8, 2024
@openjdk openjdk bot removed ready Pull request is ready to be integrated rfr Pull request is ready for review sponsor Pull request is ready to be sponsored labels Feb 8, 2024
@openjdk
Copy link

openjdk bot commented Feb 8, 2024

@jerboaa @dhanalla Pushed as commit cfed45d.

💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport Port of a pull request already in a different code base integrated Pull request has been integrated

Development

Successfully merging this pull request may close these issues.

2 participants