[
https://issues.apache.org/jira/browse/IGNITE-28222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mikhail Petrov updated IGNITE-28222:
------------------------------------
Description:
We need to fix flaky
CommunicationConnectionPoolMetricsTest#testRemovedConnectionMetrics see
https://ci2.ignite.apache.org/project.html?projectId=IgniteTests24Java8&testNameId=-7436218277276990645&tab=testDetails
for more details.
The test failures are caused by a race condition in the
ConnectionClientPool#addNodeClient method.
Currently, a GridCommunicationClient may not be added to the "client" map, if
multiple clients are added concurrently.
was:We need to fix flaky
CommunicationConnectionPoolMetricsTest#testRemovedConnectionMetrics see
https://ci2.ignite.apache.org/project.html?projectId=IgniteTests24Java8&testNameId=-7436218277276990645&tab=testDetails
for more details.
Summary: Fix race condition during Communication Node Client creation
(was: Fix flaky
CommunicationConnectionPoolMetricsTest#testRemovedConnectionMetrics)
> Fix race condition during Communication Node Client creation
> ------------------------------------------------------------
>
> Key: IGNITE-28222
> URL: https://issues.apache.org/jira/browse/IGNITE-28222
> Project: Ignite
> Issue Type: Test
> Reporter: Mikhail Petrov
> Assignee: Mikhail Petrov
> Priority: Minor
> Labels: ise
> Fix For: 2.19
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> We need to fix flaky
> CommunicationConnectionPoolMetricsTest#testRemovedConnectionMetrics see
> https://ci2.ignite.apache.org/project.html?projectId=IgniteTests24Java8&testNameId=-7436218277276990645&tab=testDetails
> for more details.
> The test failures are caused by a race condition in the
> ConnectionClientPool#addNodeClient method.
> Currently, a GridCommunicationClient may not be added to the "client" map, if
> multiple clients are added concurrently.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)