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

Ilya Suntsov commented on IGNITE-341:
-------------------------------------

I re-ran sql-benchmarks for 341-st branch.
sql-query-put-offheap still doesn't work:
{noformat}
021354_0_localhost.log   [----]  0 L:[  1+10  11/ 11] *(782 / 782b) <EOF>
Exception in thread "main" com.beust.jcommander.ParameterException: Can only 
specify option -w once.
<------>at 
com.beust.jcommander.ParameterDescription.addValue(ParameterDescription.java:235)
<------>at 
com.beust.jcommander.ParameterDescription.addValue(ParameterDescription.java:210)
<------>at 
com.beust.jcommander.JCommander.processFixedArity(JCommander.java:867)
<------>at 
com.beust.jcommander.JCommander.processFixedArity(JCommander.java:849)
<------>at com.beust.jcommander.JCommander.parseValues(JCommander.java:721)
<------>at com.beust.jcommander.JCommander.parse(JCommander.java:281)
<------>at com.beust.jcommander.JCommander.parse(JCommander.java:264)
<------>at 
org.yardstickframework.BenchmarkUtils.jcommander(BenchmarkUtils.java:48)
<------>at 
org.yardstickframework.BenchmarkDriverStartUp.main(BenchmarkDriverStartUp.java:36)
{noformat} 

> sql-query-put and sql-query-put-offheap benchmarks don'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 servers
>            Reporter: Ilya Suntsov
>            Assignee: Sergi Vladykin
>            Priority: Critical
>             Fix For: sprint-2
>
>         Attachments: exc_log.zip, sp-2.zip, sql-test.zip
>
>
> 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)

Reply via email to