You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Sergey Kozlov (JIRA)" <ji...@apache.org> on 2016/02/08 11:44:39 UTC

[jira] [Created] (IGNITE-2586) JVM crash under load test

Sergey Kozlov created IGNITE-2586:
-------------------------------------

             Summary: JVM crash under load test
                 Key: IGNITE-2586
                 URL: https://issues.apache.org/jira/browse/IGNITE-2586
             Project: Ignite
          Issue Type: Bug
    Affects Versions: 1.5.0.final
         Environment: Windows 10, Oracle JDK 1.7.0_80-b15
            Reporter: Sergey Kozlov
             Fix For: 1.6


1. Start 4 servers
2. Compile and start 4 clients:
{noformat}
C:\Java\jdk1.7.0_80\bin\java -classpath "C:\work\apache-ignite-fabric-1.5.0.final\libs\*;C:\work\apache-ignite-fabric-1.5.0.final\libs\ignite-spring\*;C:\work\apache-ignite-fabric-1.5.0.final\libs\ignite-indexing\*;C:\gg-qa\testtools\target\ignite-test-tools-1.0.0-SNAPSHOT.jar" -Xmx256m -Xms256m -DIGNITE_QUIET=false org.apache.ignite.testtools.Iron -config=c:\work\iron_client.xml -prefix=cache_ -keys=100000 -load-keys=30 -duration-per-cache=30 -operation-weights=put:30,get:30,remove:5,putall:2,getall:5,removeall:10,replace:10,scanquery:5
{noformat}

3. Wait until one server node crashes. Logs are attched



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)