[GitHub] ignite pull request #3468: IGNITE-7508: Fix contention on system property ac...

2018-02-07 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/ignite/pull/3468


---


[GitHub] ignite pull request #3468: IGNITE-7508: Fix contention on system property ac...

2018-02-02 Thread AMashenkov
GitHub user AMashenkov opened a pull request:

https://github.com/apache/ignite/pull/3468

IGNITE-7508: Fix contention on system property access in 
GridKernalContextImpl::isDaemon()

Fixed.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gridgain/apache-ignite ignite-7508

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/ignite/pull/3468.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #3468


commit a78297bf6a531bf5b1d7764637a31542c029c754
Author: Andrey V. Mashenkov 
Date:   2018-02-02T13:57:05Z

IGNITE-7508: Fix contention on system property access in 
GridKernalContextImpl::isDaemon().




---