Ilya Suntsov created IGNITE-2896: ------------------------------------ Summary: IgniteFutureTimeoutException during load test (yardstick) Key: IGNITE-2896 URL: https://issues.apache.org/jira/browse/IGNITE-2896 Project: Ignite Issue Type: Bug Components: general Affects Versions: 1.6 Environment: Environment: - vCPU 8 - RAM 15GiB - OS Ubuntu 14.04 - Java(TM) SE Runtime Environment (build 1.7.0_80-b15) Yardstick configuration: - client mode (15 servers, 5 clients) - PRIMARY SYNC - 128 threads - 1 backup Reporter: Ilya Suntsov Assignee: Artem Shutak Priority: Critical Fix For: 1.6
I got the following exception during the run of load test with 1 baskup (+ sql caches and sql benchmarks) : {noformat} <cache-tx-offheap-invoke-retry-validator><yardstick> Got exception: class org.apache.ignite.lang.IgniteFutureTimeoutException: Timeout was reached before computation completed. class org.apache.ignite.lang.IgniteFutureTimeoutException: Timeout was reached before computation completed. at org.apache.ignite.internal.util.IgniteUtils$4.apply(IgniteUtils.java:754) at org.apache.ignite.internal.util.IgniteUtils$4.apply(IgniteUtils.java:752) at org.apache.ignite.internal.util.IgniteUtils.convertException(IgniteUtils.java:895) at org.apache.ignite.internal.processors.cache.IgniteCacheFutureImpl.convertException(IgniteCacheFutureImpl.java:54) at org.apache.ignite.internal.util.future.IgniteFutureImpl.get(IgniteFutureImpl.java:132) at org.apache.ignite.yardstick.cache.failover.IgniteTransactionalInvokeRetryBenchmark$1.run(IgniteTransactionalInvokeRetryBenchmark.java:83) at java.lang.Thread.run(Thread.java:745) Caused by: class org.apache.ignite.internal.IgniteFutureTimeoutCheckedException: Timeout was reached before computation completed. at org.apache.ignite.internal.util.future.GridFutureAdapter.get0(GridFutureAdapter.java:186) at org.apache.ignite.internal.util.future.GridFutureAdapter.get(GridFutureAdapter.java:135) at org.apache.ignite.internal.util.future.GridFutureAdapter.get(GridFutureAdapter.java:126) at org.apache.ignite.internal.util.future.IgniteFutureImpl.get(IgniteFutureImpl.java:129) ... 2 more {noformat} Logs and configs you can find in attachment. -- This message was sent by Atlassian JIRA (v6.3.4#6332)