[jira] [Created] (IGNITE-4986) .NET possible affinity resource leak

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-4986) .NET possible affinity resource leak

Anton Vinogradov (Jira)
Alexey Goncharuk created IGNITE-4986:
----------------------------------------

             Summary: .NET possible affinity resource leak
                 Key: IGNITE-4986
                 URL: https://issues.apache.org/jira/browse/IGNITE-4986
             Project: Ignite
          Issue Type: Bug
            Reporter: Alexey Goncharuk
            Assignee: Alexey Goncharuk


Test fails with
{code}
TearDown method failed. HandleRegistry is not empty in grid '' (expected 5, actual 6):
 '[1025, Apache.Ignite.Core.Tests.Cache.Affinity.AffinityFunctionTest+RendezvousAffinityFunctionEx]
[1026, Apache.Ignite.Core.Tests.Cache.Affinity.AffinityFunctionTest+SimpleAffinityFunction]
[1027, Apache.Ignite.Core.Tests.Cache.Affinity.AffinityFunctionTest+SimpleAffinityFunction]
[1028, Apache.Ignite.Core.Tests.Cache.Affinity.AffinityFunctionTest+FailInGetPartitionAffinityFunction]
[1029, Apache.Ignite.Core.Tests.Cache.Affinity.AffinityFunctionTest+RendezvousAffinityFunctionEx]'
   at NUnit.Framework.Assert.Fail(String message, Object[] args)
   at Apache.Ignite.Core.Tests.TestUtils.AssertHandleRegistryHasItems(IIgnite grid, Int32 expectedCount, Int32 timeout) in c:\BuildAgent\work\a9543228d3ee824c\modules\platforms\dotnet\Apache.Ignite.Core.Tests\TestUtils.cs:line 292
   at Apache.Ignite.Core.Tests.Cache.Affinity.AffinityFunctionTest.FixtureTearDown() in c:\BuildAgent\work\a9543228d3ee824c\modules\platforms\dotnet\Apache.Ignite.Core.Tests\Cache\Affinity\AffinityFunctionTest.cs:line 95
{code}
which might indicate that affinity resource is not released in Ignite



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)