[GitHub] ignite pull request #4059: IGNITE-8587 GridToStringBuilder use ConcurrentHas...

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

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


---


[GitHub] ignite pull request #4059: IGNITE-8587 GridToStringBuilder use ConcurrentHas...

2018-05-24 Thread macrergate
GitHub user macrergate opened a pull request:

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

IGNITE-8587 GridToStringBuilder use ConcurrentHashMap to avoid global…

… locks on classCache

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

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

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

https://github.com/apache/ignite/pull/4059.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 #4059


commit 9db962835f49bc08a63f05b0e3f98ff5bdea
Author: Sergey Kosarev 
Date:   2018-05-24T08:56:12Z

IGNITE-8587 GridToStringBuilder use ConcurrentHashMap to avoid global locks 
on classCache




---