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 6E662171D6 for ; Sun, 15 Feb 2015 15:46:38 +0000 (UTC) Received: (qmail 84794 invoked by uid 500); 15 Feb 2015 15:46:38 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 84745 invoked by uid 500); 15 Feb 2015 15:46:38 -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 84734 invoked by uid 99); 15 Feb 2015 15:46:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Feb 2015 15:46:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD,URIBL_DBL_ABUSE_REDIR 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; Sun, 15 Feb 2015 15:46:16 +0000 Received: (qmail 84422 invoked by uid 99); 15 Feb 2015 15:46:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Feb 2015 15:46:12 +0000 Date: Sun, 15 Feb 2015 15:46:11 +0000 (UTC) From: "Sergey Kozlov (JIRA)" To: dev@ignite.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (IGNITE-259) Sql-benchmarks don'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-259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Kozlov updated IGNITE-259: --------------------------------- Attachment: logs.zip > Sql-benchmarks don't work > -------------------------- > > Key: IGNITE-259 > URL: https://issues.apache.org/jira/browse/IGNITE-259 > Project: Ignite > Issue Type: Bug > Components: general > Reporter: Ilya Suntsov > Assignee: Sergi Vladykin > Priority: Blocker > Attachments: logs.zip > > > I tried to run sql-benchmarks for ignite. They don't work. > Benchmarks start, do something and finish with exception. For example: > {noformat} > og4j:WARN No appenders could be found for logger (org.springframework.core.env.StandardEnvironment). > log4j:WARN Please initialize the log4j system properly. > log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. > Feb 15, 2015 2:14:45 AM java.util.logging.LogManager$RootLogger log > SEVERE: Failed to resolve default logging config file: config/java.util.logging.properties > [02:14:45] __________ ________________. > [02:14:45] / _/ ___/ |/ / _/_ __/ __/. > [02:14:45] _/ // (_ / // / / / / _/... > [02:14:45] /___/\___/_/|_/___/ /_/ /___/.. > [02:14:45].. > [02:14:45] ver. 1.0.0-RC1-SNAPSHOT#20150215-sha1:e533d153 > [02:14:45] 2015 Copyright(C) Apache Software Foundation > [02:14:45]. > [02:14:45] Quiet mode. > [02:14:45] ^-- To see **FULL** console log here add -DIGNITE_QUIET=false or "-v" to ignite.{sh|bat} > [02:14:45]. > [02:14:48] New version is available at www.gridgain.com: 6.6.2 > [02:14:48] Performance suggestions for grid (fix if possible) > [02:14:48] To disable, set -DIGNITE_PERFORMANCE_SUGGESTIONS_DISABLED=true > [02:14:48] ^-- Decrease number of backups (set 'keyBackups' to 0) > [02:14:48]. > [02:14:48] If running benchmarks, see http://bit.ly/GridGain-Benchmarking > [02:14:48] To start Console Management & Monitoring run ignitevisorcmd.{sh|bat} > [02:14:48]. > [02:14:48] Ignite node started OK (id=af1508c7) > [02:14:48] Topology snapshot [ver=4, nodes=4, CPUs=64, heap=8.0GB] > <02:14:48> Populating query data... > <02:14:48> Populated persons: 0 > <02:14:50> Populated persons: 100000 > <02:14:50> Populated persons: 200000 > <02:14:50> Populated persons: 300000 > <02:14:51> Populated persons: 400000 > <02:14:51> Populated persons: 500000 > <02:14:51> Populated persons: 600000 > <02:14:52> Populated persons: 700000 > <02:14:52> Populated persons: 800000 > <02:14:52> Populated persons: 900000 > <02:14:53> Finished populating query data in 4173 ms. > <02:14:53> Probe writer is not configured (using default CSV writer) > <02:14:53> DStatProbe is started. Command: 'dstat -m --all --noheaders --noupdate 1' > <02:14:53> PercentileProbe is started. > <02:14:53> ThroughputLatencyProbe is started. > Finishing main test [ts=1423995293056, date=Sun Feb 15 02:14:53 PST 2015] > ERROR: Shutting down benchmark driver to unexpected exception. > Type '--help' for usage. > java.lang.NullPointerException > <------>at org.apache.ignite.yardstick.cache.IgniteSqlQueryBenchmark.executeQuery(IgniteSqlQueryBenchmark.java:87) > <------>at org.apache.ignite.yardstick.cache.IgniteSqlQueryBenchmark.test(IgniteSqlQueryBenchmark.java:65) > <------>at org.yardstickframework.impl.BenchmarkRunner$2.run(BenchmarkRunner.java:165) > <------>at java.lang.Thread.run(Thread.java:722) > [02:14:53] Ignite node stopped OK [uptime=00:00:04:284] > <02:14:53> PercentileProbe results will be saved to: results-20150215-014950 > <02:14:53> DStatProbe is stopped. > <02:14:53> PercentileProbe is stopped. > <02:14:53> ThroughputLatencyProbe is stopped.{noformat} > Driver's and servers's logs in attachment. -- This message was sent by Atlassian JIRA (v6.3.4#6332)