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

Dmitriy Pavlov commented on IGNITE-8900:
----------------------------------------

[~ilantukh] [~DmitriyGovorukhin], there is a number of suspicious tests
{noformat}

 Continuous Query 1 [ tests 2 ]  
 IgniteCacheQuerySelfTestSuite3: 
GridCacheContinuousQueryConcurrentTest.testRestartReplicated   (fail rate 0,0%) 
                 
 Hadoop [ tests 1 ]   
 IgniteHadoopTestSuite: HadoopClientProtocolSelfTest.testJobCounters    (fail 
rate 0,0%) 
                 
 Java Client [ tests 2 ] 
 IgniteClientTestSuite: ClientTcpMultiNodeSelfTest.testTopologyListener (fail 
rate 0,0%) 
                 
 Binary Objects (Simple Mapper Compute Grid) [ tests 1 ]         
 IgniteBinaryObjectsSimpleNameMapperComputeGridTestSuite: 
GridContinuousTaskSelfTest.testContinuousJobsChainMultiThreaded More >>       
(fail rate 0,0%) 
                
 Cache (Failover) 1 [ tests 1 ]  
 IgniteCacheFailoverTestSuite: 
IgniteAtomicLongChangingTopologySelfTest.testClientCollocatedSetCreateCloseFailover
      (fail rate 0,0%) 
{noformat}

It is likely it is rare flaky, but could we double-check failures are not 
related to this change?

> SqlFieldsQuery provides incorrect result when item size exceeds page size
> -------------------------------------------------------------------------
>
>                 Key: IGNITE-8900
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8900
>             Project: Ignite
>          Issue Type: Bug
>          Components: sql
>    Affects Versions: 2.4
>            Reporter: Anton Kurbanov
>            Assignee: Ilya Lantukh
>            Priority: Blocker
>             Fix For: 2.7
>
>         Attachments: Main.java, Node.java
>
>
> Start several server nodes, then start client, execute queries with value 
> range in where clause. Duplicate entries may be found, some entries may be 
> missing.
> Results as an example:
> expected 5 results but got back 3 results (query range 610026643276160000 to 
> 610026643276160004), cache.getAll returned 5 entries.
> expected 8 results but got back 7 results (query range 610026643276160000 to 
> 610026643276160007), cache.getAll returned 8 entries.
>  Query results: [610026643276160000, 610026643276160003, 610026643276160004, 
> 610026643276160005, 610026643276160005, 610026643276160006, 
> 610026643276160007]
> Please find reproducer attached.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to