Return-Path: X-Original-To: apmail-ignite-dev-archive@minotaur.apache.org Delivered-To: apmail-ignite-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 483B217892 for ; Wed, 25 Feb 2015 12:49:44 +0000 (UTC) Received: (qmail 18669 invoked by uid 500); 25 Feb 2015 12:49:34 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 18634 invoked by uid 500); 25 Feb 2015 12:49:34 -0000 Mailing-List: contact dev-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list dev@ignite.incubator.apache.org Received: (qmail 18623 invoked by uid 99); 25 Feb 2015 12:49:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Feb 2015 12:49:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 25 Feb 2015 12:49:13 +0000 Received: (qmail 16251 invoked by uid 99); 25 Feb 2015 12:49:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Feb 2015 12:49:05 +0000 Date: Wed, 25 Feb 2015 12:49:05 +0000 (UTC) From: "Ilya Suntsov (JIRA)" To: dev@ignite.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (IGNITE-341) sql-query-put-offheap benchmark doesn't work MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/IGNITE-341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ilya Suntsov updated IGNITE-341: -------------------------------- Environment: jdk 1.7.0_21 1 driver and 3 servers was: jdk 1.7.0_21 1 driver and 3 nodes > 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 servers > Reporter: Ilya Suntsov > Assignee: Sergi Vladykin > Priority: Critical > Fix For: sprint-2 > > Attachments: 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)