You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ilya Suntsov (JIRA)" <ji...@apache.org> on 2016/04/28 17:02:13 UTC

[jira] [Updated] (IGNITE-3070) Failed to fetch data from node at org.apache.ignite.internal.processors.query.h2.twostep.GridReduceQueryExecutor [load test, yardstick]

     [ https://issues.apache.org/jira/browse/IGNITE-3070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ilya Suntsov updated IGNITE-3070:
---------------------------------
    Summary:  Failed to fetch data from node at org.apache.ignite.internal.processors.query.h2.twostep.GridReduceQueryExecutor [load test, yardstick]  (was:  Failed to fetch data from node at org.apache.ignite.internal.processors.query.h2.twostep.GridReduceQueryExecutor)

>  Failed to fetch data from node at org.apache.ignite.internal.processors.query.h2.twostep.GridReduceQueryExecutor [load test, yardstick]
> ----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-3070
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3070
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache, general
>         Environment: 1 host: Cent OS 5, jdk 1.7
> 1 yardstick driver, 3 yardstick servers
>            Reporter: Ilya Suntsov
>            Priority: Critical
>         Attachments: logs-bug-load.zip
>
>
> I ran a load test with the following parameters:
>  - 1 backup
>  - key range equal 1 000 000
>  - warmup 60 sec
>  - duration 300 sec
>  - preloading amount  500 000
>  - 64 threads
>  - primary sync mode 
> Additional parameters:
> {noformat}
> --allow-operation PUT --allow-operation PUT_ALL --allow-operation GET --allow-operation GET_ALL --allow-operation INVOKE --allow-operation INVOKE_ALL --allow-operation REMOVE \
> --allow-operation REMOVE_ALL --allow-operation PUT_IF_ABSENT --allow-operation REPLACE --allow-operation SCAN_QUERY --allow-operation SQL_QUERY --allow-operation CONTINUOUS_QUERY {noformat}
> Queries file:
> {noformat}
> SELECT Person.firstName  FROM "query".Person, "orgCache".Organization WHERE Person.orgId = Organization.id AND lower(Organization.name) = lower('Organization 55')
> SELECT Organization.name  FROM "orgCache".Organization WHERE lower(Organization.name) LIKE lower('%55%')
> {noformat}
> Another parameters and caches configurations you can find in attachment.
> I got the following exception on yardstick driver:
> {noformat}
> ERROR: Shutting down benchmark driver to unexpected exception.
> Type '--help' for usage.
> javax.cache.CacheException: Failed to fetch data from node: 25328521-72be-4d42-8ba1-98a408558900
> <------>at org.apache.ignite.internal.processors.query.h2.twostep.GridReduceQueryExecutor$3.fetchNextPage(GridReduceQueryExecutor.java:290)
> <------>at org.apache.ignite.internal.processors.query.h2.twostep.GridMergeIndex.fetchNextPage(GridMergeIndex.java:229)
> <------>at org.apache.ignite.internal.processors.query.h2.twostep.GridMergeIndexUnsorted$1.hasNext(GridMergeIndexUnsorted.java:106)
> <------>at org.apache.ignite.internal.processors.query.h2.twostep.GridMergeIndex$IteratorCursor.next(GridMergeIndex.java:351)
> <------>at org.apache.ignite.internal.processors.query.h2.twostep.GridMergeIndex$FetchingCursor.next(GridMergeIndex.java:382)
> <------>at org.apache.ignite.internal.processors.query.h2.twostep.GridReduceQueryExecutor.query(GridReduceQueryExecutor.java:614)
> <------>at org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing$2.iterator(IgniteH2Indexing.java:956)
> <------>at org.apache.ignite.internal.processors.cache.QueryCursorImpl.iterator(QueryCursorImpl.java:61)
> <------>at org.apache.ignite.yardstick.cache.load.IgniteCacheRandomOperationBenchmark.doSqlQuery(IgniteCacheRandomOperationBenchmark.java:835)
> <------>at org.apache.ignite.yardstick.cache.load.IgniteCacheRandomOperationBenchmark.executeRandomOperation(IgniteCacheRandomOperationBenchmark.java:553)
> <------>at org.apache.ignite.yardstick.cache.load.IgniteCacheRandomOperationBenchmark.executeOutOfTx(IgniteCacheRandomOperationBenchmark.java:496)
> <------>at org.apache.ignite.yardstick.cache.load.IgniteCacheRandomOperationBenchmark.test(IgniteCacheRandomOperationBenchmark.java:152)
> <------>at org.yardstickframework.impl.BenchmarkRunner$2.run(BenchmarkRunner.java:176)
> <------>at java.lang.Thread.run(Thread.java:745)
> <------>Suppressed: javax.cache.CacheException: Failed to execute map query on the node: b0e43304-0a86-43cf-b14c-20a3753a85a6, class javax.cache.CacheException:No query result found for request: GridQueryNextPageRequest [qryReqId=108, qry=0, pageSize=1024]
> <------><------>at org.apache.ignite.internal.processors.query.h2.twostep.GridReduceQueryExecutor.fail(GridReduceQueryExecutor.java:257)
> <------><------>at org.apache.ignite.internal.processors.query.h2.twostep.GridReduceQueryExecutor.onFail(GridReduceQueryExecutor.java:247)
> <------><------>at org.apache.ignite.internal.processors.query.h2.twostep.GridReduceQueryExecutor.onMessage(GridReduceQueryExecutor.java:228)
> <------><------>at org.apache.ignite.internal.processors.query.h2.twostep.GridReduceQueryExecutor$1.onMessage(GridReduceQueryExecutor.java:176)
> <------><------>at org.apache.ignite.internal.managers.communication.GridIoManager$ArrayListener.onMessage(GridIoManager.java:2039)
> <------><------>at org.apache.ignite.internal.managers.communication.GridIoManager.invokeListener(GridIoManager.java:1219)
> <------><------>at org.apache.ignite.internal.managers.communication.GridIoManager.processRegularMessage0(GridIoManager.java:847)
> <------><------>at org.apache.ignite.internal.managers.communication.GridIoManager.access$1700(GridIoManager.java:105)
> <------><------>at org.apache.ignite.internal.managers.communication.GridIoManager$5.run(GridIoManager.java:810)
> <------><------>at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> <------><------>at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> <------><------>... 1 more
> {noformat}
> Logs and configs you can find in attachment.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)