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

IGNITE-8587 GridToStringBuilder use ConcurrentHashMap to avoid global… #4059

Closed
wants to merge 1 commit into from

Conversation

macrergate
Copy link
Contributor

… locks on classCache

finally {
rwLock.readLock().unlock();
}
cd = classCache.get(key);
Copy link
Contributor

Choose a reason for hiding this comment

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

I would suggest here putIfAbsent

… locks on classCache

IGNITE-8587 GridToStringBuilder use ConcurrentHashMap to avoid global locks on classCache
@asfgit asfgit closed this in ecd8261 Jun 6, 2018
macrergate pushed a commit to gridgain/apache-ignite that referenced this pull request Jun 6, 2018
… locks on classCache

IGNITE-8587 GridToStringBuilder use ConcurrentHashMap to avoid global locks on classCache - Fixes apache#4059.

Signed-off-by: Alexey Goncharuk <alexey.goncharuk@gmail.com>
(cherry picked from commit ecd8261)
macrergate pushed a commit to gridgain/apache-ignite that referenced this pull request Jun 6, 2018
… locks on classCache - Fixes apache#4059.

Signed-off-by: Alexey Goncharuk <alexey.goncharuk@gmail.com>
(cherry picked from commit ecd8261)
macrergate pushed a commit to gridgain/apache-ignite that referenced this pull request Jun 6, 2018
… locks on classCache - Fixes apache#4059.

Signed-off-by: Alexey Goncharuk <alexey.goncharuk@gmail.com>
(cherry picked from commit ecd8261)
ldzhjn pushed a commit to ldzhjn/ignite that referenced this pull request Jun 15, 2018
… locks on classCache

IGNITE-8587 GridToStringBuilder use ConcurrentHashMap to avoid global locks on classCache - Fixes apache#4059.

Signed-off-by: Alexey Goncharuk <alexey.goncharuk@gmail.com>
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.

None yet

2 participants