Ilya Suntsov created IGNITE-341:
-----------------------------------
Summary: sql-query-put-offheap benchmark doesn't work
Key: IGNITE-341
URL: https://issues.apache.org/jira/browse/IGNITE-341
Project: Ignite
Issue Type: Bug
Components: general
Affects Versions: sprint-2
Environment: jdk 1.7.0_21
1 driver and 3 nodes
Reporter: Ilya Suntsov
Assignee: Sergi Vladykin
Priority: Critical
Fix For: sprint-2
I have run sql-benchmarks in sprint-2 and in sql-tests branch.
*In sprint-2*:
All except sql-query-put-offheap work fine. Thread dumps and logs in attachment
(*sp-2.zip*)
*In sql-tests-branch*:
sql-query-put:
{noformat}
ERROR: Shutting down benchmark driver to unexpected exception.
Type '--help' for usage.
org.apache.ignite.cache.CacheAtomicUpdateTimeoutException: Cache update timeout
out (consider increasing networkTimeout configuration property).
<------>at
org.apache.ignite.internal.processors.cache.GridCacheUtils.convertToCacheException(GridCacheUtils.java:1789)
<------>at
org.apache.ignite.internal.processors.cache.IgniteCacheProxy.cacheException(IgniteCacheProxy.java:1365)
<------>at
org.apache.ignite.internal.processors.cache.IgniteCacheProxy.put(IgniteCacheProxy.java:813)
<------>at
org.apache.ignite.yardstick.cache.IgniteSqlQueryPutBenchmark.test(IgniteSqlQueryPutBenchmark.java:60)
<------>at
org.yardstickframework.impl.BenchmarkRunner$2.run(BenchmarkRunner.java:165)
<------>at java.lang.Thread.run(Thread.java:722)
Caused by: class
org.apache.ignite.internal.processors.cache.CacheAtomicUpdateTimeoutCheckedException:
Cache update timeout out (consider increasing networkTimeout configuration
property).
<------>at
org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateFuture.checkTimeout(GridNearAtomicUpdateFuture.java:310)
<------>at
org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache$22.onTimeout(GridDhtAtomicCache.java:2234)
<------>at
org.apache.ignite.internal.processors.timeout.GridTimeoutProcessor$TimeoutWorker.body(GridTimeoutProcessor.java:133)
<------>at
org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:145)
<------>... 1 more{noformat}
sql-query-put-offheap - doesn't work (thread dumps and logs in attachment -
sql-test.zip)
Also during all benchmarks started only from 0 to 2 iterations.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)