[ 
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 GridCommunicationClient are registered 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.

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.


> Fix race condition during Communication Node Client creation
> ------------------------------------------------------------
>
>                 Key: IGNITE-28222
>                 URL: https://issues.apache.org/jira/browse/IGNITE-28222
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Mikhail Petrov
>            Assignee: Mikhail Petrov
>            Priority: Major
>              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 GridCommunicationClient are registered concurrently.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to