[
https://issues.apache.org/jira/browse/IGNITE-9517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16687541#comment-16687541
]
ASF GitHub Bot commented on IGNITE-9517:
----------------------------------------
GitHub user shroman opened a pull request:
https://github.com/apache/ignite/pull/5397
IGNITE-9517: Replace uses of ConcurrentHashSet with GridConcurrentHas…
…hSet in tests.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shroman/ignite IGNITE-9517
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/5397.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 #5397
----
commit 981afa9ccd53bcd3db5e6e31eac7c63e44aebafb
Author: shroman <rshtykh@...>
Date: 2018-11-15T06:34:11Z
IGNITE-9517: Replace uses of ConcurrentHashSet with GridConcurrentHashSet
in tests.
----
> Replace uses of ConcurrentHashSet with GridConcurrentHashSet in tests
> ---------------------------------------------------------------------
>
> Key: IGNITE-9517
> URL: https://issues.apache.org/jira/browse/IGNITE-9517
> Project: Ignite
> Issue Type: Improvement
> Reporter: Ilya Kasnacheev
> Assignee: Roman Shtykh
> Priority: Major
> Labels: test
>
> There are numerous tests where org.eclipse.jetty.util.ConcurrentHashSet is
> used.
> We should not refer to jetty's utils and use our GridConcurrentHashSet
> instead.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)