You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ignite TC Bot (Jira)" <ji...@apache.org> on 2020/06/03 12:09:00 UTC

[jira] [Commented] (IGNITE-13105) Spring data 2.0 IgniteRepositoryQuery#transformQueryCursor contains cursor leak

    [ https://issues.apache.org/jira/browse/IGNITE-13105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17124899#comment-17124899 ] 

Ignite TC Bot commented on IGNITE-13105:
----------------------------------------

{panel:title=Branch: [pull/7888/head] Base: [master] : Possible Blockers (5)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}Cache 6{color} [[tests 1|https://ci.ignite.apache.org/viewLog.html?buildId=5360572]]
* IgniteCacheTestSuite6: IgniteExchangeLatchManagerCoordinatorFailTest.testCoordinatorFail1 - Test has low fail rate in base branch 2,0% and is not flaky

{color:#d04437}Cache 5{color} [[tests 1|https://ci.ignite.apache.org/viewLog.html?buildId=5360302]]
* IgniteCacheTestSuite5: GridExchangeFreeCellularSwitchComplexOperationsTest.testComplexOperationsRecoveryOnCellularSwitch[Isolation = PESSIMISTIC, Concurrency = REPEATABLE_READ, Started from = PRIMARY] - Test has low fail rate in base branch 0,0% and is not flaky

{color:#d04437}Queries 1{color} [[tests 2|https://ci.ignite.apache.org/viewLog.html?buildId=5360825]]
* IgniteBinaryCacheQueryTestSuite: IgniteCacheDistributedPartitionQueryNodeRestartsSelfTest.testJoinQueryUnstableTopology - Test has low fail rate in base branch 0,0% and is not flaky
* IgniteBinaryCacheQueryTestSuite: near.IgniteCacheDistributedPartitionQueryNodeRestartsSelfTest - History for base branch is absent.

{color:#d04437}Basic 1{color} [[tests 1|https://ci.ignite.apache.org/viewLog.html?buildId=5360823]]
* IgniteBasicTestSuite: GridVersionSelfTest.testVersions - Test has low fail rate in base branch 2,5% and is not flaky

{panel}
[TeamCity *--&gt; Run :: All* Results|https://ci.ignite.apache.org/viewLog.html?buildId=5358513&amp;buildTypeId=IgniteTests24Java8_RunAll]

> Spring data 2.0 IgniteRepositoryQuery#transformQueryCursor contains cursor leak
> -------------------------------------------------------------------------------
>
>                 Key: IGNITE-13105
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13105
>             Project: Ignite
>          Issue Type: Improvement
>          Components: springdata
>    Affects Versions: 2.8.1
>            Reporter: Alexey Kuznetsov
>            Assignee: Alexey Kuznetsov
>            Priority: Critical
>             Fix For: 2.9
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> This code produce cursor leak in RunningQueryManager:
> If result set contains one ore more rows.
> {code}
>                 case ONE_VALUE:
>                     Iterator<List> iter = qryIter.iterator();
>                     if (iter.hasNext())
>                         return iter.next().get(0);
>                     return null;
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)