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

Thread-safe initialization of InstanceResolverImpl. Fixes #1511. PAYARA-1577 #1516

Merged
merged 2 commits into from
Apr 11, 2017

Conversation

pdudits
Copy link
Contributor

@pdudits pdudits commented Apr 10, 2017

Resolver guarded with proper double-check lock. Field instance only changes when resolver is
initialized, therefore I believe it doesn't need any further synchronization.

Resolver guarded with proper double-check lock. Field instance only changes when resolver is
initialized, therefore I believe it doesn't need any further synchronization.
@payara-ci
Copy link
Contributor

Can one of the admins verify this patch?

@Cousjava
Copy link
Contributor

jenkins test please

@smillidge smillidge added the PR: CLA CLA submitted on PR by the contributor label Apr 10, 2017
@payara-ci
Copy link
Contributor

All tests have passed

Copy link
Contributor

@lprimak lprimak left a comment

Choose a reason for hiding this comment

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

Please add Payara copyright:
Portions Copyright [2016-2017] [Payara Foundation and/or its affiliates]

@Cousjava
Copy link
Contributor

jenkins test please

@payara-ci
Copy link
Contributor

All tests have passed

@smillidge smillidge changed the title Thread-safe initialization of InstanceResolverImpl. Fixes #1511. Thread-safe initialization of InstanceResolverImpl. Fixes #1511. PAYARA-1577 Apr 11, 2017
@smillidge smillidge added this to the Payara 172 milestone Apr 11, 2017
@smillidge smillidge dismissed lprimak’s stale review April 11, 2017 10:11

Changes made

@smillidge smillidge merged commit eb0565b into payara:master Apr 11, 2017
mulderbaba pushed a commit to mulderbaba/Payara that referenced this pull request Apr 13, 2017
… PAYARA-1577 (payara#1516)

* Thread-safe initialization of InstanceResolverImpl. Fixes payara#1511.

Resolver guarded with proper double-check lock. Field instance only changes when resolver is
initialized, therefore I believe it doesn't need any further synchronization.

* Add copyright
Pandrex247 pushed a commit to Pandrex247/Payara that referenced this pull request Jul 4, 2017
… PAYARA-1577 (payara#1516)

* Thread-safe initialization of InstanceResolverImpl. Fixes payara#1511.

Resolver guarded with proper double-check lock. Field instance only changes when resolver is
initialized, therefore I believe it doesn't need any further synchronization.

* Add copyright
lprimak pushed a commit to flowlogix/Payara that referenced this pull request Jul 5, 2017
… PAYARA-1577 (payara#1516)

* Thread-safe initialization of InstanceResolverImpl. Fixes payara#1511.

Resolver guarded with proper double-check lock. Field instance only changes when resolver is
initialized, therefore I believe it doesn't need any further synchronization.

* Add copyright
@pdudits pdudits deleted the issue-1511 branch May 20, 2019 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: CLA CLA submitted on PR by the contributor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants