Skip to content
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 #23654 org.glassfish.deployment.admin.DeployCommand is leaked #23656

Merged
merged 1 commit into from
Oct 14, 2021

Conversation

11rx4f
Copy link
Contributor

@11rx4f 11rx4f commented Oct 14, 2021

When deploy is executed, a DeployCommand instance is stored in FileArchive#archiveMetaData.
In redeploy process, the DeployCommand instance is not removed, but new instance is stored in the archiveMetaData, so the old one leaks.

QuickLookTest has passed in local.

…s leaked

Signed-off-by: 11rx4f <ryosuke.okada@fujitsu.com>
@glassfish-bot
Copy link
Contributor

Can one of the admins verify this patch?

@dmatej dmatej merged commit 13df845 into eclipse-ee4j:master Oct 14, 2021
@11rx4f 11rx4f deleted the 23654 branch October 14, 2021 08:22
@arjantijms arjantijms added this to the 6.2.3 milestone Oct 19, 2021
@arjantijms arjantijms added the bug Something isn't working label Oct 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

org.glassfish.deployment.admin.DeployCommand is leaked
4 participants