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

PAYARA-2541 synch HK2 Dom class race condition #2512

Merged

Conversation

lprimak
Copy link
Contributor

@lprimak lprimak commented Mar 8, 2018

synchronized all getter access to the Dom class due to Dom not being thread-safe, as per PAYARA-2541

@lprimak lprimak changed the base branch from Payara4 to master March 8, 2018 01:53
@lprimak lprimak requested a review from MattGill98 March 8, 2018 01:53
@lprimak
Copy link
Contributor Author

lprimak commented Mar 8, 2018

jenkins test

@payara-ci
Copy link
Contributor

Quick build and test failed!

@lprimak
Copy link
Contributor Author

lprimak commented Mar 8, 2018

jenkins test

@lprimak lprimak self-assigned this Mar 8, 2018
@lprimak lprimak added this to the Payara 5.182 milestone Mar 8, 2018
@payara-ci
Copy link
Contributor

Quick build and test failed!

Copy link
Contributor

@MattGill98 MattGill98 left a comment

Choose a reason for hiding this comment

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

No problem with the changes, they seem to make sense. Just one missed copyright header!

@@ -226,9 +226,16 @@ public static ThreadPool findThreadPool(NetworkListener listener) {
List<ThreadPool> list = listeners.getThreadPool();
Copy link
Contributor

Choose a reason for hiding this comment

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

Needs copyright header.

@lprimak
Copy link
Contributor Author

lprimak commented Mar 8, 2018

jenkins test

@lprimak
Copy link
Contributor Author

lprimak commented Mar 8, 2018

jenkins test

@lprimak lprimak dismissed MattGill98’s stale review March 8, 2018 18:42

Issue fixed, please re-review, thanks!

@lprimak
Copy link
Contributor Author

lprimak commented Mar 8, 2018

jenkins test

@payara-ci
Copy link
Contributor

Quick build and test passed!

@lprimak lprimak requested a review from MattGill98 March 8, 2018 18:59
@payara-ci
Copy link
Contributor

Quick build and test passed!

Copy link
Contributor

@MattGill98 MattGill98 left a comment

Choose a reason for hiding this comment

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

Looks good to me!

@lprimak lprimak merged commit 5e16582 into payara:master Mar 13, 2018
@fturizo fturizo removed the 4:Ready label Mar 13, 2018
@lprimak lprimak deleted the PAYARA-2541-GrizzlyRaceCondition-Startup branch November 28, 2020 05:22
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.

4 participants