[ https://issues.apache.org/jira/browse/IGNITE-25163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pavel Tupitsyn updated IGNITE-25163: ------------------------------------ Description: {code} System.Collections.Generic.KeyNotFoundException : The given key 'connections-lost_client.id=f934a339-c251-4149-b5dd-8ab2150ab5c2,node.addr=127.0.0.1:40637' was not present in the dictionary. at System.Collections.Concurrent.ConcurrentDictionary`2.ThrowKeyNotFoundException(TKey key) at System.Collections.Concurrent.ConcurrentDictionary`2.get_Item(TKey key) at Apache.Ignite.Tests.MetricsTests.Listener.AssertTaggedMetric(String name, Int32 value, String nodeAddr, Nullable`1 clientId) in /opt/buildagent/work/1f60a66cd94efdef/gridgain-9/modules/platforms/dotnet/Apache.Ignite.Tests/MetricsTests.cs:line 429 at Apache.Ignite.Tests.MetricsTests.AssertTaggedMetric(String name, Int32 value, String nodeAddr, Nullable`1 clientId) in /opt/buildagent/work/1f60a66cd94efdef/gridgain-9/modules/platforms/dotnet/Apache.Ignite.Tests/MetricsTests.cs:line 370 at Apache.Ignite.Tests.MetricsTests.AssertTaggedMetric(String name, Int32 value, FakeServer server, IIgniteClient client) in /opt/buildagent/work/1f60a66cd94efdef/gridgain-9/modules/platforms/dotnet/Apache.Ignite.Tests/MetricsTests.cs:line 367 at Apache.Ignite.Tests.MetricsTests.TestConnectionsLost() in /opt/buildagent/work/1f60a66cd94efdef/gridgain-9/modules/platforms/dotnet/Apache.Ignite.Tests/MetricsTests.cs:line 116 {code} > .NET: MetricsTests are flaky > ---------------------------- > > Key: IGNITE-25163 > URL: https://issues.apache.org/jira/browse/IGNITE-25163 > Project: Ignite > Issue Type: Bug > Components: platforms, thin client > Affects Versions: 3.0 > Reporter: Pavel Tupitsyn > Assignee: Pavel Tupitsyn > Priority: Major > Labels: ignite-3 > Fix For: 3.1 > > > {code} > System.Collections.Generic.KeyNotFoundException : The given key > 'connections-lost_client.id=f934a339-c251-4149-b5dd-8ab2150ab5c2,node.addr=127.0.0.1:40637' > was not present in the dictionary. > at > System.Collections.Concurrent.ConcurrentDictionary`2.ThrowKeyNotFoundException(TKey > key) > at System.Collections.Concurrent.ConcurrentDictionary`2.get_Item(TKey key) > at Apache.Ignite.Tests.MetricsTests.Listener.AssertTaggedMetric(String > name, Int32 value, String nodeAddr, Nullable`1 clientId) in > /opt/buildagent/work/1f60a66cd94efdef/gridgain-9/modules/platforms/dotnet/Apache.Ignite.Tests/MetricsTests.cs:line > 429 > at Apache.Ignite.Tests.MetricsTests.AssertTaggedMetric(String name, Int32 > value, String nodeAddr, Nullable`1 clientId) in > /opt/buildagent/work/1f60a66cd94efdef/gridgain-9/modules/platforms/dotnet/Apache.Ignite.Tests/MetricsTests.cs:line > 370 > at Apache.Ignite.Tests.MetricsTests.AssertTaggedMetric(String name, Int32 > value, FakeServer server, IIgniteClient client) in > /opt/buildagent/work/1f60a66cd94efdef/gridgain-9/modules/platforms/dotnet/Apache.Ignite.Tests/MetricsTests.cs:line > 367 > at Apache.Ignite.Tests.MetricsTests.TestConnectionsLost() in > /opt/buildagent/work/1f60a66cd94efdef/gridgain-9/modules/platforms/dotnet/Apache.Ignite.Tests/MetricsTests.cs:line > 116 > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)