Skip to content

Instantly share code, notes, and snippets.

@al-indigo
Created November 21, 2014 19:43
server log (failure)
2014-11-20 12:10:27,307 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.3.Final
2014-11-20 12:10:27,508 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.2.Final
2014-11-20 12:10:27,571 INFO [org.jboss.as] (MSC service thread 1-6) JBAS015899: WildFly 8.1.0.Final "Kenny" starting
2014-11-20 12:10:27,576 DEBUG [org.jboss.as.config] (MSC service thread 1-6) Configured system properties:
[Standalone] =
awt.toolkit = sun.awt.X11.XToolkit
file.encoding = ANSI_X3.4-1968
file.encoding.pkg = sun.io
file.separator = /
java.awt.graphicsenv = sun.awt.X11GraphicsEnvironment
java.awt.headless = true
java.awt.printerjob = sun.print.PSPrinterJob
java.class.path = /root/wildfly-8.1.0.Final/jboss-modules.jar
java.class.version = 51.0
java.endorsed.dirs = /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/endorsed
java.ext.dirs = /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/ext:/usr/java/packages/lib/ext
java.home = /usr/lib/jvm/java-7-openjdk-amd64/jre
java.io.tmpdir = /tmp
java.library.path = /usr/java/packages/lib/amd64:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib
java.net.preferIPv4Stack = true
java.runtime.name = OpenJDK Runtime Environment
java.runtime.version = 1.7.0_65-b32
java.specification.name = Java Platform API Specification
java.specification.vendor = Oracle Corporation
java.specification.version = 1.7
java.util.logging.manager = org.jboss.logmanager.LogManager
java.vendor = Oracle Corporation
java.vendor.url = http://java.oracle.com/
java.vendor.url.bug = http://bugreport.sun.com/bugreport/
java.version = 1.7.0_65
java.vm.info = mixed mode
java.vm.name = OpenJDK 64-Bit Server VM
java.vm.specification.name = Java Virtual Machine Specification
java.vm.specification.vendor = Oracle Corporation
java.vm.specification.version = 1.7
java.vm.vendor = Oracle Corporation
java.vm.version = 24.65-b04
javax.management.builder.initial = org.jboss.as.jmx.PluggableMBeanServerBuilder
javax.xml.datatype.DatatypeFactory = __redirected.__DatatypeFactory
javax.xml.parsers.DocumentBuilderFactory = __redirected.__DocumentBuilderFactory
javax.xml.parsers.SAXParserFactory = __redirected.__SAXParserFactory
javax.xml.stream.XMLEventFactory = __redirected.__XMLEventFactory
javax.xml.stream.XMLInputFactory = __redirected.__XMLInputFactory
javax.xml.stream.XMLOutputFactory = __redirected.__XMLOutputFactory
javax.xml.transform.TransformerFactory = __redirected.__TransformerFactory
javax.xml.validation.SchemaFactory:http://www.w3.org/2001/XMLSchema = __redirected.__SchemaFactory
javax.xml.xpath.XPathFactory:http://java.sun.com/jaxp/xpath/dom = __redirected.__XPathFactory
jboss.home.dir = /root/wildfly-8.1.0.Final
jboss.host.name = node01
jboss.modules.dir = /root/wildfly-8.1.0.Final/modules
jboss.modules.system.pkgs = org.jboss.byteman
jboss.node.name = node01
jboss.qualified.host.name = node01
jboss.server.base.dir = /root/wildfly-8.1.0.Final/standalone
jboss.server.config.dir = /root/wildfly-8.1.0.Final/standalone/configuration
jboss.server.data.dir = /root/wildfly-8.1.0.Final/standalone/data
jboss.server.deploy.dir = /root/wildfly-8.1.0.Final/standalone/data/content
jboss.server.log.dir = /root/wildfly-8.1.0.Final/standalone/log
jboss.server.name = node01
jboss.server.persist.config = true
jboss.server.temp.dir = /root/wildfly-8.1.0.Final/standalone/tmp
line.separator =
logging.configuration = file:/root/wildfly-8.1.0.Final/standalone/configuration/logging.properties
module.path = /root/wildfly-8.1.0.Final/modules
org.jboss.boot.log.file = /root/wildfly-8.1.0.Final/standalone/log/server.log
org.jboss.resolver.warning = true
org.xml.sax.driver = __redirected.__XMLReaderFactory
os.arch = amd64
os.name = Linux
os.version = 3.13.0-37-generic
path.separator = :
sun.arch.data.model = 64
sun.boot.class.path = /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/resources.jar:/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/rt.jar:/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/jsse.jar:/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/jce.jar:/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/charsets.jar:/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/rhino.jar:/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/jfr.jar:/usr/lib/jvm/java-7-openjdk-amd64/jre/classes
sun.boot.library.path = /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64
sun.cpu.endian = little
sun.cpu.isalist =
sun.io.unicode.encoding = UnicodeLittle
sun.java.command = /root/wildfly-8.1.0.Final/jboss-modules.jar -mp /root/wildfly-8.1.0.Final/modules org.jboss.as.standalone -Djboss.home.dir=/root/wildfly-8.1.0.Final -Djboss.server.base.dir=/root/wildfly-8.1.0.Final/standalone
sun.java.launcher = SUN_STANDARD
sun.jnu.encoding = ANSI_X3.4-1968
sun.management.compiler = HotSpot 64-Bit Tiered Compilers
sun.os.patch.level = unknown
user.country = US
user.dir = /root
user.home = /root
user.language = en
user.name = root
user.timezone = Etc/UTC
2014-11-20 12:10:27,579 DEBUG [org.jboss.as.config] (MSC service thread 1-6) VM Arguments: -D[Standalone] -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Dorg.jboss.boot.log.file=/root/wildfly-8.1.0.Final/standalone/log/server.log -Dlogging.configuration=file:/root/wildfly-8.1.0.Final/standalone/configuration/logging.properties
2014-11-20 12:10:28,797 INFO [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) JBAS014627: Attribute any-ipv4-address is deprecated, and it might be removed in future version!
2014-11-20 12:10:28,799 INFO [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) JBAS014627: Attribute any-ipv4-address is deprecated, and it might be removed in future version!
2014-11-20 12:10:28,801 INFO [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) JBAS014627: Attribute any-ipv4-address is deprecated, and it might be removed in future version!
2014-11-20 12:10:28,871 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015009: Scan found incompletely copied file content for deployment /root/wildfly-8.1.0.Final/standalone/deployments/imdgtest-server-1.0-SNAPSHOT.war. Deployment changes will not be processed until all content is complete.
2014-11-20 12:10:28,889 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
2014-11-20 12:10:28,928 INFO [org.xnio] (MSC service thread 1-45) XNIO version 3.2.2.Final
2014-11-20 12:10:28,947 INFO [org.xnio.nio] (MSC service thread 1-45) XNIO NIO Implementation Version 3.2.2.Final
2014-11-20 12:10:28,982 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 32) JBAS010280: Activating Infinispan subsystem.
2014-11-20 12:10:28,983 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 46) JBAS010153: Node identifier property is set to the default value. Please make sure it is unique.
2014-11-20 12:10:28,983 INFO [org.jboss.as.security] (ServerService Thread Pool -- 45) JBAS013171: Activating Security Subsystem
2014-11-20 12:10:28,988 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 40) JBAS011800: Activating Naming Subsystem
2014-11-20 12:10:28,989 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 31) WFLYIO001: Worker 'default' has auto-configured to 64 core threads with 512 task threads based on your 32 available processors
2014-11-20 12:10:28,997 INFO [org.jboss.as.security] (MSC service thread 1-22) JBAS013170: Current PicketBox version=4.0.21.Beta1
2014-11-20 12:10:28,997 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 48) JBAS015537: Activating WebServices Extension
2014-11-20 12:10:29,000 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 38) JBAS012615: Activated the following JSF Implementations: [main]
2014-11-20 12:10:29,016 INFO [org.jboss.as.connector.logging] (MSC service thread 1-52) JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.5.Final)
2014-11-20 12:10:29,034 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 47) JBAS017502: Undertow 1.0.15.Final starting
2014-11-20 12:10:29,035 INFO [org.wildfly.extension.undertow] (MSC service thread 1-27) JBAS017502: Undertow 1.0.15.Final starting
2014-11-20 12:10:29,044 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 27) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
2014-11-20 12:10:29,049 INFO [org.jboss.as.naming] (MSC service thread 1-1) JBAS011802: Starting Naming Service
2014-11-20 12:10:29,050 INFO [org.jboss.as.mail.extension] (MSC service thread 1-44) JBAS015400: Bound mail session [java:jboss/mail/Default]
2014-11-20 12:10:29,051 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-24) JBAS010417: Started Driver service with driver-name = h2
2014-11-20 12:10:29,080 INFO [org.jboss.remoting] (MSC service thread 1-45) JBoss Remoting version 4.0.3.Final
2014-11-20 12:10:29,126 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 47) JBAS017527: Creating file handler for path /root/wildfly-8.1.0.Final/welcome-content
2014-11-20 12:10:29,137 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) JBAS017525: Started server default-server.
2014-11-20 12:10:29,145 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) JBAS017531: Host default-host starting
2014-11-20 12:10:29,252 INFO [org.wildfly.extension.undertow] (MSC service thread 1-53) JBAS017519: Undertow HTTP listener default listening on /0.0.0.0:80
2014-11-20 12:10:29,469 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-37) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
2014-11-20 12:10:29,520 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-5) JBAS015012: Started FileSystemDeploymentService for directory /root/wildfly-8.1.0.Final/standalone/deployments
2014-11-20 12:10:29,895 INFO [org.jboss.ws.common.management] (MSC service thread 1-48) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.2.4.Final
2014-11-20 12:10:29,945 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://0.0.0.0:9990/management
2014-11-20 12:10:29,945 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://0.0.0.0:9990
2014-11-20 12:10:29,945 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.1.0.Final "Kenny" started in 3324ms - Started 184 of 233 services (81 services are lazy, passive or on-demand)
2014-11-20 12:10:29,958 INFO [org.jboss.as.server.deployment] (MSC service thread 1-19) JBAS015876: Starting deployment of "imdgtest-server-1.0-SNAPSHOT.war" (runtime-name: "imdgtest-server-1.0-SNAPSHOT.war")
2014-11-20 12:10:32,360 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-25) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
2014-11-20 12:10:32,386 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-7) JBAS010417: Started Driver service with driver-name = imdgtest-server-1.0-SNAPSHOT.war_org.h2.Driver_1_3
2014-11-20 12:10:32,663 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-15) HV000001: Hibernate Validator 5.1.0.Final
2014-11-20 12:10:32,891 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] (MSC service thread 1-15) Loading XML bean definitions from URL [file:/root/gridgain/gridgain.xml]
2014-11-20 12:10:33,141 INFO [org.springframework.context.support.GenericApplicationContext] (MSC service thread 1-15) Refreshing org.springframework.context.support.GenericApplicationContext@47462467: startup date [Thu Nov 20 12:10:33 UTC 2014]; root of context hierarchy
2014-11-20 12:10:33,338 SEVERE [] (MSC service thread 1-15) Failed to resolve default logging config file: config/java.util.logging.properties
2014-11-20 12:10:33,340 ERROR [stderr] (MSC service thread 1-15) Console logging handler is not configured.
2014-11-20 12:10:33,372 WARNING [org.gridgain.grid.util.typedef.G] (MSC service thread 1-15) GridOptimizedMarshaller is not supported on this JVM (only Java HotSpot VMs are supported). Switching to standard JDK marshalling - object serialization performance will be significantly slower.
2014-11-20 12:10:33,510 INFO [stdout] (MSC service thread 1-15) [12:10:33] _____ _ _______ _
2014-11-20 12:10:33,510 INFO [stdout] (MSC service thread 1-15) [12:10:33] / ___/____(_)___/ / ___/___ _(_)___
2014-11-20 12:10:33,511 INFO [stdout] (MSC service thread 1-15) [12:10:33] / (_ // __/ // _ / (_ // _ `/ // _ \
2014-11-20 12:10:33,511 INFO [stdout] (MSC service thread 1-15) [12:10:33] \___//_/ /_/ \_,_/\___/ \_,_/_//_//_/
2014-11-20 12:10:33,512 INFO [stdout] (MSC service thread 1-15) [12:10:33]
2014-11-20 12:10:33,512 INFO [stdout] (MSC service thread 1-15) [12:10:33] ver. 6.5.5-os#20141114-sha1:811fb4a8
2014-11-20 12:10:33,512 INFO [stdout] (MSC service thread 1-15) [12:10:33] 2014 Copyright (C) GridGain Systems
2014-11-20 12:10:33,513 INFO [stdout] (MSC service thread 1-15) [12:10:33]
2014-11-20 12:10:33,513 INFO [stdout] (MSC service thread 1-15) [12:10:33] Quiet mode.
2014-11-20 12:10:33,514 INFO [stdout] (MSC service thread 1-15) [12:10:33] ^-- To see **FULL** console log here add -DGRIDGAIN_QUIET=false or "-v" to ggstart.{sh|bat}
2014-11-20 12:10:33,514 INFO [stdout] (MSC service thread 1-15) [12:10:33]
2014-11-20 12:10:33,515 INFO [org.gridgain.grid.kernal.GridKernal] (MSC service thread 1-15)
>>> _____ _ _______ _
>>> / ___/____(_)___/ / ___/___ _(_)___
>>> / (_ // __/ // _ / (_ // _ `/ // _ \
>>> \___//_/ /_/ \_,_/\___/ \_,_/_//_//_/
>>>
>>> ver. 6.5.5-os#20141114-sha1:811fb4a8
>>> 2014 Copyright (C) GridGain Systems
2014-11-20 12:10:33,516 INFO [org.gridgain.grid.kernal.GridKernal] (MSC service thread 1-15) Config URL: file:/root/gridgain/gridgain.xml
2014-11-20 12:10:33,516 INFO [org.gridgain.grid.kernal.GridKernal] (MSC service thread 1-15) Daemon mode: off
2014-11-20 12:10:33,517 INFO [org.gridgain.grid.kernal.GridKernal] (MSC service thread 1-15) OS: Linux 3.13.0-37-generic amd64
2014-11-20 12:10:33,517 INFO [org.gridgain.grid.kernal.GridKernal] (MSC service thread 1-15) OS user: root
2014-11-20 12:10:33,518 INFO [org.gridgain.grid.kernal.GridKernal] (MSC service thread 1-15) Language runtime: Java Platform API Specification ver. 1.7
2014-11-20 12:10:33,518 INFO [org.gridgain.grid.kernal.GridKernal] (MSC service thread 1-15) VM information: OpenJDK Runtime Environment 1.7.0_65-b32 Oracle Corporation OpenJDK 64-Bit Server VM 24.65-b04
2014-11-20 12:10:33,520 INFO [org.gridgain.grid.kernal.GridKernal] (MSC service thread 1-15) VM total memory: 0.44GB
2014-11-20 12:10:33,521 INFO [org.gridgain.grid.kernal.GridKernal] (MSC service thread 1-15) Remote Management [restart: off, REST: on, JMX (remote: off)]
2014-11-20 12:10:33,521 INFO [org.gridgain.grid.kernal.GridKernal] (MSC service thread 1-15) GRIDGAIN_HOME=/root/gridgain
2014-11-20 12:10:33,522 INFO [org.gridgain.grid.kernal.GridKernal] (MSC service thread 1-15) VM arguments: [-D[Standalone], -Xms64m, -Xmx512m, -XX:MaxPermSize=256m, -Djava.net.preferIPv4Stack=true, -Djboss.modules.system.pkgs=org.jboss.byteman, -Djava.awt.headless=true, -Dorg.jboss.boot.log.file=/root/wildfly-8.1.0.Final/standalone/log/server.log, -Dlogging.configuration=file:/root/wildfly-8.1.0.Final/standalone/configuration/logging.properties]
2014-11-20 12:10:33,523 WARNING [org.gridgain.grid.kernal.GridKernal] (MSC service thread 1-15) SMTP is not configured - email notifications are off.
2014-11-20 12:10:33,523 INFO [org.gridgain.grid.kernal.GridKernal] (MSC service thread 1-15) Configured caches ['test-data', 'test-balance', 'gg-sys-cache']
2014-11-20 12:10:33,534 WARNING [org.gridgain.grid.util.worker.GridWorker] (gridgain-#7%pub-null%) Initial heap size is 64MB (should be no less than 512MB, use -Xms512m -Xmx512m).
2014-11-20 12:10:33,536 INFO [stdout] (gridgain-#7%pub-null%) [12:10:33] Initial heap size is 64MB (should be no less than 512MB, use -Xms512m -Xmx512m).
2014-11-20 12:10:33,542 INFO [org.gridgain.grid.kernal.GridKernal] (MSC service thread 1-15) 3-rd party licenses can be found at: /root/gridgain/libs/licenses
2014-11-20 12:10:33,550 INFO [org.gridgain.grid.kernal.GridKernal] (MSC service thread 1-15) Non-loopback local IPs: 10.10.10.11, 172.17.42.1
2014-11-20 12:10:33,550 INFO [org.gridgain.grid.kernal.GridKernal] (MSC service thread 1-15) Enabled local MACs: 549F3541A964, 56847AFE9799
2014-11-20 12:10:33,758 INFO [org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi] (MSC service thread 1-15) IPC shared memory server endpoint started [port=48100, tokDir=/root/gridgain/work/ipc/shmem/704b0f4d-1831-4b37-856f-0ffe89c7bd18-950]
2014-11-20 12:10:33,759 INFO [org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi] (MSC service thread 1-15) Successfully bound shared memory communication to TCP port [port=48100, locHost=0.0.0.0/0.0.0.0]
2014-11-20 12:10:33,776 INFO [org.gridgain.grid.spi.communication.tcp.GridTcpCommunicationSpi] (MSC service thread 1-15) Successfully bound to TCP port [port=47100, locHost=0.0.0.0/0.0.0.0]
2014-11-20 12:10:33,824 WARNING [org.gridgain.grid.spi.checkpoint.noop.GridNoopCheckpointSpi] (MSC service thread 1-15) Checkpoints are disabled (to enable configure any GridCheckpointSpi implementation)
2014-11-20 12:10:33,933 WARNING [org.gridgain.grid.kernal.managers.collision.GridCollisionManager] (MSC service thread 1-15) Collision resolution is disabled (all jobs will be activated upon arrival).
2014-11-20 12:10:33,947 WARNING [org.gridgain.grid.spi.swapspace.noop.GridNoopSwapSpaceSpi] (MSC service thread 1-15) Swap space is disabled. To enable use GridFileSwapSpaceSpi.
2014-11-20 12:10:34,258 INFO [org.gridgain.grid.kernal.GridKernal] (MSC service thread 1-15) Security status [authentication=off, secure-session=off]
2014-11-20 12:10:34,574 INFO [org.gridgain.grid.kernal.processors.cache.GridCacheDgcManager] (MSC service thread 1-15) <test-data> DGC trace log disabled.
2014-11-20 12:10:34,586 INFO [org.gridgain.grid.cache.affinity.consistenthash.GridCacheConsistentHashAffinityFunction] (MSC service thread 1-15) Consistent hash configuration [cacheName=test-data, partitions=10000, excludeNeighbors=false, replicas=128, backupFilter=null, hashIdRslvr=GridCacheAffinityNodeAddressHashResolver []]
2014-11-20 12:10:34,782 INFO [org.gridgain.grid.kernal.processors.cache.GridCacheProcessor] (MSC service thread 1-15) Started cache [name=test-data, mode=PARTITIONED]
2014-11-20 12:10:34,800 INFO [org.gridgain.grid.cache.affinity.consistenthash.GridCacheConsistentHashAffinityFunction] (MSC service thread 1-15) Consistent hash configuration [cacheName=test-balance, partitions=10000, excludeNeighbors=false, replicas=128, backupFilter=null, hashIdRslvr=GridCacheAffinityNodeAddressHashResolver []]
2014-11-20 12:10:34,815 INFO [org.gridgain.grid.kernal.processors.cache.GridCacheProcessor] (MSC service thread 1-15) Started cache [name=test-balance, mode=PARTITIONED]
2014-11-20 12:10:34,838 INFO [org.gridgain.grid.kernal.processors.cache.GridCacheProcessor] (MSC service thread 1-15) Started cache [name=gg-sys-cache, mode=REPLICATED]
2014-11-20 12:10:34,955 INFO [org.gridgain.grid.kernal.processors.rest.protocols.tcp.GridTcpRestProtocol] (MSC service thread 1-15) Command protocol successfully started [name=TCP binary, host=0.0.0.0/0.0.0.0, port=11211]
2014-11-20 12:10:34,956 WARNING [org.gridgain.grid.kernal.processors.rest.GridRestProcessor] (MSC service thread 1-15) Failed to initialize HTTP REST protocol (consider adding gridgain-rest-http module to classpath).
2014-11-20 12:10:34,957 INFO [stdout] (MSC service thread 1-15) [12:10:34] Failed to initialize HTTP REST protocol (consider adding gridgain-rest-http module to classpath).
2014-11-20 12:10:35,081 INFO [org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi] (MSC service thread 1-15) Successfully bound to TCP port [port=47500, localHost=0.0.0.0/0.0.0.0]
2014-11-20 12:10:35,095 WARNING [org.gridgain.grid.spi.discovery.tcp.ipfinder.multicast.GridTcpDiscoveryMulticastIpFinder] (MSC service thread 1-15) GridTcpDiscoveryMulticastIpFinder has no pre-configured addresses (it is recommended in production to specify at least one address in GridTcpDiscoveryMulticastIpFinder.getAddresses() configuration property)
2014-11-20 12:10:36,357 INFO [org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPreloader] (MSC service thread 1-15) <test-data> Starting preloading in SYNC mode: test-data
2014-11-20 12:10:36,386 INFO [org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPreloader] (preloader-demand-worker-#157%null%) <test-data> Completed preloading in SYNC mode [cache=test-data, time=30 ms]
2014-11-20 12:10:36,445 INFO [org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPreloader] (MSC service thread 1-15) <test-balance> Starting preloading in SYNC mode: test-balance
2014-11-20 12:10:36,451 INFO [org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPreloader] (MSC service thread 1-15) <gg-sys-cache> Starting preloading in SYNC mode: gg-sys-cache
2014-11-20 12:10:36,453 INFO [org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPreloader] (preloader-demand-worker-#171%null%) <gg-sys-cache> Completed preloading in SYNC mode [cache=gg-sys-cache, time=10 ms]
2014-11-20 12:10:36,482 INFO [org.gridgain.grid.kernal.processors.cache.distributed.dht.preloader.GridDhtPreloader] (preloader-demand-worker-#165%null%) <test-balance> Completed preloading in SYNC mode [cache=test-balance, time=40 ms]
2014-11-20 12:10:36,866 INFO [org.gridgain.grid.kernal.GridUpdateNotifier] (MSC service thread 1-15) Your version is up to date.
2014-11-20 12:10:36,870 INFO [stdout] (MSC service thread 1-15) [12:10:36] Performance suggestions for grid (fix if possible)
2014-11-20 12:10:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (MSC service thread 1-15) Performance suggestions for grid (fix if possible)
2014-11-20 12:10:36,871 INFO [stdout] (MSC service thread 1-15) [12:10:36] To disable, set -DGRIDGAIN_PERFORMANCE_SUGGESTIONS_DISABLED=true
2014-11-20 12:10:36,871 INFO [org.gridgain.grid.kernal.GridKernal] (MSC service thread 1-15) To disable, set -DGRIDGAIN_PERFORMANCE_SUGGESTIONS_DISABLED=true
2014-11-20 12:10:36,872 INFO [stdout] (MSC service thread 1-15) [12:10:36] ^-- Enable ATOMIC mode if not using transactions (set 'atomicityMode' to ATOMIC)
2014-11-20 12:10:36,872 INFO [org.gridgain.grid.kernal.GridKernal] (MSC service thread 1-15) ^-- Enable ATOMIC mode if not using transactions (set 'atomicityMode' to ATOMIC)
2014-11-20 12:10:36,873 INFO [stdout] (MSC service thread 1-15) [12:10:36] ^-- Disable fully synchronous writes (set 'writeSynchronizationMode' to PRIMARY_SYNC or FULL_ASYNC)
2014-11-20 12:10:36,873 INFO [org.gridgain.grid.kernal.GridKernal] (MSC service thread 1-15) ^-- Disable fully synchronous writes (set 'writeSynchronizationMode' to PRIMARY_SYNC or FULL_ASYNC)
2014-11-20 12:10:36,874 INFO [stdout] (MSC service thread 1-15) [12:10:36] ^-- Disable query index (set 'queryIndexEnabled' to false)
2014-11-20 12:10:36,874 INFO [org.gridgain.grid.kernal.GridKernal] (MSC service thread 1-15) ^-- Disable query index (set 'queryIndexEnabled' to false)
2014-11-20 12:10:36,875 INFO [stdout] (MSC service thread 1-15) [12:10:36] ^-- Enable optimized marshaller (set 'marshaller' to GridOptimizedMarshaller)
2014-11-20 12:10:36,875 INFO [org.gridgain.grid.kernal.GridKernal] (MSC service thread 1-15) ^-- Enable optimized marshaller (set 'marshaller' to GridOptimizedMarshaller)
2014-11-20 12:10:36,876 INFO [stdout] (MSC service thread 1-15) [12:10:36]
2014-11-20 12:10:36,876 INFO [org.gridgain.grid.kernal.GridKernal] (MSC service thread 1-15)
2014-11-20 12:10:36,877 INFO [stdout] (MSC service thread 1-15) [12:10:36] If running benchmarks, see http://bit.ly/GridGain-Benchmarking
2014-11-20 12:10:36,878 INFO [org.gridgain.grid.kernal.GridKernal] (MSC service thread 1-15) If running benchmarks, see http://bit.ly/GridGain-Benchmarking
2014-11-20 12:10:36,878 INFO [stdout] (MSC service thread 1-15) [12:10:36] To start Console Management & Monitoring run ggvisorcmd.{sh|bat}
2014-11-20 12:10:36,879 INFO [org.gridgain.grid.kernal.GridKernal] (MSC service thread 1-15) To start Console Management & Monitoring run ggvisorcmd.{sh|bat}
2014-11-20 12:10:36,879 INFO [stdout] (MSC service thread 1-15) [12:10:36]
2014-11-20 12:10:36,880 INFO [stdout] (MSC service thread 1-15) [12:10:36] GridGain node started OK (id=704b0f4d)
2014-11-20 12:10:36,880 INFO [org.gridgain.grid.kernal.GridKernal] (MSC service thread 1-15)
2014-11-20 12:10:36,882 INFO [org.gridgain.grid.kernal.GridKernal] (MSC service thread 1-15)
>>> +---------------------------------------------------------------------------+
>>> GridGain ver. 6.5.5-os#20141114-sha1:811fb4a8f6adf334abd9c5b98cfec7fadb0b7b94
>>> +---------------------------------------------------------------------------+
>>> OS name: Linux 3.13.0-37-generic amd64
>>> CPU(s): 32
>>> Heap: 0.44GB
>>> VM name: 950@node01
>>> Grid name: null
>>> Local node [ID=704B0F4D-1831-4B37-856F-0FFE89C7BD18, order=1]
>>> Local node addresses: [/172.17.42.1, /10.10.10.11, /127.0.0.1]
>>> Local ports: TCP:11211 TCP:47100 UDP:47400 TCP:47500 TCP:48100
>>> GridGain documentation: http://www.gridgain.com/documentation
2014-11-20 12:10:36,884 INFO [stdout] (MSC service thread 1-15) [12:10:36] Topology snapshot [ver=1, nodes=1, CPUs=32, heap=0.44GB]
2014-11-20 12:10:36,885 INFO [org.gridgain.grid.kernal.managers.discovery.GridDiscoveryManager] (MSC service thread 1-15) Topology snapshot [ver=1, nodes=1, CPUs=32, heap=0.44GB]
2014-11-20 12:10:37,007 INFO [org.wildfly.extension.undertow] (MSC service thread 1-15) JBAS017534: Registered web context: /
2014-11-20 12:10:37,101 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "imdgtest-server-1.0-SNAPSHOT.war" (runtime-name : "imdgtest-server-1.0-SNAPSHOT.war")
2014-11-20 12:10:48,023 INFO [org.gridgain.grid.util.worker.GridWorker] (disco-event-worker-#150%null%) Added new node to topology: GridTcpDiscoveryNode [id=b1a7600f-5d12-4945-887c-c30415559069, addrs=[172.17.42.1, 10.10.10.13, 127.0.0.1], sockAddrs=[/172.17.42.1:47500, /10.10.10.13:47500, /127.0.0.1:47500], discPort=47500, order=2, loc=false, ver=6.5.5#20141114-sha1:811fb4a8]
2014-11-20 12:10:48,032 INFO [stdout] (disco-event-worker-#150%null%) [12:10:48] Topology snapshot [ver=2, nodes=2, CPUs=64, heap=0.89GB]
2014-11-20 12:10:48,033 INFO [org.gridgain.grid.kernal.managers.discovery.GridDiscoveryManager] (disco-event-worker-#150%null%) Topology snapshot [ver=2, nodes=2, CPUs=64, heap=0.89GB]
2014-11-20 12:11:36,879 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=2.37%, avg=4.2%, GC=0%]
^-- Heap [used=206MB, free=54.7%, comm=356MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:12:36,871 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=1.43%, avg=3.23%, GC=0%]
^-- Heap [used=279MB, free=38.56%, comm=378MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=1, idle=63, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:13:36,872 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=1.93%, avg=2.83%, GC=0.07%]
^-- Heap [used=333MB, free=26.66%, comm=378MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:14:36,872 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=1.73%, avg=2.91%, GC=0.03%]
^-- Heap [used=342MB, free=24.82%, comm=444MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:15:36,872 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=1.93%, avg=2.71%, GC=0.03%]
^-- Heap [used=387MB, free=14.94%, comm=441MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:16:36,872 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=1.97%, avg=2.76%, GC=0.03%]
^-- Heap [used=402MB, free=12.61%, comm=460MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:17:36,872 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=1.77%, avg=2.63%, GC=0.03%]
^-- Heap [used=369MB, free=22.37%, comm=476MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:18:32,841 SEVERE [org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedCache] (grid-timeout-worker-#129%null%) Failed to acquire lock for request: GridNearLockRequest [topVer=2, miniId=571ba3dc941-b3d390b9-e22b-48b7-a3db-be8e5d79bbc1, syncCommit=true, syncRollback=true, implicitTx=false, implicitSingleTx=false, onePhaseCommit=false, dhtVers=[null], subjId=b1a7600f-5d12-4945-887c-c30415559069, taskNameHash=0, hasTransforms=false, filter=null, super=GridDistributedLockRequest [nodeId=b1a7600f-5d12-4945-887c-c30415559069, nearXidVer=GridCacheVersion [topVer=27965437, nodeOrderDrId=2, globalTime=0, order=1416486128036], threadId=567, futId=371ba3dc941-b3d390b9-e22b-48b7-a3db-be8e5d79bbc1, timeout=4142, isInTx=true, isInvalidate=false, isRead=true, isolation=REPEATABLE_READ, writeEntries=null, retVals=[true], txSize=0, partLock=false, drVersByIdx=null, keysCnt=1, super=GridDistributedBaseMessage [ver=GridCacheVersion [topVer=27965437, nodeOrderDrId=2, globalTime=0, order=1416486128036], candsByIdx=null, candsByKey=null, committedVers=null, rolledbackVers=null, cnt=0, super=GridCacheMessage [msgId=272249, depInfo=null, err=null, skipPrepare=false]]]]: class org.gridgain.grid.cache.GridCacheTxTimeoutException: Failed to acquire lock within provided timeout for transaction [timeout=11046, tx=org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxLocalAdapter$1@2fc12bad]
For more information see:
Troubleshooting: http://bit.ly/GridGain-Troubleshooting
Documentation Center: http://bit.ly/GridGain-Documentation
at org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter$PostLockClosure1.apply(GridCacheTxLocalAdapter.java:3233) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter$PostLockClosure1.apply(GridCacheTxLocalAdapter.java:3185) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.util.future.GridEmbeddedFuture$2.applyx(GridEmbeddedFuture.java:118) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.util.future.GridEmbeddedFuture$AsyncListener1.apply(GridEmbeddedFuture.java:273) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.util.future.GridEmbeddedFuture$AsyncListener1.apply(GridEmbeddedFuture.java:267) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.util.future.GridFutureAdapter.notifyListener(GridFutureAdapter.java:386) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.util.future.GridFutureAdapter.notifyListeners(GridFutureAdapter.java:373) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.util.future.GridFutureAdapter.onDone(GridFutureAdapter.java:504) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.util.future.GridFutureAdapter.onDone(GridFutureAdapter.java:474) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLockFuture.onComplete(GridDhtLockFuture.java:691) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLockFuture.access$500(GridDhtLockFuture.java:51) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLockFuture$LockTimeoutObject.onTimeout(GridDhtLockFuture.java:1013) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.timeout.GridTimeoutProcessor$TimeoutWorker.body(GridTimeoutProcessor.java:138) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.util.worker.GridWorker.run(GridWorker.java:151) [gridgain-core-6.5.5.jar:]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_65]
2014-11-20 12:18:32,846 SEVERE [org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedCache] (grid-timeout-worker-#129%null%) Future execution resulted in error: GridEmbeddedFuture [embedded=GridFinishedFutureEx [err=null, startTime=1416485908668]]: class org.gridgain.grid.cache.GridCacheTxTimeoutException: Failed to acquire lock within provided timeout for transaction [timeout=11046, tx=org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxLocalAdapter$1@2fc12bad]
For more information see:
Troubleshooting: http://bit.ly/GridGain-Troubleshooting
Documentation Center: http://bit.ly/GridGain-Documentation
at org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter$PostLockClosure1.apply(GridCacheTxLocalAdapter.java:3233) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter$PostLockClosure1.apply(GridCacheTxLocalAdapter.java:3185) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.util.future.GridEmbeddedFuture$2.applyx(GridEmbeddedFuture.java:118) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.util.future.GridEmbeddedFuture$AsyncListener1.apply(GridEmbeddedFuture.java:273) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.util.future.GridEmbeddedFuture$AsyncListener1.apply(GridEmbeddedFuture.java:267) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.util.future.GridFutureAdapter.notifyListener(GridFutureAdapter.java:386) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.util.future.GridFutureAdapter.notifyListeners(GridFutureAdapter.java:373) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.util.future.GridFutureAdapter.onDone(GridFutureAdapter.java:504) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.util.future.GridFutureAdapter.onDone(GridFutureAdapter.java:474) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLockFuture.onComplete(GridDhtLockFuture.java:691) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLockFuture.access$500(GridDhtLockFuture.java:51) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLockFuture$LockTimeoutObject.onTimeout(GridDhtLockFuture.java:1013) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.timeout.GridTimeoutProcessor$TimeoutWorker.body(GridTimeoutProcessor.java:138) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.util.worker.GridWorker.run(GridWorker.java:151) [gridgain-core-6.5.5.jar:]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_65]
2014-11-20 12:18:36,872 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=0.07%, avg=4.24%, GC=0%]
^-- Heap [used=409MB, free=14.24%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:19:37,223 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=18.77%, avg=5.96%, GC=0.97%]
^-- Heap [used=381MB, free=19.98%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:20:37,824 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=21.67%, avg=7.44%, GC=1.1%]
^-- Heap [used=396MB, free=16.89%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=1, idle=63, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:20:46,796 SEVERE [org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedCache] (gridgain-#114%sys-null%) Failed completing transaction [commit=true, tx=GridDhtTxLocal [nearNodeId=b1a7600f-5d12-4945-887c-c30415559069, nearFutId=be04f3dc941-b3d390b9-e22b-48b7-a3db-be8e5d79bbc1, nearMiniId=de04f3dc941-b3d390b9-e22b-48b7-a3db-be8e5d79bbc1, nearFinFutId=55fcf3dc941-b3d390b9-e22b-48b7-a3db-be8e5d79bbc1, nearFinMiniId=96fcf3dc941-b3d390b9-e22b-48b7-a3db-be8e5d79bbc1, nearXidVer=GridCacheVersion [topVer=27965437, nodeOrderDrId=2, globalTime=0, order=1416486225673], super=GridDhtTxLocalAdapter [mapped=true, syncCommit=true, syncRollback=true, dhtThreadId=304, explicitLock=false, needsCompletedVers=false, nearNodes=[], dhtNodes=[], super=GridCacheTxLocalAdapter [completedBase=null, partLock=false, sndTransformedVals=false, super=GridCacheTxAdapter [xidVer=GridCacheVersion [topVer=27965437, nodeOrderDrId=1, globalTime=0, order=1416486225674], writeVer=null, implicit=false, implicitSingle=false, loc=true, threadId=625, startTime=1416486031434, nodeId=704b0f4d-1831-4b37-856f-0ffe89c7bd18, startVer=GridCacheVersion [topVer=27965437, nodeOrderDrId=1, globalTime=0, order=1416486225674], endVer=null, isolation=REPEATABLE_READ, concurrency=PESSIMISTIC, timeout=15000, sysInvalidate=false, commitVer=null, finalizing=USER_FINISH, preparing=false, state=MARKED_ROLLBACK, timedOut=false, topVer=2, duration=15355ms, grpLock=false, onePhaseCommit=false], size=479]]]]: class org.gridgain.grid.cache.GridCacheTxTimeoutException: Cache transaction timed out (was rolled back automatically): GridDhtTxLocal [nearNodeId=b1a7600f-5d12-4945-887c-c30415559069, nearFutId=be04f3dc941-b3d390b9-e22b-48b7-a3db-be8e5d79bbc1, nearMiniId=de04f3dc941-b3d390b9-e22b-48b7-a3db-be8e5d79bbc1, nearFinFutId=55fcf3dc941-b3d390b9-e22b-48b7-a3db-be8e5d79bbc1, nearFinMiniId=96fcf3dc941-b3d390b9-e22b-48b7-a3db-be8e5d79bbc1, nearXidVer=GridCacheVersion [topVer=27965437, nodeOrderDrId=2, globalTime=0, order=1416486225673], super=GridDhtTxLocalAdapter [mapped=true, syncCommit=true, syncRollback=true, dhtThreadId=304, explicitLock=false, needsCompletedVers=false, nearNodes=[], dhtNodes=[], super=GridCacheTxLocalAdapter [completedBase=null, partLock=false, sndTransformedVals=false, super=GridCacheTxAdapter [xidVer=GridCacheVersion [topVer=27965437, nodeOrderDrId=1, globalTime=0, order=1416486225674], writeVer=null, implicit=false, implicitSingle=false, loc=true, threadId=625, startTime=1416486031434, nodeId=704b0f4d-1831-4b37-856f-0ffe89c7bd18, startVer=GridCacheVersion [topVer=27965437, nodeOrderDrId=1, globalTime=0, order=1416486225674], endVer=null, isolation=REPEATABLE_READ, concurrency=PESSIMISTIC, timeout=15000, sysInvalidate=false, commitVer=null, finalizing=USER_FINISH, preparing=false, state=MARKED_ROLLBACK, timedOut=false, topVer=2, duration=15345ms, grpLock=false, onePhaseCommit=false], size=479]]]
For more information see:
Troubleshooting: http://bit.ly/GridGain-Troubleshooting
Documentation Center: http://bit.ly/GridGain-Documentation
at org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter.checkValid(GridCacheTxLocalAdapter.java:2895) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter.userPrepare(GridCacheTxLocalAdapter.java:368) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxLocal.prepareAsync(GridDhtTxLocal.java:323) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter.prepare(GridCacheTxLocalAdapter.java:398) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter.finish(GridDhtTransactionalCacheAdapter.java:405) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter.processNearTxFinishRequest(GridDhtTransactionalCacheAdapter.java:1002) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter.access$200(GridDhtTransactionalCacheAdapter.java:53) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter$5.apply(GridDhtTransactionalCacheAdapter.java:115) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter$5.apply(GridDhtTransactionalCacheAdapter.java:113) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.GridCacheIoManager.processMessage(GridCacheIoManager.java:304) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.GridCacheIoManager.onMessage0(GridCacheIoManager.java:230) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.GridCacheIoManager.access$200(GridCacheIoManager.java:49) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.GridCacheIoManager$1.onMessage(GridCacheIoManager.java:142) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.managers.communication.GridIoManager.processRegularMessage0(GridIoManager.java:662) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.managers.communication.GridIoManager.access$1900(GridIoManager.java:62) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.managers.communication.GridIoManager$6.body(GridIoManager.java:623) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.util.worker.GridWorker.run(GridWorker.java:151) [gridgain-core-6.5.5.jar:]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_65]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_65]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_65]
2014-11-20 12:21:03,832 SEVERE [org.gridgain.grid.util.future.GridFutureAdapter] (gridgain-#112%sys-null%) Failed to execute compound future reducer: Compound future listener: GridDhtColocatedLockFuture [threadId=569, futId=de39b3dc941-f59acd93-a9ce-4b71-9886-f5452c28d145, lockVer=GridCacheVersion [topVer=27965437, nodeOrderDrId=1, globalTime=0, order=1416486236842], read=true, retval=true, err=null, timeout=445, topSnapshot=GridDiscoveryTopologySnapshot [topVer=2, topNodes=[GridTcpDiscoveryNode [id=704b0f4d-1831-4b37-856f-0ffe89c7bd18, addrs=[172.17.42.1, 10.10.10.11, 127.0.0.1], sockAddrs=[/172.17.42.1:47500, /10.10.10.11:47500, /127.0.0.1:47500], discPort=47500, order=1, loc=true, ver=6.5.5#20141114-sha1:811fb4a8], GridTcpDiscoveryNode [id=b1a7600f-5d12-4945-887c-c30415559069, addrs=[172.17.42.1, 10.10.10.13, 127.0.0.1], sockAddrs=[/172.17.42.1:47500, /10.10.10.13:47500, /127.0.0.1:47500], discPort=47500, order=2, loc=false, ver=6.5.5#20141114-sha1:811fb4a8]]], trackable=true, inTx=true, super=GridCompoundIdentityFuture [super=GridCompoundFuture [lsnrCalls=0, finished=false, rdc=Bool reducer: true, init=true, res=java.util.concurrent.atomic.AtomicMarkableReference@46ac93cd, err=null, done=false, cancelled=false, err=null, futs=[true]]]]: class org.gridgain.grid.cache.GridCacheTxTimeoutException: Cache transaction timed out: GridDhtTxLocal [nearNodeId=704b0f4d-1831-4b37-856f-0ffe89c7bd18, nearFutId=b126b3dc941-f59acd93-a9ce-4b71-9886-f5452c28d145, nearMiniId=d126b3dc941-f59acd93-a9ce-4b71-9886-f5452c28d145, nearFinFutId=null, nearFinMiniId=null, nearXidVer=GridCacheVersion [topVer=27965437, nodeOrderDrId=1, globalTime=0, order=1416486236842], super=GridDhtTxLocalAdapter [mapped=false, syncCommit=true, syncRollback=true, dhtThreadId=283, explicitLock=false, needsCompletedVers=false, nearNodes=[], dhtNodes=[], super=GridCacheTxLocalAdapter [completedBase=null, partLock=false, sndTransformedVals=false, super=GridCacheTxAdapter [xidVer=GridCacheVersion [topVer=27965437, nodeOrderDrId=2, globalTime=0, order=1416486241192], writeVer=null, implicit=false, implicitSingle=false, loc=true, threadId=569, startTime=1416486062607, nodeId=b1a7600f-5d12-4945-887c-c30415559069, startVer=GridCacheVersion [topVer=27965437, nodeOrderDrId=2, globalTime=0, order=1416486241192], endVer=null, isolation=REPEATABLE_READ, concurrency=PESSIMISTIC, timeout=7035, sysInvalidate=false, commitVer=null, finalizing=NONE, preparing=false, state=MARKED_ROLLBACK, timedOut=true, topVer=2, duration=7412ms, grpLock=false, onePhaseCommit=false], size=442]]]
For more information see:
Troubleshooting: http://bit.ly/GridGain-Troubleshooting
Documentation Center: http://bit.ly/GridGain-Documentation
at org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter.checkValid(GridCacheTxLocalAdapter.java:2879) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxLocalAdapter.lockAllAsync(GridDhtTxLocalAdapter.java:556) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter$15.apply(GridDhtTransactionalCacheAdapter.java:1693) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter$15.apply(GridDhtTransactionalCacheAdapter.java:1562) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.util.future.GridEmbeddedFuture$2.applyx(GridEmbeddedFuture.java:118) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.util.future.GridEmbeddedFuture$AsyncListener1.apply(GridEmbeddedFuture.java:273) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.util.future.GridEmbeddedFuture$AsyncListener1.apply(GridEmbeddedFuture.java:267) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.util.future.GridFinishedFutureEx.listenAsync(GridFinishedFutureEx.java:170) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.util.future.GridEmbeddedFuture.<init>(GridEmbeddedFuture.java:115) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.util.future.GridEmbeddedFuture.<init>(GridEmbeddedFuture.java:94) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter.lockAllAsync(GridDhtTransactionalCacheAdapter.java:1561) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter.processNearLockRequest(GridDhtTransactionalCacheAdapter.java:1387) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter.access$400(GridDhtTransactionalCacheAdapter.java:53) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter$8.apply(GridDhtTransactionalCacheAdapter.java:133) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter$8.apply(GridDhtTransactionalCacheAdapter.java:131) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.GridCacheIoManager.processMessage(GridCacheIoManager.java:304) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.GridCacheIoManager.onMessage0(GridCacheIoManager.java:230) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.GridCacheIoManager.access$200(GridCacheIoManager.java:49) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.GridCacheIoManager$1.onMessage(GridCacheIoManager.java:142) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.managers.communication.GridIoManager.processRegularMessage0(GridIoManager.java:662) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.managers.communication.GridIoManager.access$1900(GridIoManager.java:62) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.managers.communication.GridIoManager$6.body(GridIoManager.java:623) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.util.worker.GridWorker.run(GridWorker.java:151) [gridgain-core-6.5.5.jar:]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_65]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_65]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_65]
2014-11-20 12:21:17,329 SEVERE [org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedCache] (grid-timeout-worker-#129%null%) Failed to acquire lock for request: GridNearLockRequest [topVer=2, miniId=0ced04dc941-b3d390b9-e22b-48b7-a3db-be8e5d79bbc1, syncCommit=true, syncRollback=true, implicitTx=false, implicitSingleTx=false, onePhaseCommit=false, dhtVers=[null], subjId=b1a7600f-5d12-4945-887c-c30415559069, taskNameHash=0, hasTransforms=false, filter=null, super=GridDistributedLockRequest [nodeId=b1a7600f-5d12-4945-887c-c30415559069, nearXidVer=GridCacheVersion [topVer=27965437, nodeOrderDrId=2, globalTime=0, order=1416486245250], threadId=632, futId=ebed04dc941-b3d390b9-e22b-48b7-a3db-be8e5d79bbc1, timeout=247, isInTx=true, isInvalidate=false, isRead=true, isolation=REPEATABLE_READ, writeEntries=null, retVals=[true], txSize=0, partLock=false, drVersByIdx=null, keysCnt=1, super=GridDistributedBaseMessage [ver=GridCacheVersion [topVer=27965437, nodeOrderDrId=2, globalTime=0, order=1416486245250], candsByIdx=null, candsByKey=null, committedVers=null, rolledbackVers=null, cnt=0, super=GridCacheMessage [msgId=320711, depInfo=null, err=null, skipPrepare=false]]]]: class org.gridgain.grid.cache.GridCacheTxTimeoutException: Failed to acquire lock within provided timeout for transaction [timeout=6988, tx=org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxLocalAdapter$1@785d3945]
For more information see:
Troubleshooting: http://bit.ly/GridGain-Troubleshooting
Documentation Center: http://bit.ly/GridGain-Documentation
at org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter$PostLockClosure1.apply(GridCacheTxLocalAdapter.java:3233) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter$PostLockClosure1.apply(GridCacheTxLocalAdapter.java:3185) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.util.future.GridEmbeddedFuture$2.applyx(GridEmbeddedFuture.java:118) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.util.future.GridEmbeddedFuture$AsyncListener1.apply(GridEmbeddedFuture.java:273) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.util.future.GridEmbeddedFuture$AsyncListener1.apply(GridEmbeddedFuture.java:267) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.util.future.GridFutureAdapter.notifyListener(GridFutureAdapter.java:386) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.util.future.GridFutureAdapter.notifyListeners(GridFutureAdapter.java:373) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.util.future.GridFutureAdapter.onDone(GridFutureAdapter.java:504) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.util.future.GridFutureAdapter.onDone(GridFutureAdapter.java:474) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLockFuture.onComplete(GridDhtLockFuture.java:691) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLockFuture.access$500(GridDhtLockFuture.java:51) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLockFuture$LockTimeoutObject.onTimeout(GridDhtLockFuture.java:1013) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.timeout.GridTimeoutProcessor$TimeoutWorker.body(GridTimeoutProcessor.java:138) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.util.worker.GridWorker.run(GridWorker.java:151) [gridgain-core-6.5.5.jar:]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_65]
2014-11-20 12:21:17,330 SEVERE [org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedCache] (grid-timeout-worker-#129%null%) Future execution resulted in error: GridEmbeddedFuture [embedded=GridFinishedFutureEx [err=null, startTime=1416486076213]]: class org.gridgain.grid.cache.GridCacheTxTimeoutException: Failed to acquire lock within provided timeout for transaction [timeout=6988, tx=org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxLocalAdapter$1@785d3945]
For more information see:
Troubleshooting: http://bit.ly/GridGain-Troubleshooting
Documentation Center: http://bit.ly/GridGain-Documentation
at org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter$PostLockClosure1.apply(GridCacheTxLocalAdapter.java:3233) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter$PostLockClosure1.apply(GridCacheTxLocalAdapter.java:3185) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.util.future.GridEmbeddedFuture$2.applyx(GridEmbeddedFuture.java:118) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.util.future.GridEmbeddedFuture$AsyncListener1.apply(GridEmbeddedFuture.java:273) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.util.future.GridEmbeddedFuture$AsyncListener1.apply(GridEmbeddedFuture.java:267) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.util.future.GridFutureAdapter.notifyListener(GridFutureAdapter.java:386) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.util.future.GridFutureAdapter.notifyListeners(GridFutureAdapter.java:373) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.util.future.GridFutureAdapter.onDone(GridFutureAdapter.java:504) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.util.future.GridFutureAdapter.onDone(GridFutureAdapter.java:474) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLockFuture.onComplete(GridDhtLockFuture.java:691) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLockFuture.access$500(GridDhtLockFuture.java:51) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtLockFuture$LockTimeoutObject.onTimeout(GridDhtLockFuture.java:1013) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.timeout.GridTimeoutProcessor$TimeoutWorker.body(GridTimeoutProcessor.java:138) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.util.worker.GridWorker.run(GridWorker.java:151) [gridgain-core-6.5.5.jar:]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_65]
2014-11-20 12:21:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=22.47%, avg=8.78%, GC=1.13%]
^-- Heap [used=425MB, free=10.77%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=1, idle=63, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:22:24,808 SEVERE [org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedCache] (gridgain-#80%sys-null%) Failed completing transaction [commit=true, tx=GridDhtTxLocal [nearNodeId=b1a7600f-5d12-4945-887c-c30415559069, nearFutId=1ae624dc941-b3d390b9-e22b-48b7-a3db-be8e5d79bbc1, nearMiniId=3ae624dc941-b3d390b9-e22b-48b7-a3db-be8e5d79bbc1, nearFinFutId=213e24dc941-b3d390b9-e22b-48b7-a3db-be8e5d79bbc1, nearFinMiniId=313e24dc941-b3d390b9-e22b-48b7-a3db-be8e5d79bbc1, nearXidVer=GridCacheVersion [topVer=27965437, nodeOrderDrId=2, globalTime=0, order=1416486286130], super=GridDhtTxLocalAdapter [mapped=true, syncCommit=true, syncRollback=true, dhtThreadId=317, explicitLock=false, needsCompletedVers=false, nearNodes=[], dhtNodes=[], super=GridCacheTxLocalAdapter [completedBase=null, partLock=false, sndTransformedVals=false, super=GridCacheTxAdapter [xidVer=GridCacheVersion [topVer=27965437, nodeOrderDrId=1, globalTime=0, order=1416486286131], writeVer=null, implicit=false, implicitSingle=false, loc=true, threadId=657, startTime=1416486129385, nodeId=704b0f4d-1831-4b37-856f-0ffe89c7bd18, startVer=GridCacheVersion [topVer=27965437, nodeOrderDrId=1, globalTime=0, order=1416486286131], endVer=null, isolation=REPEATABLE_READ, concurrency=PESSIMISTIC, timeout=15000, sysInvalidate=false, commitVer=null, finalizing=USER_FINISH, preparing=false, state=MARKED_ROLLBACK, timedOut=false, topVer=2, duration=15415ms, grpLock=false, onePhaseCommit=false], size=483]]]]: class org.gridgain.grid.cache.GridCacheTxTimeoutException: Cache transaction timed out (was rolled back automatically): GridDhtTxLocal [nearNodeId=b1a7600f-5d12-4945-887c-c30415559069, nearFutId=1ae624dc941-b3d390b9-e22b-48b7-a3db-be8e5d79bbc1, nearMiniId=3ae624dc941-b3d390b9-e22b-48b7-a3db-be8e5d79bbc1, nearFinFutId=213e24dc941-b3d390b9-e22b-48b7-a3db-be8e5d79bbc1, nearFinMiniId=313e24dc941-b3d390b9-e22b-48b7-a3db-be8e5d79bbc1, nearXidVer=GridCacheVersion [topVer=27965437, nodeOrderDrId=2, globalTime=0, order=1416486286130], super=GridDhtTxLocalAdapter [mapped=true, syncCommit=true, syncRollback=true, dhtThreadId=317, explicitLock=false, needsCompletedVers=false, nearNodes=[], dhtNodes=[], super=GridCacheTxLocalAdapter [completedBase=null, partLock=false, sndTransformedVals=false, super=GridCacheTxAdapter [xidVer=GridCacheVersion [topVer=27965437, nodeOrderDrId=1, globalTime=0, order=1416486286131], writeVer=null, implicit=false, implicitSingle=false, loc=true, threadId=657, startTime=1416486129385, nodeId=704b0f4d-1831-4b37-856f-0ffe89c7bd18, startVer=GridCacheVersion [topVer=27965437, nodeOrderDrId=1, globalTime=0, order=1416486286131], endVer=null, isolation=REPEATABLE_READ, concurrency=PESSIMISTIC, timeout=15000, sysInvalidate=false, commitVer=null, finalizing=USER_FINISH, preparing=false, state=MARKED_ROLLBACK, timedOut=false, topVer=2, duration=15415ms, grpLock=false, onePhaseCommit=false], size=483]]]
For more information see:
Troubleshooting: http://bit.ly/GridGain-Troubleshooting
Documentation Center: http://bit.ly/GridGain-Documentation
at org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter.checkValid(GridCacheTxLocalAdapter.java:2895) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter.userPrepare(GridCacheTxLocalAdapter.java:368) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTxLocal.prepareAsync(GridDhtTxLocal.java:323) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.GridCacheTxLocalAdapter.prepare(GridCacheTxLocalAdapter.java:398) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter.finish(GridDhtTransactionalCacheAdapter.java:405) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter.processNearTxFinishRequest(GridDhtTransactionalCacheAdapter.java:1002) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter.access$200(GridDhtTransactionalCacheAdapter.java:53) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter$5.apply(GridDhtTransactionalCacheAdapter.java:115) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtTransactionalCacheAdapter$5.apply(GridDhtTransactionalCacheAdapter.java:113) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.GridCacheIoManager.processMessage(GridCacheIoManager.java:304) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.GridCacheIoManager.onMessage0(GridCacheIoManager.java:230) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.GridCacheIoManager.access$200(GridCacheIoManager.java:49) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.processors.cache.GridCacheIoManager$1.onMessage(GridCacheIoManager.java:142) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.managers.communication.GridIoManager.processRegularMessage0(GridIoManager.java:662) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.managers.communication.GridIoManager.access$1900(GridIoManager.java:62) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.kernal.managers.communication.GridIoManager$6.body(GridIoManager.java:623) [gridgain-core-6.5.5.jar:]
at org.gridgain.grid.util.worker.GridWorker.run(GridWorker.java:151) [gridgain-core-6.5.5.jar:]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_65]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_65]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_65]
2014-11-20 12:22:37,354 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=16.9%, avg=10.56%, GC=0.9%]
^-- Heap [used=418MB, free=12.36%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=2, idle=62, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:22:53,364 WARNING [org.gridgain.grid.util.worker.GridWorker] (cache-dgc-res-worker-#140%null%) DGCed suspicious transactions and locks (consider increasing 'dgcSuspectLockTimeout' configuration property) [rmtNodeId=b1a7600f-5d12-4945-887c-c30415559069, salvagedTxCnt=1, rolledbackTxCnt=0, rmvLockCnt=0]
2014-11-20 12:22:53,371 WARNING [org.gridgain.grid.kernal.processors.cache.distributed.dht.colocated.GridDhtColocatedCache] (gridgain-#106%sys-null%) Received finish request for completed transaction (the message may be too late and transaction could have been DGCed by now) [commit=true, xid=GridCacheVersion [topVer=27965437, nodeOrderDrId=2, globalTime=0, order=1416486305139]]
2014-11-20 12:23:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=0.07%, avg=10.79%, GC=0%]
^-- Heap [used=425MB, free=10.81%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:24:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=20.67%, avg=10.1%, GC=1.07%]
^-- Heap [used=421MB, free=11.59%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:25:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=5.5%, avg=9.59%, GC=0.37%]
^-- Heap [used=423MB, free=11.21%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:26:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=0.03%, avg=9.15%, GC=0%]
^-- Heap [used=427MB, free=10.47%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:27:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=0.07%, avg=8.76%, GC=0%]
^-- Heap [used=428MB, free=10.15%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:28:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=0.07%, avg=8.34%, GC=0%]
^-- Heap [used=425MB, free=10.7%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:29:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=0.07%, avg=8%, GC=0%]
^-- Heap [used=429MB, free=10.03%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:30:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=0.03%, avg=7.71%, GC=0%]
^-- Heap [used=428MB, free=10.14%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:31:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=0.03%, avg=7.48%, GC=0%]
^-- Heap [used=430MB, free=9.8%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:32:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=0.23%, avg=7.27%, GC=0%]
^-- Heap [used=428MB, free=10.14%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:33:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=0.03%, avg=7.03%, GC=0%]
^-- Heap [used=431MB, free=9.63%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:34:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=0.03%, avg=6.83%, GC=0%]
^-- Heap [used=434MB, free=8.93%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:35:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=0.03%, avg=6.63%, GC=0%]
^-- Heap [used=434MB, free=8.95%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:36:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=0.03%, avg=6.45%, GC=0%]
^-- Heap [used=434MB, free=8.87%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:37:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=0.03%, avg=6.27%, GC=0%]
^-- Heap [used=438MB, free=8.11%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:38:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=0.03%, avg=6.09%, GC=0%]
^-- Heap [used=419MB, free=12.01%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:39:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=0.07%, avg=5.91%, GC=0%]
^-- Heap [used=421MB, free=11.7%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:40:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=0.07%, avg=5.74%, GC=0%]
^-- Heap [used=421MB, free=11.67%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:41:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=5.13%, avg=5.61%, GC=0.37%]
^-- Heap [used=426MB, free=10.55%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:42:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=5.27%, avg=5.48%, GC=0.4%]
^-- Heap [used=426MB, free=10.6%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:43:37,070 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=0.07%, avg=5.34%, GC=0%]
^-- Heap [used=418MB, free=12.2%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=2, idle=62, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:44:36,871 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=5.5%, avg=5.24%, GC=0.4%]
^-- Heap [used=424MB, free=10.91%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:45:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=5.83%, avg=5.11%, GC=0.43%]
^-- Heap [used=424MB, free=11.05%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:46:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=0.07%, avg=5.01%, GC=0%]
^-- Heap [used=427MB, free=10.41%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:47:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=0.03%, avg=4.91%, GC=0%]
^-- Heap [used=428MB, free=10.1%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:48:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=0.07%, avg=4.82%, GC=0%]
^-- Heap [used=433MB, free=9.22%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:49:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=0.07%, avg=4.72%, GC=0%]
^-- Heap [used=434MB, free=8.92%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:50:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=0.13%, avg=4.63%, GC=0%]
^-- Heap [used=438MB, free=8.13%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:51:36,869 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=0.07%, avg=4.55%, GC=0%]
^-- Heap [used=441MB, free=7.43%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:52:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=0.03%, avg=4.47%, GC=0%]
^-- Heap [used=440MB, free=7.57%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:53:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=5.2%, avg=4.4%, GC=0.37%]
^-- Heap [used=420MB, free=11.81%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:54:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=5.3%, avg=4.32%, GC=0.4%]
^-- Heap [used=422MB, free=11.36%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:55:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=6.33%, avg=4.25%, GC=0.43%]
^-- Heap [used=424MB, free=11.05%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:56:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=0.1%, avg=4.19%, GC=0%]
^-- Heap [used=427MB, free=10.28%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:57:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=0.07%, avg=4.14%, GC=0%]
^-- Heap [used=433MB, free=9.13%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:58:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=0.07%, avg=4.08%, GC=0%]
^-- Heap [used=433MB, free=9.22%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 12:59:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=0.07%, avg=4.01%, GC=0%]
^-- Heap [used=434MB, free=8.84%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 13:00:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=0.07%, avg=3.95%, GC=0%]
^-- Heap [used=438MB, free=7.98%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 13:01:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=0.07%, avg=3.89%, GC=0%]
^-- Heap [used=419MB, free=12.02%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 13:02:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=0.03%, avg=3.83%, GC=0%]
^-- Heap [used=440MB, free=7.68%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 13:03:36,869 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=5.73%, avg=3.79%, GC=0.4%]
^-- Heap [used=422MB, free=11.45%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 13:04:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=5.83%, avg=3.74%, GC=0.43%]
^-- Heap [used=421MB, free=11.57%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 13:05:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=6.37%, avg=3.69%, GC=0.43%]
^-- Heap [used=421MB, free=11.6%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 13:06:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=0.03%, avg=3.66%, GC=0%]
^-- Heap [used=423MB, free=11.13%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
2014-11-20 13:07:36,870 INFO [org.gridgain.grid.kernal.GridKernal] (gridgain-metrics-logger)
Metrics for local node (to disable set 'metricsLogFrequency' to 0)
^-- H/N/C [hosts=2, nodes=2, CPUs=64]
^-- CPU [cur=0.03%, avg=3.61%, GC=0%]
^-- Heap [used=424MB, free=11.08%, comm=477MB]
^-- Public thread pool [active=0, idle=64, qSize=0]
^-- System thread pool [active=0, idle=64, qSize=0]
^-- Outbound messages queue [size=0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment