Hi Andrey,

I've built ignite-3477-master (commit hash 5839f481b7) today.
Apart from the fact that some other Configuration APIs changed, CacheMemoryMode disapeared. I guess this is related to http://apache-ignite-developers.2346864.n4.nabble.com/IGNITE-4758-introducing-cache-memory-policies-td14957.html

Anyway, I've got the following exception on the first try, since ignite-indexing 2.0.0 is compiled against H2 1.4.191 and Spring Boot 1.5.2.RELEASE managed H2 version is 1.4.193 and apparently org.h2.result.Row changed from abstract class to an interface between the two versions.

Caused by: java.lang.IncompatibleClassChangeError: class org.apache.ignite.internal.processors.query.h2.opt.GridH2Row has interface org.h2.result.Row as super class

After fixing the dependency issue, I've tried to create two node cluster and JVM SIGSEGVed in DirectNioClientWorker just as before.

Attaching crash logs from both nodes (running on the same machine FreeBSD 11) to this e-mail.

Kamil

On 2017-04-12 00:49, Kamil Misuth wrote:
Sure thing.

I will check out ignite-3477-master as soon as I have some time tomorrow.

Kamil


On 04/11/2017 05:48 PM, Andrey Gura wrote:
Thanks for provided information. I need additional time for problem
investigation.

You can also try code from ignite-3477-master branch. This branch
contains many memory related fixes but it isn't stable yet.

On Mon, Apr 10, 2017 at 11:37 PM, kimec.ethome.sk <ki...@ethome.sk> wrote:
Hi Andrey,

sorry, I've got ahead of my self.

I am on FreeBSD 11.0-RELEASE-p1 amd64
With OpenJDK Runtime Environment 1.8.0_121-b13 Oracle Corporation OpenJDK
64-Bit Server VM 25.121-b13
hw.model: Intel(R) Core(TM) i7-4702MQ CPU @ 2.20GHz
hw.machine_arch: amd64
hw.ncpu: 8
hw.physmem: 8251813888

Core dump is 1 GB, so I guess that is no go. I am attaching crash log to
this e-mail.
I have uploaded the project I've used during my testing here
https://github.com/kimec/ignite-spring-boot .
The sample works perfectly well with stock ignite-core on Linux OpenJDK 8
xs64 CentOS 7 .

Kamil



On 2017-04-10 12:24, Andrey Gura wrote:
Hi,

could you please share core dump file? If not, it would be helpful to
know what is CPU architecture on this server.

On Mon, Apr 10, 2017 at 2:53 AM, Kamil Misuth <ki...@ethome.sk> wrote:
Greetings,

OpenJDK (7 and 8) HotSpot JVM SIGSEGVs on FreeBSD 11 as soon as node
joins a
topology and starts to communicate via DirectNioClientWorker.
The root cause is DirectByteBufferStreamImpl (both versions) which uses
GridUnsafe.getXXX/putXXX(Object object, offset, value) methods to
manipulate
DirectByteBuffer, whereas it should really be using
GridUnsafe.getXXX/putXXX(address, value), since DirectByteBuffer is
allocated on C heap (off java heap).
Notice that at least one instance of the same problem is known to exist
in
another project using Unsafe
https://issues.apache.org/jira/browse/CASSANDRA-8325 .
The OpenJDK source of Unsafe is more or less clear on this

http://hg.openjdk.java.net/jdk8u/jdk8u60/jdk/file/935758609767/src/share/classes/sun/misc/Unsafe.java#l391
I have prepared a simple fix here

https://github.com/apache/ignite/compare/1.9.0-rc2...kimec:freebsd-support . However, I am not sure if the solution is right in regard to overall
ignite
performance.
I've tried to compile ignite-core with tests and after applying my
changes
was able to pass all the basic stuff until the performance test stage at which point my machine run out of RAM and swap space (some 10 GB)... Not sure if this is how the tests are supposed to be. After compiling with -DskipTests I was able to create FreeBSD 11 - CentOS 7 two node cluster
and
everything seemed OK (the two nodes shared an IGFS instance backed by
replicated caches).
Please note that OpenJDK on different systems as well as Oracle JDK (via Linux compatility layer) on FreeBSD seem to be more forgiving and does
not
SIGSEGV.
I've based my branch on 1.9.0-rc2 since tag 1.9.0 has already POM with
version 2.0.

Kamil
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00000008020efff9, pid=2291, tid=0x0000000000018a6b
#
# JRE version: OpenJDK Runtime Environment (8.0_121-b13) (build 1.8.0_121-b13)
# Java VM: OpenJDK 64-Bit Server VM (25.121-b13 mixed mode bsd-amd64 compressed oops)
# Problematic frame:
# V  [libjvm.so+0x8efff9]  JVM_handle_bsd_signal+0x1267d9
#
# Core dump written. Default location: /usr/home/kmisuth/git/ignite_examples/java.core
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
#

---------------  T H R E A D  ---------------

Current thread (0x00000008e7177000):  JavaThread "grid-nio-worker-tcp-comm-0-#17%null%" [_thread_in_vm, id=100971, stack(0x00007fffdc5c5000,0x00007fffdc6c5000)]

siginfo: si_signo: 11 (SIGSEGV), si_code: 1 (SEGV_MAPERR), si_addr: 0x0000000000000000

Registers:
RAX=0x00000008025bed60, RBX=0x00000008d2c7ce18, RCX=0x00000008e2055cc5, RDX=0x0000000000000000
RSP=0x00007fffdc6c4210, RBP=0x00007fffdc6c4240, RSI=0x00007fffdc6c4300, RDI=0x00000008e71771e0
R8 =0x0000000000000000, R9 =0x0000000000000000, R10=0x0000000803859928, R11=0x00000008020443f0
R12=0x0000000000000000, R13=0x00000008e7177000, R14=0x0000000000000000, R15=0x00000008e2055cc5
RIP=0x00000008020efff9, EFLAGS=0x0000000000000005, ERR=0x0000000000000004
  TRAPNO=0x000000000000000c

Top of Stack: (sp=0x00007fffdc6c4210)
0x00007fffdc6c4210:   00000008020eff30 00000008d2c7ce18
0x00007fffdc6c4220:   0000000812fff000 00000008d2c7ce18
0x00007fffdc6c4230:   00007fffdc6c4300 00000008e7177000
0x00007fffdc6c4240:   00007fffdc6c42c0 0000000803859954
0x00007fffdc6c4250:   0000000892e74808 0000000892e74808
0x00007fffdc6c4260:   00000008defb7a00 00000008e7177000
0x00007fffdc6c4270:   00000008defb7a00 00000008e7177000
0x00007fffdc6c4280:   00007fffdc6c4280 0000000000000000
0x00007fffdc6c4290:   00007fffdc6c4300 00000008d2cac200
0x00007fffdc6c42a0:   0000000000000000 00000008d2c7ce18
0x00007fffdc6c42b0:   0000000000000000 00007fffdc6c42e0
0x00007fffdc6c42c0:   00007fffdc6c4348 000000080384a0f6
0x00007fffdc6c42d0:   0000000000000000 0000000803853378
0x00007fffdc6c42e0:   0000000000000000 00000008e2055cc5
0x00007fffdc6c42f0:   0000000803865a43 0000000000000000
0x00007fffdc6c4300:   00000008132b1890 00007fffdc6c4308
0x00007fffdc6c4310:   00000008defb79ce 00007fffdc6c4370
0x00007fffdc6c4320:   00000008defbd4e8 0000000000000000
0x00007fffdc6c4330:   00000008defb7a00 00007fffdc6c42e0
0x00007fffdc6c4340:   00007fffdc6c4358 00007fffdc6c43b8
0x00007fffdc6c4350:   000000080384a0f6 0000000000000000
0x00007fffdc6c4360:   00000008e2055cc5 00000008750668d0
0x00007fffdc6c4370:   0000000000000000 00007fffdc6c4378
0x00007fffdc6c4380:   00000009318bf1ef 00007fffdc6c43d8
0x00007fffdc6c4390:   00000009318c5828 0000000000000000
0x00007fffdc6c43a0:   00000009318bf230 00007fffdc6c4358
0x00007fffdc6c43b0:   00007fffdc6c43d0 00007fffdc6c4420
0x00007fffdc6c43c0:   000000080384a0f6 0000000000000005
0x00007fffdc6c43d0:   0000000000000000 00000008750668d0
0x00007fffdc6c43e0:   00007fffdc6c43e0 00000009318bfd82
0x00007fffdc6c43f0:   00007fffdc6c4438 00000009318c5828
0x00007fffdc6c4400:   0000000000000000 00000009318bfe00 

Instructions: (pc=0x00000008020efff9)
0x00000008020effd9:   00 75 0a 41 f7 45 30 00 00 00 30 74 08 4c 89 ef
0x00000008020effe9:   e8 32 f5 fd ff 41 c7 85 58 02 00 00 06 00 00 00
0x00000008020efff9:   49 8b 04 24 41 80 e6 01 46 88 34 38 49 8b 5d 48
0x00000008020f0009:   4c 8b 73 08 48 8b 43 10 48 83 38 00 74 19 48 8b 

Register to memory mapping:

RAX=0x00000008025bed60: gHotSpotVMLongConstants+0x11fe8 in /usr/local/openjdk8/jre/lib/amd64/server/libjvm.so at 0x0000000801800000
RBX={method} {0x00000008d2c7ce18} 'putBoolean' '(Ljava/lang/Object;JZ)V' in 'sun/misc/Unsafe'
RCX=0x00000008e2055cc5 is an unknown value
RDX=0x0000000000000000 is an unknown value
RSP=0x00007fffdc6c4210 is pointing into the stack for thread: 0x00000008e7177000
RBP=0x00007fffdc6c4240 is pointing into the stack for thread: 0x00000008e7177000
RSI=0x00007fffdc6c4300 is pointing into the stack for thread: 0x00000008e7177000
RDI=0x00000008e71771e0 is an unknown value
R8 =0x0000000000000000 is an unknown value
R9 =0x0000000000000000 is an unknown value
R10=0x0000000803859928 is at code_begin+808 in an Interpreter codelet
method entry point (kind = native)  [0x0000000803859600, 0x0000000803859f00]  2304 bytes
R11=0x00000008020443f0: JVM_handle_bsd_signal+0x7abd0 in /usr/local/openjdk8/jre/lib/amd64/server/libjvm.so at 0x0000000801800000
R12=0x0000000000000000 is an unknown value
R13=0x00000008e7177000 is a thread
R14=0x0000000000000000 is an unknown value
R15=0x00000008e2055cc5 is an unknown value


Stack: [0x00007fffdc5c5000,0x00007fffdc6c5000],  sp=0x00007fffdc6c4210,  free space=1020k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [libjvm.so+0x8efff9]  JVM_handle_bsd_signal+0x1267d9
j  sun.misc.Unsafe.putBoolean(Ljava/lang/Object;JZ)V+0
j  org.apache.ignite.internal.util.GridUnsafe.putBoolean([BJZ)V+6
j  org.apache.ignite.internal.direct.stream.v2.DirectByteBufferStreamImplV2.writeBoolean(Z)V+47
j  org.apache.ignite.internal.direct.stream.v2.DirectByteBufferStreamImplV2.writeUuid(Ljava/util/UUID;)V+42
j  org.apache.ignite.internal.direct.stream.v2.DirectByteBufferStreamImplV2.write(Lorg/apache/ignite/plugin/extensions/communication/MessageCollectionItemType;Ljava/lang/Object;Lorg/apache/ignite/plugin/extensions/communication/MessageWriter;)V+359
j  org.apache.ignite.internal.direct.stream.v2.DirectByteBufferStreamImplV2.writeMap(Ljava/util/Map;Lorg/apache/ignite/plugin/extensions/communication/MessageCollectionItemType;Lorg/apache/ignite/plugin/extensions/communication/MessageCollectionItemType;Lorg/apache/ignite/plugin/extensions/communication/MessageWriter;)V+116
j  org.apache.ignite.internal.direct.DirectMessageWriter.writeMap(Ljava/lang/String;Ljava/util/Map;Lorg/apache/ignite/plugin/extensions/communication/MessageCollectionItemType;Lorg/apache/ignite/plugin/extensions/communication/MessageCollectionItemType;)Z+22
j  org.apache.ignite.internal.processors.clock.GridClockDeltaSnapshotMessage.writeTo(Ljava/nio/ByteBuffer;Lorg/apache/ignite/plugin/extensions/communication/MessageWriter;)Z+85
j  org.apache.ignite.internal.direct.stream.v2.DirectByteBufferStreamImplV2.writeMessage(Lorg/apache/ignite/plugin/extensions/communication/Message;Lorg/apache/ignite/plugin/extensions/communication/MessageWriter;)V+37
j  org.apache.ignite.internal.direct.DirectMessageWriter.writeMessage(Ljava/lang/String;Lorg/apache/ignite/plugin/extensions/communication/Message;)Z+17
j  org.apache.ignite.internal.managers.communication.GridIoMessage.writeTo(Ljava/nio/ByteBuffer;Lorg/apache/ignite/plugin/extensions/communication/MessageWriter;)Z+95
j  org.apache.ignite.internal.util.nio.GridNioServer$DirectNioClientWorker.processWrite0(Ljava/nio/channels/SelectionKey;)V+264
j  org.apache.ignite.internal.util.nio.GridNioServer$DirectNioClientWorker.processWrite(Ljava/nio/channels/SelectionKey;)V+20
j  org.apache.ignite.internal.util.nio.GridNioServer$AbstractNioClientWorker.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;)V+83
j  org.apache.ignite.internal.util.nio.GridNioServer$AbstractNioClientWorker.bodyInternal()V+987
j  org.apache.ignite.internal.util.nio.GridNioServer$AbstractNioClientWorker.body()V+21
j  org.apache.ignite.internal.util.worker.GridWorker.run()V+82
j  java.lang.Thread.run()V+11
v  ~StubRoutines::call_stub
V  [libjvm.so+0x5acfe6]  AsyncGetCallTrace+0xce356
V  [libjvm.so+0x5ab935]  AsyncGetCallTrace+0xccca5
V  [libjvm.so+0x5abb8c]  AsyncGetCallTrace+0xccefc
V  [libjvm.so+0x6186ae]  JVM_StartThread+0x35e
V  [libjvm.so+0x8cd9d1]  JVM_handle_bsd_signal+0x1041b1
V  [libjvm.so+0x8cd81a]  JVM_handle_bsd_signal+0x103ffa
V  [libjvm.so+0x7c39cf]  JVM_FindSignal+0x1a0f2f
C  [libthr.so.3+0x8b55]  operator->+0x925
C  0x0000000000000000

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  sun.misc.Unsafe.putBoolean(Ljava/lang/Object;JZ)V+0
j  org.apache.ignite.internal.util.GridUnsafe.putBoolean([BJZ)V+6
j  org.apache.ignite.internal.direct.stream.v2.DirectByteBufferStreamImplV2.writeBoolean(Z)V+47
j  org.apache.ignite.internal.direct.stream.v2.DirectByteBufferStreamImplV2.writeUuid(Ljava/util/UUID;)V+42
j  org.apache.ignite.internal.direct.stream.v2.DirectByteBufferStreamImplV2.write(Lorg/apache/ignite/plugin/extensions/communication/MessageCollectionItemType;Ljava/lang/Object;Lorg/apache/ignite/plugin/extensions/communication/MessageWriter;)V+359
j  org.apache.ignite.internal.direct.stream.v2.DirectByteBufferStreamImplV2.writeMap(Ljava/util/Map;Lorg/apache/ignite/plugin/extensions/communication/MessageCollectionItemType;Lorg/apache/ignite/plugin/extensions/communication/MessageCollectionItemType;Lorg/apache/ignite/plugin/extensions/communication/MessageWriter;)V+116
j  org.apache.ignite.internal.direct.DirectMessageWriter.writeMap(Ljava/lang/String;Ljava/util/Map;Lorg/apache/ignite/plugin/extensions/communication/MessageCollectionItemType;Lorg/apache/ignite/plugin/extensions/communication/MessageCollectionItemType;)Z+22
j  org.apache.ignite.internal.processors.clock.GridClockDeltaSnapshotMessage.writeTo(Ljava/nio/ByteBuffer;Lorg/apache/ignite/plugin/extensions/communication/MessageWriter;)Z+85
j  org.apache.ignite.internal.direct.stream.v2.DirectByteBufferStreamImplV2.writeMessage(Lorg/apache/ignite/plugin/extensions/communication/Message;Lorg/apache/ignite/plugin/extensions/communication/MessageWriter;)V+37
j  org.apache.ignite.internal.direct.DirectMessageWriter.writeMessage(Ljava/lang/String;Lorg/apache/ignite/plugin/extensions/communication/Message;)Z+17
j  org.apache.ignite.internal.managers.communication.GridIoMessage.writeTo(Ljava/nio/ByteBuffer;Lorg/apache/ignite/plugin/extensions/communication/MessageWriter;)Z+95
j  org.apache.ignite.internal.util.nio.GridNioServer$DirectNioClientWorker.processWrite0(Ljava/nio/channels/SelectionKey;)V+264
j  org.apache.ignite.internal.util.nio.GridNioServer$DirectNioClientWorker.processWrite(Ljava/nio/channels/SelectionKey;)V+20
j  org.apache.ignite.internal.util.nio.GridNioServer$AbstractNioClientWorker.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;)V+83
j  org.apache.ignite.internal.util.nio.GridNioServer$AbstractNioClientWorker.bodyInternal()V+987
j  org.apache.ignite.internal.util.nio.GridNioServer$AbstractNioClientWorker.body()V+21
j  org.apache.ignite.internal.util.worker.GridWorker.run()V+82
j  java.lang.Thread.run()V+11
v  ~StubRoutines::call_stub

---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
  0x00000008d34cd000 JavaThread "tcp-disco-sock-reader-#7%null%" [_thread_in_native, id=102193, stack(0x00007fffd9898000,0x00007fffd9998000)]
  0x00000008dd86a800 JavaThread "sys-#41%null%" [_thread_blocked, id=102181, stack(0x00007fffd9a9a000,0x00007fffd9b9a000)]
  0x00000008dd869800 JavaThread "sys-#40%null%" [_thread_blocked, id=102137, stack(0x00007fffd9b9b000,0x00007fffd9c9b000)]
  0x00000008e3231000 JavaThread "SockJS-8" [_thread_blocked, id=102136, stack(0x00007fffd9c9c000,0x00007fffd9d9c000)]
  0x00000008db198000 JavaThread "SockJS-7" [_thread_blocked, id=102135, stack(0x00007fffd9d9d000,0x00007fffd9e9d000)]
  0x00000008e281b000 JavaThread "SockJS-6" [_thread_blocked, id=101975, stack(0x00007fffd9e9e000,0x00007fffd9f9e000)]
  0x00000008d892b800 JavaThread "SockJS-5" [_thread_blocked, id=101890, stack(0x00007fffd9f9f000,0x00007fffda09f000)]
  0x00000008db197000 JavaThread "SockJS-4" [_thread_blocked, id=100930, stack(0x00007fffda1a1000,0x00007fffda2a1000)]
  0x00000008d892b000 JavaThread "SockJS-3" [_thread_blocked, id=101872, stack(0x00007fffda3a3000,0x00007fffda4a3000)]
  0x000000080302b800 JavaThread "DestroyJavaVM" [_thread_blocked, id=100108, stack(0x00007fffdfefe000,0x00007fffdfffe000)]
  0x00000008e261d000 JavaThread "qtp1725017993-91" [_thread_blocked, id=100906, stack(0x00007fffda4a4000,0x00007fffda5a4000)]
  0x00000008e2429000 JavaThread "qtp1725017993-90-acceptor-0@66165e21-ServerConnector@12aba8be{HTTP/1.1,[http/1.1]}{127.0.0.2:8080}" [_thread_in_native, id=101866, stack(0x00007fffda5a5000,0x00007fffda6a5000)]
  0x0000000892aac000 JavaThread "sys-#39%null%" [_thread_blocked, id=101856, stack(0x00007fffda7a7000,0x00007fffda8a7000)]
  0x0000000892a27800 JavaThread "sys-#38%null%" [_thread_blocked, id=101771, stack(0x00007fffda8a8000,0x00007fffda9a8000)]
  0x0000000892a26800 JavaThread "sys-#37%null%" [_thread_blocked, id=101770, stack(0x00007fffda9a9000,0x00007fffdaaa9000)]
  0x0000000892a1f000 JavaThread "sys-#36%null%" [_thread_blocked, id=101769, stack(0x00007fffdaaaa000,0x00007fffdabaa000)]
  0x00000008d892a000 JavaThread "SockJS-2" [_thread_blocked, id=101768, stack(0x00007fffdabab000,0x00007fffdacab000)]
  0x00000008e6f49800 JavaThread "SockJS-1" [_thread_blocked, id=101767, stack(0x00007fffdacac000,0x00007fffdadac000)]
  0x00000008e6f48000 JavaThread "fragmentizer-coordinator-#35%null%" [_thread_blocked, id=101752, stack(0x00007fffdadad000,0x00007fffdaead000)]
  0x00000008e05bf800 JavaThread "Thread-22" [_thread_blocked, id=101751, stack(0x00007fffdaeae000,0x00007fffdafae000)]
  0x00000008e05be800 JavaThread "igfs-delete-worker%igfs%e316fe4b-8bbc-484c-9bf6-8b48c12a6ae9%" [_thread_blocked, id=101750, stack(0x00007fffdafaf000,0x00007fffdb0af000)]
  0x00000008e05be000 JavaThread "session-timeout-worker-#21%null%" daemon [_thread_blocked, id=101749, stack(0x00007fffdb0b0000,0x00007fffdb1b0000)]
  0x00000008e05bd000 JavaThread "srvc-deploy-#34%null%" [_thread_blocked, id=101748, stack(0x00007fffdb1b1000,0x00007fffdb2b1000)]
  0x00000008e75f5800 JavaThread "exchange-worker-#33%null%" [_thread_blocked, id=101747, stack(0x00007fffdb2b2000,0x00007fffdb3b2000)]
  0x00000008e08eb000 JavaThread "ttl-cleanup-worker-#32%null%" [_thread_blocked, id=101746, stack(0x00007fffdb3b3000,0x00007fffdb4b3000)]
  0x00000008e75f4000 JavaThread "grid-time-coordinator-#31%null%" [_thread_blocked, id=101744, stack(0x00007fffdb4b4000,0x00007fffdb5b4000)]
  0x00000008e75f3000 JavaThread "grid-time-server-reader-#30%null%" [_thread_in_native, id=101743, stack(0x00007fffdb5b5000,0x00007fffdb6b5000)]
  0x00000008e75f2800 JavaThread "ignite-update-notifier-timer" daemon [_thread_blocked, id=101742, stack(0x00007fffdb6b6000,0x00007fffdb7b6000)]
  0x00000008e75f1800 JavaThread "upd-ver-checker" daemon [_thread_blocked, id=101741, stack(0x00007fffdb7b7000,0x00007fffdb8b7000)]
  0x00000008e75f1000 JavaThread "disco-event-worker-#29%null%" [_thread_blocked, id=101200, stack(0x00007fffdbaba000,0x00007fffdbbba000)]
  0x00000008e75f0000 JavaThread "tcp-disco-ip-finder-cleaner-#5%null%" [_thread_blocked, id=101156, stack(0x00007fffdb9b9000,0x00007fffdbab9000)]
  0x00000008de0e8800 JavaThread "tcp-disco-multicast-addr-sender-#4%null%" [_thread_in_native, id=101155, stack(0x00007fffdbbbb000,0x00007fffdbcbb000)]
  0x00000008de0e7800 JavaThread "tcp-disco-srvr-#3%null%" [_thread_in_native, id=101006, stack(0x00007fffdb8b8000,0x00007fffdb9b8000)]
  0x00000008de0e7000 JavaThread "tcp-disco-msg-worker-#2%null%" [_thread_blocked, id=100965, stack(0x00007fffdd8d8000,0x00007fffdd9d8000)]
  0x00000008de0e6000 JavaThread "fragmentizer-worker-#28%null%" [_thread_blocked, id=100931, stack(0x00007fffdebeb000,0x00007fffdeceb000)]
  0x00000008de0e5800 JavaThread "grid-data-loader-flusher-#27%null%" [_thread_blocked, id=100928, stack(0x00007fffdeaea000,0x00007fffdebea000)]
  0x00000008de0e4800 JavaThread "grid-nio-worker-tcp-rest-3-#26%null%" [_thread_in_native, id=101000, stack(0x00007fffdbcbc000,0x00007fffdbdbc000)]
  0x00000008de0e4000 JavaThread "grid-nio-worker-tcp-rest-2-#25%null%" [_thread_in_native, id=100999, stack(0x00007fffdbdbd000,0x00007fffdbebd000)]
  0x00000008de0e3000 JavaThread "grid-nio-worker-tcp-rest-1-#24%null%" [_thread_in_native, id=100998, stack(0x00007fffdbebe000,0x00007fffdbfbe000)]
  0x00000008d45bf800 JavaThread "grid-nio-worker-tcp-rest-0-#23%null%" [_thread_in_native, id=100997, stack(0x00007fffdbfbf000,0x00007fffdc0bf000)]
  0x00000008d45be800 JavaThread "nio-acceptor-#22%null%" [_thread_in_native, id=100996, stack(0x00007fffdc0c0000,0x00007fffdc1c0000)]
  0x00000008d45be000 JavaThread "tcp-comm-worker-#1%null%" [_thread_blocked, id=100993, stack(0x00007fffdc1c1000,0x00007fffdc2c1000)]
  0x00000008d45bd000 JavaThread "grid-nio-worker-tcp-comm-3-#20%null%" [_thread_in_native, id=100992, stack(0x00007fffdc2c2000,0x00007fffdc3c2000)]
  0x00000008e7178800 JavaThread "grid-nio-worker-tcp-comm-2-#19%null%" [_thread_in_native, id=100989, stack(0x00007fffdc3c3000,0x00007fffdc4c3000)]
  0x00000008e7177800 JavaThread "grid-nio-worker-tcp-comm-1-#18%null%" [_thread_in_native, id=100987, stack(0x00007fffdc4c4000,0x00007fffdc5c4000)]
=>0x00000008e7177000 JavaThread "grid-nio-worker-tcp-comm-0-#17%null%" [_thread_in_vm, id=100971, stack(0x00007fffdc5c5000,0x00007fffdc6c5000)]
  0x00000008e7176000 JavaThread "nio-acceptor-#16%null%" [_thread_in_native, id=100968, stack(0x00007fffdc6c6000,0x00007fffdc7c6000)]
  0x00000008e66f9800 JavaThread "grid-timeout-worker-#15%null%" [_thread_blocked, id=100967, stack(0x00007fffdc7c7000,0x00007fffdc8c7000)]
  0x00000008e66f8800 JavaThread "ignite-clock" daemon [_thread_blocked, id=100966, stack(0x00007fffdc8c8000,0x00007fffdc9c8000)]
  0x00000008e66f8000 JavaThread "pub-#14%null%" [_thread_blocked, id=100964, stack(0x00007fffdc9c9000,0x00007fffdcac9000)]
  0x00000008e66f7000 JavaThread "pub-#13%null%" [_thread_blocked, id=100963, stack(0x00007fffdcaca000,0x00007fffdcbca000)]
  0x00000008e08ed800 JavaThread "pub-#12%null%" [_thread_blocked, id=100962, stack(0x00007fffdcbcb000,0x00007fffdcccb000)]
  0x00000008e08ec800 JavaThread "pub-#11%null%" [_thread_blocked, id=100961, stack(0x00007fffdcccc000,0x00007fffdcdcc000)]
  0x00000008e08ec000 JavaThread "pub-#10%null%" [_thread_blocked, id=100960, stack(0x00007fffdcdcd000,0x00007fffdcecd000)]
  0x00000008e0994000 JavaThread "pub-#9%null%" [_thread_blocked, id=100959, stack(0x00007fffdcece000,0x00007fffdcfce000)]
  0x00000008e07a9800 JavaThread "sys-stripe-7-#8%null%" [_thread_blocked, id=100958, stack(0x00007fffdcfcf000,0x00007fffdd0cf000)]
  0x00000008e07a8800 JavaThread "sys-stripe-6-#7%null%" [_thread_blocked, id=100957, stack(0x00007fffdd0d0000,0x00007fffdd1d0000)]
  0x00000008e07a8000 JavaThread "sys-stripe-5-#6%null%" [_thread_blocked, id=100955, stack(0x00007fffdd1d1000,0x00007fffdd2d1000)]
  0x00000008e07a7000 JavaThread "sys-stripe-4-#5%null%" [_thread_blocked, id=100953, stack(0x00007fffdd2d2000,0x00007fffdd3d2000)]
  0x00000008e0995800 JavaThread "sys-stripe-3-#4%null%" [_thread_blocked, id=100950, stack(0x00007fffdd3d3000,0x00007fffdd4d3000)]
  0x00000008e0994800 JavaThread "sys-stripe-2-#3%null%" [_thread_blocked, id=100949, stack(0x00007fffdd4d4000,0x00007fffdd5d4000)]
  0x00000008e0993000 JavaThread "sys-stripe-1-#2%null%" [_thread_blocked, id=100933, stack(0x00007fffdd5d5000,0x00007fffdd6d5000)]
  0x00000008e08f0800 JavaThread "sys-stripe-0-#1%null%" [_thread_blocked, id=100926, stack(0x00007fffdd6d6000,0x00007fffdd7d6000)]
  0x00000008d361f000 JavaThread "HttpClient@1356728614-32" [_thread_blocked, id=100775, stack(0x00007fffdd7d7000,0x00007fffdd8d7000)]
  0x00000008e07fe800 JavaThread "HttpClient@1356728614-30-lowPrioritySelector" [_thread_blocked, id=100736, stack(0x00007fffdd9d9000,0x00007fffddad9000)]
  0x00000008e07fd800 JavaThread "HttpClient@1356728614-29" [_thread_in_native, id=100651, stack(0x00007fffddada000,0x00007fffddbda000)]
  0x00000008e07fd000 JavaThread "HttpClient@1356728614-28-lowPrioritySelector" [_thread_blocked, id=100583, stack(0x00007fffddbdb000,0x00007fffddcdb000)]
  0x00000008e07fc000 JavaThread "HttpClient@1356728614-27" [_thread_in_native, id=100579, stack(0x00007fffddcdc000,0x00007fffddddc000)]
  0x00000008db2f3800 JavaThread "HttpClient@1356728614-26-lowPrioritySelector" [_thread_blocked, id=100341, stack(0x00007fffddddd000,0x00007fffddedd000)]
  0x00000008db2f2800 JavaThread "HttpClient@1356728614-25" [_thread_in_native, id=100337, stack(0x00007fffddede000,0x00007fffddfde000)]
  0x00000008db2f2000 JavaThread "HttpClient@1356728614-24-lowPrioritySelector" [_thread_blocked, id=100223, stack(0x00007fffddfdf000,0x00007fffde0df000)]
  0x00000008db2f1000 JavaThread "HttpClient@1356728614-23" [_thread_in_native, id=100222, stack(0x00007fffde0e0000,0x00007fffde1e0000)]
  0x00000008db34b000 JavaThread "Scheduler-1338841523" [_thread_blocked, id=100221, stack(0x00007fffde1e1000,0x00007fffde2e1000)]
  0x00000008e08f0000 JavaThread "qtp1725017993-20-lowPrioritySelector" [_thread_blocked, id=100196, stack(0x00007fffde2e2000,0x00007fffde3e2000)]
  0x00000008e08ef000 JavaThread "qtp1725017993-19" [_thread_in_native, id=100192, stack(0x00007fffde3e3000,0x00007fffde4e3000)]
  0x00000008db34d800 JavaThread "qtp1725017993-18-lowPrioritySelector" [_thread_blocked, id=100189, stack(0x00007fffde4e4000,0x00007fffde5e4000)]
  0x00000008db34c800 JavaThread "qtp1725017993-17" [_thread_in_native, id=100184, stack(0x00007fffde5e5000,0x00007fffde6e5000)]
  0x00000008db34c000 JavaThread "qtp1725017993-16-lowPrioritySelector" [_thread_blocked, id=100179, stack(0x00007fffde6e6000,0x00007fffde7e6000)]
  0x00000008d451d800 JavaThread "qtp1725017993-15" [_thread_in_native, id=100159, stack(0x00007fffde7e7000,0x00007fffde8e7000)]
  0x00000008d451d000 JavaThread "qtp1725017993-14-lowPrioritySelector" [_thread_blocked, id=100157, stack(0x00007fffde8e8000,0x00007fffde9e8000)]
  0x00000008d451e800 JavaThread "qtp1725017993-13" [_thread_in_native, id=100156, stack(0x00007fffde9e9000,0x00007fffdeae9000)]
  0x00000008d451c000 JavaThread "Service Thread" daemon [_thread_blocked, id=100137, stack(0x00007fffdeded000,0x00007fffdeeed000)]
  0x0000000803031800 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=100136, stack(0x00007fffdeeee000,0x00007fffdefee000)]
  0x0000000803030800 JavaThread "C2 CompilerThread2" daemon [_thread_in_native, id=100135, stack(0x00007fffdefef000,0x00007fffdf0ef000)]
  0x0000000803030000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=100134, stack(0x00007fffdf0f0000,0x00007fffdf1f0000)]
  0x000000080302f000 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=100133, stack(0x00007fffdf1f1000,0x00007fffdf2f1000)]
  0x000000080302e800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=100132, stack(0x00007fffdf2f2000,0x00007fffdf3f2000)]
  0x000000080302d800 JavaThread "Finalizer" daemon [_thread_blocked, id=100131, stack(0x00007fffdf3f3000,0x00007fffdf4f3000)]
  0x000000080302d000 JavaThread "Reference Handler" daemon [_thread_blocked, id=100130, stack(0x00007fffdf4f4000,0x00007fffdf5f4000)]

Other Threads:
  0x00000008030ae000 VMThread [stack: 0x00007fffdf5f5000,0x00007fffdf6f5000] [id=100126]
  0x00000008030ae800 WatcherThread [stack: 0x00007fffdecec000,0x00007fffdedec000] [id=100139]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:
 PSYoungGen      total 282112K, used 276626K [0x0000000865000000, 0x000000087d000000, 0x000000088e000000)
  eden space 268288K, 97% used [0x0000000865000000,0x00000008750a7d30,0x0000000875600000)
  from space 13824K, 99% used [0x0000000875600000,0x000000087637ceb8,0x0000000876380000)
  to   space 17408K, 0% used [0x000000087bf00000,0x000000087bf00000,0x000000087d000000)
 ParOldGen       total 85504K, used 24640K [0x0000000813000000, 0x0000000818380000, 0x0000000865000000)
  object space 85504K, 28% used [0x0000000813000000,0x0000000814810078,0x0000000818380000)
 Metaspace       used 51209K, capacity 51792K, committed 52272K, reserved 1095680K
  class space    used 5975K, capacity 6126K, committed 6192K, reserved 1048576K

Card table byte_map: [0x000000088e000000,0x000000088e3d9000] byte_map_base: 0x0000000889f68000

Marking Bits: (ParMarkBitMap*) 0x00000008025be848
 Begin Bits: [0x000000088e669000, 0x0000000890529000)
 End Bits:   [0x0000000890529000, 0x00000008923e9000)

Polling page: 0x0000000800651000

CodeCache: size=245760Kb used=14625Kb max_used=14637Kb free=231134Kb
 bounds [0x0000000803842000, 0x00000008046a2000, 0x0000000812842000]
 total_blobs=4980 nmethods=4271 adapters=623
 compilation: enabled

Compilation events (10 events):
Event: 38.931 Thread 0x0000000803031800 nmethod 5185 0x000000080468bfd0 code [0x000000080468c120, 0x000000080468c250]
Event: 38.931 Thread 0x0000000803030000 nmethod 5181 0x0000000804643350 code [0x0000000804643480, 0x00000008046434d8]
Event: 38.931 Thread 0x0000000803030000 5176       4       org.apache.ignite.internal.util.lang.GridFunc::isAlwaysFalse (25 bytes)
Event: 38.934 Thread 0x0000000803030000 nmethod 5176 0x0000000804692f90 code [0x00000008046930e0, 0x0000000804693178]
Event: 38.956 Thread 0x000000080302f000 nmethod 5168 0x0000000804698150 code [0x0000000804698360, 0x0000000804698c88]
Event: 38.959 Thread 0x0000000803030800 nmethod 5170 0x000000080469e3d0 code [0x000000080469e5e0, 0x000000080469eec8]
Event: 39.039 Thread 0x0000000803030000 5187       4       java.lang.ThreadLocal::set (30 bytes)
Event: 39.066 Thread 0x0000000803030000 nmethod 5187 0x000000080469f8d0 code [0x000000080469fa80, 0x000000080469ff88]
Event: 39.073 Thread 0x000000080302f000 5188   !   4       java.util.concurrent.ConcurrentHashMap::putVal (362 bytes)
Event: 39.080 Thread 0x0000000803030800 5189       4       java.lang.ClassLoader::loadClass (7 bytes)

GC Heap History (10 events):
Event: 7.851 GC heap before
{Heap before GC invocations=9 (full 1):
 PSYoungGen      total 138240K, used 126976K [0x0000000865000000, 0x0000000875e00000, 0x000000088e000000)
  eden space 126976K, 100% used [0x0000000865000000,0x000000086cc00000,0x000000086cc00000)
  from space 11264K, 0% used [0x000000086cc00000,0x000000086cc00000,0x000000086d700000)
  to   space 11264K, 0% used [0x0000000875300000,0x0000000875300000,0x0000000875e00000)
 ParOldGen       total 59392K, used 11643K [0x0000000813000000, 0x0000000816a00000, 0x0000000865000000)
  object space 59392K, 19% used [0x0000000813000000,0x0000000813b5edc0,0x0000000816a00000)
 Metaspace       used 24466K, capacity 24766K, committed 25136K, reserved 1071104K
  class space    used 2963K, capacity 3077K, committed 3120K, reserved 1048576K
Event: 7.863 GC heap after
Heap after GC invocations=9 (full 1):
 PSYoungGen      total 206848K, used 5085K [0x0000000865000000, 0x0000000875800000, 0x000000088e000000)
  eden space 201728K, 0% used [0x0000000865000000,0x0000000865000000,0x0000000871500000)
  from space 5120K, 99% used [0x0000000875300000,0x00000008757f7560,0x0000000875800000)
  to   space 11264K, 0% used [0x0000000874200000,0x0000000874200000,0x0000000874d00000)
 ParOldGen       total 59392K, used 11651K [0x0000000813000000, 0x0000000816a00000, 0x0000000865000000)
  object space 59392K, 19% used [0x0000000813000000,0x0000000813b60dc0,0x0000000816a00000)
 Metaspace       used 24466K, capacity 24766K, committed 25136K, reserved 1071104K
  class space    used 2963K, capacity 3077K, committed 3120K, reserved 1048576K
}
Event: 11.424 GC heap before
{Heap before GC invocations=10 (full 1):
 PSYoungGen      total 206848K, used 206813K [0x0000000865000000, 0x0000000875800000, 0x000000088e000000)
  eden space 201728K, 100% used [0x0000000865000000,0x0000000871500000,0x0000000871500000)
  from space 5120K, 99% used [0x0000000875300000,0x00000008757f7560,0x0000000875800000)
  to   space 11264K, 0% used [0x0000000874200000,0x0000000874200000,0x0000000874d00000)
 ParOldGen       total 59392K, used 11651K [0x0000000813000000, 0x0000000816a00000, 0x0000000865000000)
  object space 59392K, 19% used [0x0000000813000000,0x0000000813b60dc0,0x0000000816a00000)
 Metaspace       used 33808K, capacity 34306K, committed 34736K, reserved 1079296K
  class space    used 4104K, capacity 4261K, committed 4272K, reserved 1048576K
Event: 11.458 GC heap after
Heap after GC invocations=10 (full 1):
 PSYoungGen      total 259072K, used 11257K [0x0000000865000000, 0x0000000877100000, 0x000000088e000000)
  eden space 247808K, 0% used [0x0000000865000000,0x0000000865000000,0x0000000874200000)
  from space 11264K, 99% used [0x0000000874200000,0x0000000874cfe738,0x0000000874d00000)
  to   space 13824K, 0% used [0x0000000876380000,0x0000000876380000,0x0000000877100000)
 ParOldGen       total 59392K, used 14907K [0x0000000813000000, 0x0000000816a00000, 0x0000000865000000)
  object space 59392K, 25% used [0x0000000813000000,0x0000000813e8ecc0,0x0000000816a00000)
 Metaspace       used 33808K, capacity 34306K, committed 34736K, reserved 1079296K
  class space    used 4104K, capacity 4261K, committed 4272K, reserved 1048576K
}
Event: 11.689 GC heap before
{Heap before GC invocations=11 (full 1):
 PSYoungGen      total 259072K, used 28814K [0x0000000865000000, 0x0000000877100000, 0x000000088e000000)
  eden space 247808K, 7% used [0x0000000865000000,0x0000000866125148,0x0000000874200000)
  from space 11264K, 99% used [0x0000000874200000,0x0000000874cfe738,0x0000000874d00000)
  to   space 13824K, 0% used [0x0000000876380000,0x0000000876380000,0x0000000877100000)
 ParOldGen       total 59392K, used 14907K [0x0000000813000000, 0x0000000816a00000, 0x0000000865000000)
  object space 59392K, 25% used [0x0000000813000000,0x0000000813e8ecc0,0x0000000816a00000)
 Metaspace       used 34650K, capacity 35080K, committed 35496K, reserved 1081344K
  class space    used 4184K, capacity 4326K, committed 4400K, reserved 1048576K
Event: 11.711 GC heap after
Heap after GC invocations=11 (full 1):
 PSYoungGen      total 282112K, used 7791K [0x0000000865000000, 0x000000087c180000, 0x000000088e000000)
  eden space 268288K, 0% used [0x0000000865000000,0x0000000865000000,0x0000000875600000)
  from space 13824K, 56% used [0x0000000876380000,0x0000000876b1bc08,0x0000000877100000)
  to   space 13824K, 0% used [0x0000000875600000,0x0000000875600000,0x0000000876380000)
 ParOldGen       total 59392K, used 17735K [0x0000000813000000, 0x0000000816a00000, 0x0000000865000000)
  object space 59392K, 29% used [0x0000000813000000,0x0000000814151d40,0x0000000816a00000)
 Metaspace       used 34650K, capacity 35080K, committed 35496K, reserved 1081344K
  class space    used 4184K, capacity 4326K, committed 4400K, reserved 1048576K
}
Event: 11.711 GC heap before
{Heap before GC invocations=12 (full 2):
 PSYoungGen      total 282112K, used 7791K [0x0000000865000000, 0x000000087c180000, 0x000000088e000000)
  eden space 268288K, 0% used [0x0000000865000000,0x0000000865000000,0x0000000875600000)
  from space 13824K, 56% used [0x0000000876380000,0x0000000876b1bc08,0x0000000877100000)
  to   space 13824K, 0% used [0x0000000875600000,0x0000000875600000,0x0000000876380000)
 ParOldGen       total 59392K, used 17735K [0x0000000813000000, 0x0000000816a00000, 0x0000000865000000)
  object space 59392K, 29% used [0x0000000813000000,0x0000000814151d40,0x0000000816a00000)
 Metaspace       used 34650K, capacity 35080K, committed 35496K, reserved 1081344K
  class space    used 4184K, capacity 4326K, committed 4400K, reserved 1048576K
Event: 11.882 GC heap after
Heap after GC invocations=12 (full 2):
 PSYoungGen      total 282112K, used 0K [0x0000000865000000, 0x000000087c180000, 0x000000088e000000)
  eden space 268288K, 0% used [0x0000000865000000,0x0000000865000000,0x0000000875600000)
  from space 13824K, 0% used [0x0000000876380000,0x0000000876380000,0x0000000877100000)
  to   space 13824K, 0% used [0x0000000875600000,0x0000000875600000,0x0000000876380000)
 ParOldGen       total 85504K, used 19905K [0x0000000813000000, 0x0000000818380000, 0x0000000865000000)
  object space 85504K, 23% used [0x0000000813000000,0x0000000814370400,0x0000000818380000)
 Metaspace       used 34650K, capacity 35080K, committed 35496K, reserved 1081344K
  class space    used 4184K, capacity 4326K, committed 4400K, reserved 1048576K
}
Event: 16.944 GC heap before
{Heap before GC invocations=13 (full 2):
 PSYoungGen      total 282112K, used 268288K [0x0000000865000000, 0x000000087c180000, 0x000000088e000000)
  eden space 268288K, 100% used [0x0000000865000000,0x0000000875600000,0x0000000875600000)
  from space 13824K, 0% used [0x0000000876380000,0x0000000876380000,0x0000000877100000)
  to   space 13824K, 0% used [0x0000000875600000,0x0000000875600000,0x0000000876380000)
 ParOldGen       total 85504K, used 19905K [0x0000000813000000, 0x0000000818380000, 0x0000000865000000)
  object space 85504K, 23% used [0x0000000813000000,0x0000000814370400,0x0000000818380000)
 Metaspace       used 44993K, capacity 45592K, committed 46000K, reserved 1089536K
  class space    used 5261K, capacity 5438K, committed 5552K, reserved 1048576K
Event: 16.982 GC heap after
Heap after GC invocations=13 (full 2):
 PSYoungGen      total 282112K, used 13811K [0x0000000865000000, 0x000000087d000000, 0x000000088e000000)
  eden space 268288K, 0% used [0x0000000865000000,0x0000000865000000,0x0000000875600000)
  from space 13824K, 99% used [0x0000000875600000,0x000000087637ceb8,0x0000000876380000)
  to   space 17408K, 0% used [0x000000087bf00000,0x000000087bf00000,0x000000087d000000)
 ParOldGen       total 85504K, used 24640K [0x0000000813000000, 0x0000000818380000, 0x0000000865000000)
  object space 85504K, 28% used [0x0000000813000000,0x0000000814810078,0x0000000818380000)
 Metaspace       used 44993K, capacity 45592K, committed 46000K, reserved 1089536K
  class space    used 5261K, capacity 5438K, committed 5552K, reserved 1048576K
}

Deoptimization events (10 events):
Event: 20.106 Thread 0x00000008e75f1800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000803eb1f30 method=java.util.Collections$SynchronizedMap.get(Ljava/lang/Object;)Ljava/lang/Object; @ 12
Event: 20.153 Thread 0x00000008e75f1800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000803cc62cc method=java.lang.ClassLoader.loadClass(Ljava/lang/String;)Ljava/lang/Class; @ 3
Event: 20.160 Thread 0x00000008e75f1800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000803cc62cc method=java.lang.ClassLoader.loadClass(Ljava/lang/String;)Ljava/lang/Class; @ 3
Event: 20.165 Thread 0x00000008e75f1800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000803cc62cc method=java.lang.ClassLoader.loadClass(Ljava/lang/String;)Ljava/lang/Class; @ 3
Event: 20.167 Thread 0x00000008e75f1800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000803cc62cc method=java.lang.ClassLoader.loadClass(Ljava/lang/String;)Ljava/lang/Class; @ 3
Event: 38.631 Thread 0x00000008de0e7000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000803ff7708 method=org.apache.ignite.internal.util.lang.GridFunc.eqNodes(Ljava/lang/Object;Ljava/lang/Object;)Z @ 2
Event: 38.822 Thread 0x00000008e75f5800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000008044543c4 method=org.apache.ignite.internal.util.lang.GridFunc$39.hasNextX()Z @ 7
Event: 38.822 Thread 0x00000008e75f5800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000803cb8738 method=org.apache.ignite.internal.util.lang.GridFunc$39.hasNextX()Z @ 7
Event: 38.899 Thread 0x00000008e75f5800 Uncommon trap: reason=null_check action=make_not_entrant pc=0x00000008045fbe1c method=org.apache.ignite.internal.processors.affinity.AffinityTopologyVersion.equals(Ljava/lang/Object;)Z @ 8
Event: 38.901 Thread 0x00000008e75f5800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000803ff7998 method=org.apache.ignite.internal.util.lang.GridFunc.eqNodes(Ljava/lang/Object;Ljava/lang/Object;)Z @ 2

Internal exceptions (10 events):
Event: 19.829 Thread 0x000000080302b800 Exception <a 'java/lang/ClassCastException': org.springframework.boot.context.event.ApplicationReadyEvent cannot be cast to org.springframework.context.event.ContextRefreshedEvent> (0x00000008734ea420) thrown at [/usr/ports/java/openjdk8/work/openjdk/hots
Event: 19.829 Thread 0x000000080302b800 Exception <a 'java/lang/ClassCastException': org.springframework.boot.context.event.ApplicationReadyEvent cannot be cast to org.springframework.context.event.ContextRefreshedEvent> (0x00000008734ea800) thrown at [/usr/ports/java/openjdk8/work/openjdk/hots
Event: 19.829 Thread 0x000000080302b800 Exception <a 'java/lang/ClassCastException': org.springframework.boot.context.event.ApplicationReadyEvent cannot be cast to org.springframework.context.event.ContextRefreshedEvent> (0x00000008734eab40) thrown at [/usr/ports/java/openjdk8/work/openjdk/hots
Event: 38.616 Thread 0x00000008de0e7000 Exception <a 'java/lang/NoSuchMethodError': <clinit>> (0x00000008747f1e00) thrown at [/usr/ports/java/openjdk8/work/openjdk/hotspot/src/share/vm/prims/jni.cpp, line 1613]
Event: 38.662 Thread 0x00000008de0e7000 Exception <a 'java/lang/NoSuchMethodError': <clinit>> (0x00000008748c6ea8) thrown at [/usr/ports/java/openjdk8/work/openjdk/hotspot/src/share/vm/prims/jni.cpp, line 1613]
Event: 38.664 Thread 0x00000008de0e7000 Exception <a 'java/lang/NoSuchMethodError': <clinit>> (0x00000008748c9970) thrown at [/usr/ports/java/openjdk8/work/openjdk/hotspot/src/share/vm/prims/jni.cpp, line 1613]
Event: 38.837 Thread 0x00000008e75f1000 Exception <a 'java/lang/ClassCastException': sk.ethome.ignitesample.event.WsTopologyEvent cannot be cast to org.springframework.context.event.ContextRefreshedEvent> (0x0000000866578450) thrown at [/usr/ports/java/openjdk8/work/openjdk/hotspot/src/share/vm
Event: 38.837 Thread 0x00000008e75f1000 Exception <a 'java/lang/ClassCastException': sk.ethome.ignitesample.event.WsTopologyEvent cannot be cast to org.springframework.context.event.ContextRefreshedEvent> (0x0000000866578770) thrown at [/usr/ports/java/openjdk8/work/openjdk/hotspot/src/share/vm
Event: 38.837 Thread 0x00000008e75f1000 Exception <a 'java/lang/ClassCastException': sk.ethome.ignitesample.event.WsTopologyEvent cannot be cast to org.springframework.context.event.ContextRefreshedEvent> (0x0000000866578a90) thrown at [/usr/ports/java/openjdk8/work/openjdk/hotspot/src/share/vm
Event: 38.899 Thread 0x00000008e75f5800 Implicit null exception at 0x00000008045fbda6 to 0x00000008045fbe0d

Events (10 events):
Event: 39.072 loading class org/apache/ignite/internal/direct/stream/v2/DirectByteBufferStreamImplV2$6
Event: 39.073 loading class org/apache/ignite/internal/direct/stream/v2/DirectByteBufferStreamImplV2$6 done
Event: 39.074 loading class org/apache/ignite/internal/direct/stream/v2/DirectByteBufferStreamImplV2$7
Event: 39.074 loading class org/apache/ignite/internal/direct/stream/v2/DirectByteBufferStreamImplV2$7 done
Event: 39.075 loading class org/apache/ignite/internal/direct/stream/v2/DirectByteBufferStreamImplV2$8
Event: 39.075 loading class org/apache/ignite/internal/direct/stream/v2/DirectByteBufferStreamImplV2$8 done
Event: 39.078 loading class org/apache/ignite/plugin/extensions/communication/MessageCollectionItemType
Event: 39.078 loading class org/apache/ignite/plugin/extensions/communication/MessageCollectionItemType done
Event: 39.080 loading class org/apache/ignite/internal/direct/stream/v2/DirectByteBufferStreamImplV2$9
Event: 39.080 loading class org/apache/ignite/internal/direct/stream/v2/DirectByteBufferStreamImplV2$9 done


Dynamic libraries:
0x0000000000400000 	/usr/local/openjdk8/bin/java
0x0000000800821000 	/usr/local/openjdk8/bin/../lib/amd64/jli/libjli.so
0x0000000800a2e000 	/lib/libz.so.6
0x0000000800c45000 	/lib/libthr.so.3
0x0000000800e6c000 	/lib/libc.so.7
0x0000000801800000 	/usr/local/openjdk8/jre/lib/amd64/server/libjvm.so
0x00000008025e5000 	/lib/libm.so.5
0x0000000802810000 	/usr/lib/libc++.so.1
0x0000000802acf000 	/lib/libcxxrt.so.1
0x0000000802ced000 	/lib/libgcc_s.so.1
0x0000000803200000 	/usr/local/openjdk8/jre/lib/amd64/libverify.so
0x000000080340f000 	/usr/local/openjdk8/jre/lib/amd64/libjava.so
0x000000080363a000 	/usr/local/openjdk8/jre/lib/amd64/libzip.so
0x00000008da000000 	/usr/local/openjdk8/jre/lib/amd64/libmanagement.so
0x00000008da208000 	/usr/local/openjdk8/jre/lib/amd64/libnet.so
0x00000008e0000000 	/usr/local/openjdk8/jre/lib/amd64/libnio.so
0x00000008e4600000 	/usr/local/openjdk8/jre/lib/amd64/libsunec.so
0x0000000800600000 	/libexec/ld-elf.so.1

VM Arguments:
jvm_args: -Djava.net.preferIPv4Stack=true -Dserver.address=127.0.0.2 
java_command: target/ignite-samples-0.0.1-SNAPSHOT.jar
java_class_path (initial): target/ignite-samples-0.0.1-SNAPSHOT.jar
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=/usr/local/openjdk8
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/home/kmisuth/bin
SHELL=/usr/local/bin/zsh
DISPLAY=:0

Signal Handlers:
SIGSEGV: [libjvm.so+0x9269e0], sa_mask[0]=11111111111111111111111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGBUS: [libjvm.so+0x9269e0], sa_mask[0]=11111111111111111111111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGFPE: [libjvm.so+0x7c69f0], sa_mask[0]=11111111111111111111111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGPIPE: [libjvm.so+0x7c69f0], sa_mask[0]=11111111111111111111111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGXFSZ: [libjvm.so+0x7c69f0], sa_mask[0]=11111111111111111111111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGILL: [libjvm.so+0x7c69f0], sa_mask[0]=11111111111111111111111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGUSR1: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=SA_RESTART
SIGUSR2: [libjvm.so+0x7c7560], sa_mask[0]=00000000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO
SIGHUP: [libjvm.so+0x7c4f40], sa_mask[0]=11111111111111111111111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGINT: [libjvm.so+0x7c4f40], sa_mask[0]=11111111111111111111111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGTERM: [libjvm.so+0x7c4f40], sa_mask[0]=11111111111111111111111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGQUIT: [libjvm.so+0x7c4f40], sa_mask[0]=11111111111111111111111111111110, sa_flags=SA_RESTART|SA_SIGINFO


---------------  S Y S T E M  ---------------

OS:BSD
uname:FreeBSD 11.0-RELEASE-p1 FreeBSD 11.0-RELEASE-p1 #0 r306420: Thu Sep 29 01:43:23 UTC 2016     r...@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
rlimit: STACK 524288k, CORE infinity, NPROC 11926, NOFILE 226638, AS infinity
load average:2.12 1.43 1.12

CPU:total 8 (4 cores per cpu, 2 threads per core) family 6 model 60 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, clmul, erms, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2

Memory: 4k page, physical 8058412k(1567432k free), swap 4292870144k(4292870144k free)

vm_info: OpenJDK 64-Bit Server VM (25.121-b13) for bsd-amd64 JRE (1.8.0_121-b13), built on Apr  6 2017 23:19:49 by "root" with gcc 4.2.1 Compatible FreeBSD Clang 3.8.0 (tags/RELEASE_380/final 262564)

time: Wed Apr 12 22:48:16 2017
elapsed time: 39 seconds (0d 0h 0m 39s)

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00000008020efff9, pid=2335, tid=0x0000000000018f20
#
# JRE version: OpenJDK Runtime Environment (8.0_121-b13) (build 1.8.0_121-b13)
# Java VM: OpenJDK 64-Bit Server VM (25.121-b13 mixed mode bsd-amd64 compressed oops)
# Problematic frame:
# V  [libjvm.so+0x8efff9]  JVM_handle_bsd_signal+0x1267d9
#
# Core dump written. Default location: /usr/home/kmisuth/git/ignite_examples/java.core
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
#

---------------  T H R E A D  ---------------

Current thread (0x00000008e3300000):  JavaThread "grid-nio-worker-tcp-comm-0-#17%null%" [_thread_in_vm, id=102176, stack(0x00007fffdc5c5000,0x00007fffdc6c5000)]

siginfo: si_signo: 11 (SIGSEGV), si_code: 1 (SEGV_MAPERR), si_addr: 0x0000000000000000

Registers:
RAX=0x00000008025bed60, RBX=0x00000008d2c7ce18, RCX=0x00000008dfc4e9cb, RDX=0x0000000000000000
RSP=0x00007fffdc6c4160, RBP=0x00007fffdc6c4190, RSI=0x00007fffdc6c4250, RDI=0x00000008e33001e0
R8 =0x0000000000000000, R9 =0x0000000000000000, R10=0x0000000803859928, R11=0x00000008020443f0
R12=0x0000000000000000, R13=0x00000008e3300000, R14=0x0000000000000000, R15=0x00000008dfc4e9cb
RIP=0x00000008020efff9, EFLAGS=0x0000000000000005, ERR=0x0000000000000004
  TRAPNO=0x000000000000000c

Top of Stack: (sp=0x00007fffdc6c4160)
0x00007fffdc6c4160:   00000008020eff30 00000008d2c7ce18
0x00007fffdc6c4170:   0000000812fff000 00000008d2c7ce18
0x00007fffdc6c4180:   00007fffdc6c4250 00000008e3300000
0x00007fffdc6c4190:   00007fffdc6c4210 0000000803859954
0x00007fffdc6c41a0:   0000000892e74808 0000000892e74808
0x00007fffdc6c41b0:   00000008de9b6798 00000008e3300000
0x00007fffdc6c41c0:   00000008de9b6798 00000008e3300000
0x00007fffdc6c41d0:   00007fffdc6c41d0 0000000000000000
0x00007fffdc6c41e0:   00007fffdc6c4250 00000008d2cac200
0x00007fffdc6c41f0:   0000000000000000 00000008d2c7ce18
0x00007fffdc6c4200:   0000000000000000 00007fffdc6c4230
0x00007fffdc6c4210:   00007fffdc6c4298 000000080384a0f6
0x00007fffdc6c4220:   0000000000000000 0000000803853378
0x00007fffdc6c4230:   0000000000000000 00000008dfc4e9cb
0x00007fffdc6c4240:   0000000803865a43 0000000000000000
0x00007fffdc6c4250:   00000008134146e8 00007fffdc6c4258
0x00007fffdc6c4260:   00000008de9b6766 00007fffdc6c42c0
0x00007fffdc6c4270:   00000008de9bc280 0000000000000000
0x00007fffdc6c4280:   00000008de9b6798 00007fffdc6c4230
0x00007fffdc6c4290:   00007fffdc6c42a8 00007fffdc6c4308
0x00007fffdc6c42a0:   000000080384a0f6 0000000000000000
0x00007fffdc6c42b0:   00000008dfc4e9cb 000000086ca3a438
0x00007fffdc6c42c0:   0000000000000000 00007fffdc6c42c8
0x00007fffdc6c42d0:   00000008e7f3be37 00007fffdc6c4328
0x00007fffdc6c42e0:   00000008e7f52840 0000000000000000
0x00007fffdc6c42f0:   00000008e7f3be78 00007fffdc6c42a8
0x00007fffdc6c4300:   00007fffdc6c4320 00007fffdc6c4370
0x00007fffdc6c4310:   000000080384a0f6 000000000000000b
0x00007fffdc6c4320:   0000000000000000 000000086ca3a438
0x00007fffdc6c4330:   00007fffdc6c4330 00000008e7f3c9ca
0x00007fffdc6c4340:   00007fffdc6c4388 00000008e7f52840
0x00007fffdc6c4350:   0000000000000000 00000008e7f3ca48 

Instructions: (pc=0x00000008020efff9)
0x00000008020effd9:   00 75 0a 41 f7 45 30 00 00 00 30 74 08 4c 89 ef
0x00000008020effe9:   e8 32 f5 fd ff 41 c7 85 58 02 00 00 06 00 00 00
0x00000008020efff9:   49 8b 04 24 41 80 e6 01 46 88 34 38 49 8b 5d 48
0x00000008020f0009:   4c 8b 73 08 48 8b 43 10 48 83 38 00 74 19 48 8b 

Register to memory mapping:

RAX=0x00000008025bed60: gHotSpotVMLongConstants+0x11fe8 in /usr/local/openjdk8/jre/lib/amd64/server/libjvm.so at 0x0000000801800000
RBX={method} {0x00000008d2c7ce18} 'putBoolean' '(Ljava/lang/Object;JZ)V' in 'sun/misc/Unsafe'
RCX=0x00000008dfc4e9cb is an unknown value
RDX=0x0000000000000000 is an unknown value
RSP=0x00007fffdc6c4160 is pointing into the stack for thread: 0x00000008e3300000
RBP=0x00007fffdc6c4190 is pointing into the stack for thread: 0x00000008e3300000
RSI=0x00007fffdc6c4250 is pointing into the stack for thread: 0x00000008e3300000
RDI=0x00000008e33001e0 is an unknown value
R8 =0x0000000000000000 is an unknown value
R9 =0x0000000000000000 is an unknown value
R10=0x0000000803859928 is at code_begin+808 in an Interpreter codelet
method entry point (kind = native)  [0x0000000803859600, 0x0000000803859f00]  2304 bytes
R11=0x00000008020443f0: JVM_handle_bsd_signal+0x7abd0 in /usr/local/openjdk8/jre/lib/amd64/server/libjvm.so at 0x0000000801800000
R12=0x0000000000000000 is an unknown value
R13=0x00000008e3300000 is a thread
R14=0x0000000000000000 is an unknown value
R15=0x00000008dfc4e9cb is an unknown value


Stack: [0x00007fffdc5c5000,0x00007fffdc6c5000],  sp=0x00007fffdc6c4160,  free space=1020k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [libjvm.so+0x8efff9]  JVM_handle_bsd_signal+0x1267d9
j  sun.misc.Unsafe.putBoolean(Ljava/lang/Object;JZ)V+0
j  org.apache.ignite.internal.util.GridUnsafe.putBoolean([BJZ)V+6
j  org.apache.ignite.internal.direct.stream.v2.DirectByteBufferStreamImplV2.writeBoolean(Z)V+47
j  org.apache.ignite.internal.direct.stream.v2.DirectByteBufferStreamImplV2.writeUuid(Ljava/util/UUID;)V+42
j  org.apache.ignite.internal.direct.DirectMessageWriter.writeUuid(Ljava/lang/String;Ljava/util/UUID;)Z+16
j  org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionExchangeId.writeTo(Ljava/nio/ByteBuffer;Lorg/apache/ignite/plugin/extensions/communication/MessageWriter;)Z+102
j  org.apache.ignite.internal.direct.stream.v2.DirectByteBufferStreamImplV2.writeMessage(Lorg/apache/ignite/plugin/extensions/communication/Message;Lorg/apache/ignite/plugin/extensions/communication/MessageWriter;)V+37
j  org.apache.ignite.internal.direct.DirectMessageWriter.writeMessage(Ljava/lang/String;Lorg/apache/ignite/plugin/extensions/communication/Message;)Z+17
j  org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsAbstractMessage.writeTo(Ljava/nio/ByteBuffer;Lorg/apache/ignite/plugin/extensions/communication/MessageWriter;)Z+91
j  org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsSingleMessage.writeTo(Ljava/nio/ByteBuffer;Lorg/apache/ignite/plugin/extensions/communication/MessageWriter;)Z+10
j  org.apache.ignite.internal.direct.stream.v2.DirectByteBufferStreamImplV2.writeMessage(Lorg/apache/ignite/plugin/extensions/communication/Message;Lorg/apache/ignite/plugin/extensions/communication/MessageWriter;)V+37
j  org.apache.ignite.internal.direct.DirectMessageWriter.writeMessage(Ljava/lang/String;Lorg/apache/ignite/plugin/extensions/communication/Message;)Z+17
j  org.apache.ignite.internal.managers.communication.GridIoMessage.writeTo(Ljava/nio/ByteBuffer;Lorg/apache/ignite/plugin/extensions/communication/MessageWriter;)Z+95
j  org.apache.ignite.internal.util.nio.GridNioServer$DirectNioClientWorker.processWrite0(Ljava/nio/channels/SelectionKey;)V+264
j  org.apache.ignite.internal.util.nio.GridNioServer$DirectNioClientWorker.processWrite(Ljava/nio/channels/SelectionKey;)V+20
j  org.apache.ignite.internal.util.nio.GridNioServer$AbstractNioClientWorker.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;)V+83
j  org.apache.ignite.internal.util.nio.GridNioServer$AbstractNioClientWorker.bodyInternal()V+987
j  org.apache.ignite.internal.util.nio.GridNioServer$AbstractNioClientWorker.body()V+21
j  org.apache.ignite.internal.util.worker.GridWorker.run()V+82
j  java.lang.Thread.run()V+11
v  ~StubRoutines::call_stub
V  [libjvm.so+0x5acfe6]  AsyncGetCallTrace+0xce356
V  [libjvm.so+0x5ab935]  AsyncGetCallTrace+0xccca5
V  [libjvm.so+0x5abb8c]  AsyncGetCallTrace+0xccefc
V  [libjvm.so+0x6186ae]  JVM_StartThread+0x35e
V  [libjvm.so+0x8cd9d1]  JVM_handle_bsd_signal+0x1041b1
V  [libjvm.so+0x8cd81a]  JVM_handle_bsd_signal+0x103ffa
V  [libjvm.so+0x7c39cf]  JVM_FindSignal+0x1a0f2f
C  [libthr.so.3+0x8b55]  operator->+0x925
C  0x0000000000000000

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  sun.misc.Unsafe.putBoolean(Ljava/lang/Object;JZ)V+0
j  org.apache.ignite.internal.util.GridUnsafe.putBoolean([BJZ)V+6
j  org.apache.ignite.internal.direct.stream.v2.DirectByteBufferStreamImplV2.writeBoolean(Z)V+47
j  org.apache.ignite.internal.direct.stream.v2.DirectByteBufferStreamImplV2.writeUuid(Ljava/util/UUID;)V+42
j  org.apache.ignite.internal.direct.DirectMessageWriter.writeUuid(Ljava/lang/String;Ljava/util/UUID;)Z+16
j  org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionExchangeId.writeTo(Ljava/nio/ByteBuffer;Lorg/apache/ignite/plugin/extensions/communication/MessageWriter;)Z+102
j  org.apache.ignite.internal.direct.stream.v2.DirectByteBufferStreamImplV2.writeMessage(Lorg/apache/ignite/plugin/extensions/communication/Message;Lorg/apache/ignite/plugin/extensions/communication/MessageWriter;)V+37
j  org.apache.ignite.internal.direct.DirectMessageWriter.writeMessage(Ljava/lang/String;Lorg/apache/ignite/plugin/extensions/communication/Message;)Z+17
j  org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsAbstractMessage.writeTo(Ljava/nio/ByteBuffer;Lorg/apache/ignite/plugin/extensions/communication/MessageWriter;)Z+91
j  org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsSingleMessage.writeTo(Ljava/nio/ByteBuffer;Lorg/apache/ignite/plugin/extensions/communication/MessageWriter;)Z+10
j  org.apache.ignite.internal.direct.stream.v2.DirectByteBufferStreamImplV2.writeMessage(Lorg/apache/ignite/plugin/extensions/communication/Message;Lorg/apache/ignite/plugin/extensions/communication/MessageWriter;)V+37
j  org.apache.ignite.internal.direct.DirectMessageWriter.writeMessage(Ljava/lang/String;Lorg/apache/ignite/plugin/extensions/communication/Message;)Z+17
j  org.apache.ignite.internal.managers.communication.GridIoMessage.writeTo(Ljava/nio/ByteBuffer;Lorg/apache/ignite/plugin/extensions/communication/MessageWriter;)Z+95
j  org.apache.ignite.internal.util.nio.GridNioServer$DirectNioClientWorker.processWrite0(Ljava/nio/channels/SelectionKey;)V+264
j  org.apache.ignite.internal.util.nio.GridNioServer$DirectNioClientWorker.processWrite(Ljava/nio/channels/SelectionKey;)V+20
j  org.apache.ignite.internal.util.nio.GridNioServer$AbstractNioClientWorker.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;)V+83
j  org.apache.ignite.internal.util.nio.GridNioServer$AbstractNioClientWorker.bodyInternal()V+987
j  org.apache.ignite.internal.util.nio.GridNioServer$AbstractNioClientWorker.body()V+21
j  org.apache.ignite.internal.util.worker.GridWorker.run()V+82
j  java.lang.Thread.run()V+11
v  ~StubRoutines::call_stub

---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
  0x00000008e2832800 JavaThread "exchange-worker-#32%null%" [_thread_blocked, id=102200, stack(0x00007fffdb2b2000,0x00007fffdb3b2000)]
  0x00000008e6f15000 JavaThread "ttl-cleanup-worker-#31%null%" [_thread_blocked, id=102199, stack(0x00007fffdb3b3000,0x00007fffdb4b3000)]
  0x00000008e2831000 JavaThread "grid-time-server-reader-#30%null%" [_thread_in_native, id=102198, stack(0x00007fffdb4b4000,0x00007fffdb5b4000)]
  0x00000008e1060800 JavaThread "ignite-update-notifier-timer" daemon [_thread_blocked, id=102197, stack(0x00007fffdb5b5000,0x00007fffdb6b5000)]
  0x00000008e105f800 JavaThread "upd-ver-checker" daemon [_thread_blocked, id=102196, stack(0x00007fffdb6b6000,0x00007fffdb7b6000)]
  0x00000008e105f000 JavaThread "disco-event-worker-#29%null%" [_thread_blocked, id=102195, stack(0x00007fffdb7b7000,0x00007fffdb8b7000)]
  0x00000008e105e000 JavaThread "tcp-disco-ip-finder-cleaner-#6%null%" [_thread_blocked, id=102194, stack(0x00007fffdbbbb000,0x00007fffdbcbb000)]
  0x00000008d349e000 JavaThread "tcp-disco-sock-reader-#5%null%" [_thread_in_native, id=100770, stack(0x00007fffdbaba000,0x00007fffdbbba000)]
  0x00000008dd391800 JavaThread "tcp-disco-multicast-addr-sender-#4%null%" [_thread_in_native, id=102191, stack(0x00007fffdb8b8000,0x00007fffdb9b8000)]
  0x00000008dd390800 JavaThread "tcp-disco-srvr-#3%null%" [_thread_in_native, id=100795, stack(0x00007fffdb9b9000,0x00007fffdbab9000)]
  0x00000008dd390000 JavaThread "tcp-disco-msg-worker-#2%null%" [_thread_blocked, id=100791, stack(0x00007fffdd8d8000,0x00007fffdd9d8000)]
  0x00000008dd38f000 JavaThread "fragmentizer-worker-#28%null%" [_thread_blocked, id=100778, stack(0x00007fffdebeb000,0x00007fffdeceb000)]
  0x00000008dcb10800 JavaThread "grid-data-loader-flusher-#27%null%" [_thread_blocked, id=100745, stack(0x00007fffdeaea000,0x00007fffdebea000)]
  0x00000008dcb0f800 JavaThread "grid-nio-worker-tcp-rest-3-#26%null%" [_thread_in_native, id=102186, stack(0x00007fffdbcbc000,0x00007fffdbdbc000)]
  0x00000008dcb0f000 JavaThread "grid-nio-worker-tcp-rest-2-#25%null%" [_thread_in_native, id=102185, stack(0x00007fffdbdbd000,0x00007fffdbebd000)]
  0x00000008dcb0e000 JavaThread "grid-nio-worker-tcp-rest-1-#24%null%" [_thread_in_native, id=102184, stack(0x00007fffdbebe000,0x00007fffdbfbe000)]
  0x00000008e11f5800 JavaThread "grid-nio-worker-tcp-rest-0-#23%null%" [_thread_in_native, id=102183, stack(0x00007fffdbfbf000,0x00007fffdc0bf000)]
  0x00000008e11f4800 JavaThread "nio-acceptor-#22%null%" [_thread_in_native, id=102182, stack(0x00007fffdc0c0000,0x00007fffdc1c0000)]
  0x00000008e11f4000 JavaThread "tcp-comm-worker-#1%null%" [_thread_blocked, id=102180, stack(0x00007fffdc1c1000,0x00007fffdc2c1000)]
  0x00000008e11f3000 JavaThread "grid-nio-worker-tcp-comm-3-#20%null%" [_thread_in_native, id=102179, stack(0x00007fffdc2c2000,0x00007fffdc3c2000)]
  0x00000008e3301800 JavaThread "grid-nio-worker-tcp-comm-2-#19%null%" [_thread_in_native, id=102178, stack(0x00007fffdc3c3000,0x00007fffdc4c3000)]
  0x00000008e3300800 JavaThread "grid-nio-worker-tcp-comm-1-#18%null%" [_thread_in_native, id=102177, stack(0x00007fffdc4c4000,0x00007fffdc5c4000)]
=>0x00000008e3300000 JavaThread "grid-nio-worker-tcp-comm-0-#17%null%" [_thread_in_vm, id=102176, stack(0x00007fffdc5c5000,0x00007fffdc6c5000)]
  0x00000008e32ff000 JavaThread "nio-acceptor-#16%null%" [_thread_in_native, id=102175, stack(0x00007fffdc6c6000,0x00007fffdc7c6000)]
  0x00000008dd131800 JavaThread "grid-timeout-worker-#15%null%" [_thread_blocked, id=102172, stack(0x00007fffdc7c7000,0x00007fffdc8c7000)]
  0x00000008dd130800 JavaThread "ignite-clock" daemon [_thread_blocked, id=102171, stack(0x00007fffdc8c8000,0x00007fffdc9c8000)]
  0x00000008dd130000 JavaThread "pub-#14%null%" [_thread_blocked, id=102170, stack(0x00007fffdc9c9000,0x00007fffdcac9000)]
  0x00000008dd12f000 JavaThread "pub-#13%null%" [_thread_blocked, id=102169, stack(0x00007fffdcaca000,0x00007fffdcbca000)]
  0x00000008e6f17800 JavaThread "pub-#12%null%" [_thread_blocked, id=102168, stack(0x00007fffdcbcb000,0x00007fffdcccb000)]
  0x00000008e6f16800 JavaThread "pub-#11%null%" [_thread_blocked, id=102167, stack(0x00007fffdcccc000,0x00007fffdcdcc000)]
  0x00000008e6f16000 JavaThread "pub-#10%null%" [_thread_blocked, id=102166, stack(0x00007fffdcdcd000,0x00007fffdcecd000)]
  0x00000008e3fc8000 JavaThread "pub-#9%null%" [_thread_blocked, id=102165, stack(0x00007fffdcece000,0x00007fffdcfce000)]
  0x00000008e6ffc800 JavaThread "sys-stripe-7-#8%null%" [_thread_blocked, id=102164, stack(0x00007fffdcfcf000,0x00007fffdd0cf000)]
  0x00000008e6ffb800 JavaThread "sys-stripe-6-#7%null%" [_thread_blocked, id=102163, stack(0x00007fffdd0d0000,0x00007fffdd1d0000)]
  0x00000008e6ffb000 JavaThread "sys-stripe-5-#6%null%" [_thread_blocked, id=102162, stack(0x00007fffdd1d1000,0x00007fffdd2d1000)]
  0x00000008e6ffa000 JavaThread "sys-stripe-4-#5%null%" [_thread_blocked, id=102161, stack(0x00007fffdd2d2000,0x00007fffdd3d2000)]
  0x00000008e3fc9800 JavaThread "sys-stripe-3-#4%null%" [_thread_blocked, id=102160, stack(0x00007fffdd3d3000,0x00007fffdd4d3000)]
  0x00000008e3fc8800 JavaThread "sys-stripe-2-#3%null%" [_thread_blocked, id=102159, stack(0x00007fffdd4d4000,0x00007fffdd5d4000)]
  0x00000008db4be800 JavaThread "sys-stripe-1-#2%null%" [_thread_blocked, id=102158, stack(0x00007fffdd5d5000,0x00007fffdd6d5000)]
  0x00000008e3fc7000 JavaThread "sys-stripe-0-#1%null%" [_thread_blocked, id=100927, stack(0x00007fffdd6d6000,0x00007fffdd7d6000)]
  0x00000008d361f000 JavaThread "HttpClient@611563982-32" [_thread_blocked, id=102157, stack(0x00007fffdd7d7000,0x00007fffdd8d7000)]
  0x00000008e2882800 JavaThread "HttpClient@611563982-30-lowPrioritySelector" [_thread_blocked, id=102155, stack(0x00007fffdd9d9000,0x00007fffddad9000)]
  0x00000008e2881800 JavaThread "HttpClient@611563982-29" [_thread_in_native, id=102154, stack(0x00007fffddada000,0x00007fffddbda000)]
  0x00000008e2881000 JavaThread "HttpClient@611563982-28-lowPrioritySelector" [_thread_blocked, id=102153, stack(0x00007fffddbdb000,0x00007fffddcdb000)]
  0x00000008e2880000 JavaThread "HttpClient@611563982-27" [_thread_in_native, id=102152, stack(0x00007fffddcdc000,0x00007fffddddc000)]
  0x00000008e287f800 JavaThread "HttpClient@611563982-26-lowPrioritySelector" [_thread_blocked, id=102151, stack(0x00007fffddddd000,0x00007fffddedd000)]
  0x00000008e287e800 JavaThread "HttpClient@611563982-25" [_thread_in_native, id=102150, stack(0x00007fffddede000,0x00007fffddfde000)]
  0x00000008e287e000 JavaThread "HttpClient@611563982-24-lowPrioritySelector" [_thread_blocked, id=102149, stack(0x00007fffddfdf000,0x00007fffde0df000)]
  0x00000008e287d000 JavaThread "HttpClient@611563982-23" [_thread_in_native, id=102148, stack(0x00007fffde0e0000,0x00007fffde1e0000)]
  0x00000008db1d8000 JavaThread "Scheduler-929776179" [_thread_blocked, id=102147, stack(0x00007fffde1e1000,0x00007fffde2e1000)]
  0x00000008db4bd000 JavaThread "qtp1725017993-20" [_thread_blocked, id=102146, stack(0x00007fffde2e2000,0x00007fffde3e2000)]
  0x00000008db4bc000 JavaThread "qtp1725017993-19" [_thread_blocked, id=102145, stack(0x00007fffde3e3000,0x00007fffde4e3000)]
  0x00000008db1da800 JavaThread "qtp1725017993-18" [_thread_blocked, id=102144, stack(0x00007fffde4e4000,0x00007fffde5e4000)]
  0x00000008db1d9800 JavaThread "qtp1725017993-17" [_thread_blocked, id=102143, stack(0x00007fffde5e5000,0x00007fffde6e5000)]
  0x00000008db1d9000 JavaThread "qtp1725017993-16" [_thread_blocked, id=102142, stack(0x00007fffde6e6000,0x00007fffde7e6000)]
  0x00000008d451e800 JavaThread "qtp1725017993-15" [_thread_blocked, id=100932, stack(0x00007fffde7e7000,0x00007fffde8e7000)]
  0x00000008d451d800 JavaThread "qtp1725017993-14" [_thread_blocked, id=100920, stack(0x00007fffde8e8000,0x00007fffde9e8000)]
  0x00000008d451d000 JavaThread "qtp1725017993-13" [_thread_blocked, id=100919, stack(0x00007fffde9e9000,0x00007fffdeae9000)]
  0x00000008d451c000 JavaThread "Service Thread" daemon [_thread_blocked, id=102133, stack(0x00007fffdeded000,0x00007fffdeeed000)]
  0x0000000803031800 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=102132, stack(0x00007fffdeeee000,0x00007fffdefee000)]
  0x0000000803030800 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=102131, stack(0x00007fffdefef000,0x00007fffdf0ef000)]
  0x0000000803030000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=102130, stack(0x00007fffdf0f0000,0x00007fffdf1f0000)]
  0x000000080302f000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=102129, stack(0x00007fffdf1f1000,0x00007fffdf2f1000)]
  0x000000080302e800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=102128, stack(0x00007fffdf2f2000,0x00007fffdf3f2000)]
  0x000000080302d800 JavaThread "Finalizer" daemon [_thread_blocked, id=102127, stack(0x00007fffdf3f3000,0x00007fffdf4f3000)]
  0x000000080302d000 JavaThread "Reference Handler" daemon [_thread_blocked, id=102126, stack(0x00007fffdf4f4000,0x00007fffdf5f4000)]
  0x000000080302b800 JavaThread "main" [_thread_blocked, id=102051, stack(0x00007fffdfefe000,0x00007fffdfffe000)]

Other Threads:
  0x00000008030ae000 VMThread [stack: 0x00007fffdf5f5000,0x00007fffdf6f5000] [id=102125]
  0x00000008030ae800 WatcherThread [stack: 0x00007fffdecec000,0x00007fffdedec000] [id=102134]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:
 PSYoungGen      total 389120K, used 193950K [0x0000000865000000, 0x000000087e100000, 0x000000088e000000)
  eden space 375296K, 51% used [0x0000000865000000,0x0000000870d67b48,0x000000087be80000)
  from space 13824K, 0% used [0x000000087ce00000,0x000000087ce00000,0x000000087db80000)
  to   space 15872K, 0% used [0x000000087be80000,0x000000087be80000,0x000000087ce00000)
 ParOldGen       total 104960K, used 22158K [0x0000000813000000, 0x0000000819680000, 0x0000000865000000)
  object space 104960K, 21% used [0x0000000813000000,0x00000008145a3b48,0x0000000819680000)
 Metaspace       used 44207K, capacity 44772K, committed 45104K, reserved 1089536K
  class space    used 5137K, capacity 5312K, committed 5424K, reserved 1048576K

Card table byte_map: [0x000000088e000000,0x000000088e3d9000] byte_map_base: 0x0000000889f68000

Marking Bits: (ParMarkBitMap*) 0x00000008025be848
 Begin Bits: [0x000000088e669000, 0x0000000890529000)
 End Bits:   [0x0000000890529000, 0x00000008923e9000)

Polling page: 0x0000000800651000

CodeCache: size=245760Kb used=11515Kb max_used=11515Kb free=234244Kb
 bounds [0x0000000803842000, 0x00000008043b2000, 0x0000000812842000]
 total_blobs=3967 nmethods=3355 adapters=526
 compilation: enabled

Compilation events (10 events):
Event: 16.678 Thread 0x0000000803031800 3949       3       org.apache.ignite.marshaller.optimized.OptimizedObjectOutputStream::writeByte (11 bytes)
Event: 16.678 Thread 0x0000000803031800 nmethod 3949 0x0000000803f23750 code [0x0000000803f238c0, 0x0000000803f23b28]
Event: 16.678 Thread 0x0000000803031800 3950       3       org.apache.ignite.internal.util.io.GridUnsafeDataOutput::writeByte (29 bytes)
Event: 16.679 Thread 0x0000000803031800 nmethod 3950 0x0000000803f23050 code [0x0000000803f231e0, 0x0000000803f235f8]
Event: 16.679 Thread 0x0000000803031800 3951       3       org.apache.ignite.marshaller.optimized.OptimizedObjectOutputStream::writeShort (11 bytes)
Event: 16.680 Thread 0x0000000803031800 nmethod 3951 0x0000000803f22b90 code [0x0000000803f22d00, 0x0000000803f22f68]
Event: 16.680 Thread 0x0000000803031800 3952       3       org.apache.ignite.internal.util.io.GridUnsafeDataOutput::writeShort (51 bytes)
Event: 16.681 Thread 0x0000000803031800 nmethod 3952 0x0000000803f22450 code [0x0000000803f225e0, 0x0000000803f22a18]
Event: 16.681 Thread 0x0000000803031800 3953       3       org.apache.ignite.internal.util.GridUnsafe::putShort (28 bytes)
Event: 16.681 Thread 0x0000000803031800 nmethod 3953 0x0000000803f22110 code [0x0000000803f22280, 0x0000000803f223d0]

GC Heap History (10 events):
Event: 5.816 GC heap before
{Heap before GC invocations=6 (full 0):
 PSYoungGen      total 132096K, used 61309K [0x0000000865000000, 0x0000000875f00000, 0x000000088e000000)
  eden space 126976K, 44% used [0x0000000865000000,0x00000008686e42f8,0x000000086cc00000)
  from space 5120K, 99% used [0x000000086cc00000,0x000000086d0fb4c8,0x000000086d100000)
  to   space 11776K, 0% used [0x0000000875380000,0x0000000875380000,0x0000000875f00000)
 ParOldGen       total 84992K, used 10550K [0x0000000813000000, 0x0000000818300000, 0x0000000865000000)
  object space 84992K, 12% used [0x0000000813000000,0x0000000813a4d980,0x0000000818300000)
 Metaspace       used 20839K, capacity 21098K, committed 21296K, reserved 1069056K
  class space    used 2497K, capacity 2589K, committed 2608K, reserved 1048576K
Event: 5.839 GC heap after
Heap after GC invocations=6 (full 0):
 PSYoungGen      total 265728K, used 8060K [0x0000000865000000, 0x0000000875f00000, 0x000000088e000000)
  eden space 253952K, 0% used [0x0000000865000000,0x0000000865000000,0x0000000874800000)
  from space 11776K, 68% used [0x0000000875380000,0x0000000875b5f0c0,0x0000000875f00000)
  to   space 11776K, 0% used [0x0000000874800000,0x0000000874800000,0x0000000875380000)
 ParOldGen       total 84992K, used 10558K [0x0000000813000000, 0x0000000818300000, 0x0000000865000000)
  object space 84992K, 12% used [0x0000000813000000,0x0000000813a4f980,0x0000000818300000)
 Metaspace       used 20839K, capacity 21098K, committed 21296K, reserved 1069056K
  class space    used 2497K, capacity 2589K, committed 2608K, reserved 1048576K
}
Event: 5.839 GC heap before
{Heap before GC invocations=7 (full 1):
 PSYoungGen      total 265728K, used 8060K [0x0000000865000000, 0x0000000875f00000, 0x000000088e000000)
  eden space 253952K, 0% used [0x0000000865000000,0x0000000865000000,0x0000000874800000)
  from space 11776K, 68% used [0x0000000875380000,0x0000000875b5f0c0,0x0000000875f00000)
  to   space 11776K, 0% used [0x0000000874800000,0x0000000874800000,0x0000000875380000)
 ParOldGen       total 84992K, used 10558K [0x0000000813000000, 0x0000000818300000, 0x0000000865000000)
  object space 84992K, 12% used [0x0000000813000000,0x0000000813a4f980,0x0000000818300000)
 Metaspace       used 20839K, capacity 21098K, committed 21296K, reserved 1069056K
  class space    used 2497K, capacity 2589K, committed 2608K, reserved 1048576K
Event: 5.955 GC heap after
Heap after GC invocations=7 (full 1):
 PSYoungGen      total 265728K, used 0K [0x0000000865000000, 0x0000000875f00000, 0x000000088e000000)
  eden space 253952K, 0% used [0x0000000865000000,0x0000000865000000,0x0000000874800000)
  from space 11776K, 0% used [0x0000000875380000,0x0000000875380000,0x0000000875f00000)
  to   space 11776K, 0% used [0x0000000874800000,0x0000000874800000,0x0000000875380000)
 ParOldGen       total 63488K, used 11314K [0x0000000813000000, 0x0000000816e00000, 0x0000000865000000)
  object space 63488K, 17% used [0x0000000813000000,0x0000000813b0c868,0x0000000816e00000)
 Metaspace       used 20839K, capacity 21098K, committed 21296K, reserved 1069056K
  class space    used 2497K, capacity 2589K, committed 2608K, reserved 1048576K
}
Event: 10.056 GC heap before
{Heap before GC invocations=8 (full 1):
 PSYoungGen      total 265728K, used 253952K [0x0000000865000000, 0x0000000875f00000, 0x000000088e000000)
  eden space 253952K, 100% used [0x0000000865000000,0x0000000874800000,0x0000000874800000)
  from space 11776K, 0% used [0x0000000875380000,0x0000000875380000,0x0000000875f00000)
  to   space 11776K, 0% used [0x0000000874800000,0x0000000874800000,0x0000000875380000)
 ParOldGen       total 63488K, used 11314K [0x0000000813000000, 0x0000000816e00000, 0x0000000865000000)
  object space 63488K, 17% used [0x0000000813000000,0x0000000813b0c868,0x0000000816e00000)
 Metaspace       used 29326K, capacity 29740K, committed 30128K, reserved 1075200K
  class space    used 3604K, capacity 3748K, committed 3760K, reserved 1048576K
Event: 10.083 GC heap after
Heap after GC invocations=8 (full 1):
 PSYoungGen      total 265728K, used 11451K [0x0000000865000000, 0x000000087db80000, 0x000000088e000000)
  eden space 253952K, 0% used [0x0000000865000000,0x0000000865000000,0x0000000874800000)
  from space 11776K, 97% used [0x0000000874800000,0x000000087532ef10,0x0000000875380000)
  to   space 13824K, 0% used [0x000000087ce00000,0x000000087ce00000,0x000000087db80000)
 ParOldGen       total 63488K, used 11322K [0x0000000813000000, 0x0000000816e00000, 0x0000000865000000)
  object space 63488K, 17% used [0x0000000813000000,0x0000000813b0e868,0x0000000816e00000)
 Metaspace       used 29326K, capacity 29740K, committed 30128K, reserved 1075200K
  class space    used 3604K, capacity 3748K, committed 3760K, reserved 1048576K
}
Event: 11.725 GC heap before
{Heap before GC invocations=9 (full 1):
 PSYoungGen      total 265728K, used 105476K [0x0000000865000000, 0x000000087db80000, 0x000000088e000000)
  eden space 253952K, 37% used [0x0000000865000000,0x000000086abd2270,0x0000000874800000)
  from space 11776K, 97% used [0x0000000874800000,0x000000087532ef10,0x0000000875380000)
  to   space 13824K, 0% used [0x000000087ce00000,0x000000087ce00000,0x000000087db80000)
 ParOldGen       total 63488K, used 11322K [0x0000000813000000, 0x0000000816e00000, 0x0000000865000000)
  object space 63488K, 17% used [0x0000000813000000,0x0000000813b0e868,0x0000000816e00000)
 Metaspace       used 34620K, capacity 35064K, committed 35496K, reserved 1081344K
  class space    used 4187K, capacity 4326K, committed 4400K, reserved 1048576K
Event: 11.760 GC heap after
Heap after GC invocations=9 (full 1):
 PSYoungGen      total 389120K, used 13356K [0x0000000865000000, 0x000000087e100000, 0x000000088e000000)
  eden space 375296K, 0% used [0x0000000865000000,0x0000000865000000,0x000000087be80000)
  from space 13824K, 96% used [0x000000087ce00000,0x000000087db0b0f8,0x000000087db80000)
  to   space 15872K, 0% used [0x000000087be80000,0x000000087be80000,0x000000087ce00000)
 ParOldGen       total 63488K, used 11330K [0x0000000813000000, 0x0000000816e00000, 0x0000000865000000)
  object space 63488K, 17% used [0x0000000813000000,0x0000000813b10868,0x0000000816e00000)
 Metaspace       used 34620K, capacity 35064K, committed 35496K, reserved 1081344K
  class space    used 4187K, capacity 4326K, committed 4400K, reserved 1048576K
}
Event: 11.760 GC heap before
{Heap before GC invocations=10 (full 2):
 PSYoungGen      total 389120K, used 13356K [0x0000000865000000, 0x000000087e100000, 0x000000088e000000)
  eden space 375296K, 0% used [0x0000000865000000,0x0000000865000000,0x000000087be80000)
  from space 13824K, 96% used [0x000000087ce00000,0x000000087db0b0f8,0x000000087db80000)
  to   space 15872K, 0% used [0x000000087be80000,0x000000087be80000,0x000000087ce00000)
 ParOldGen       total 63488K, used 11330K [0x0000000813000000, 0x0000000816e00000, 0x0000000865000000)
  object space 63488K, 17% used [0x0000000813000000,0x0000000813b10868,0x0000000816e00000)
 Metaspace       used 34620K, capacity 35064K, committed 35496K, reserved 1081344K
  class space    used 4187K, capacity 4326K, committed 4400K, reserved 1048576K
Event: 12.097 GC heap after
Heap after GC invocations=10 (full 2):
 PSYoungGen      total 389120K, used 0K [0x0000000865000000, 0x000000087e100000, 0x000000088e000000)
  eden space 375296K, 0% used [0x0000000865000000,0x0000000865000000,0x000000087be80000)
  from space 13824K, 0% used [0x000000087ce00000,0x000000087ce00000,0x000000087db80000)
  to   space 15872K, 0% used [0x000000087be80000,0x000000087be80000,0x000000087ce00000)
 ParOldGen       total 104960K, used 22158K [0x0000000813000000, 0x0000000819680000, 0x0000000865000000)
  object space 104960K, 21% used [0x0000000813000000,0x00000008145a3b48,0x0000000819680000)
 Metaspace       used 34620K, capacity 35064K, committed 35496K, reserved 1081344K
  class space    used 4187K, capacity 4326K, committed 4400K, reserved 1048576K
}

Deoptimization events (10 events):
Event: 10.779 Thread 0x000000080302b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000803da2658 method=java.util.regex.Pattern$7.isSatisfiedBy(I)Z @ 16
Event: 10.779 Thread 0x000000080302b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000803da2658 method=java.util.regex.Pattern$7.isSatisfiedBy(I)Z @ 16
Event: 10.779 Thread 0x000000080302b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000803da2658 method=java.util.regex.Pattern$7.isSatisfiedBy(I)Z @ 16
Event: 10.780 Thread 0x000000080302b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000803d90068 method=java.util.regex.Pattern$CharProperty$1.isSatisfiedBy(I)Z @ 5
Event: 10.780 Thread 0x000000080302b800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000803d128c8 method=java.util.regex.Pattern$CharProperty.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 37
Event: 10.780 Thread 0x000000080302b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000803d90068 method=java.util.regex.Pattern$CharProperty$1.isSatisfiedBy(I)Z @ 5
Event: 10.780 Thread 0x000000080302b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000803d90068 method=java.util.regex.Pattern$CharProperty$1.isSatisfiedBy(I)Z @ 5
Event: 10.780 Thread 0x000000080302b800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000803d90068 method=java.util.regex.Pattern$CharProperty$1.isSatisfiedBy(I)Z @ 5
Event: 10.797 Thread 0x00000008e3fc8000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000008041fa78c method=java.lang.ThreadLocal.get()Ljava/lang/Object; @ 11
Event: 16.686 Thread 0x00000008e2832800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000008039a3628 method=java.util.zip.ZipCoder.getBytes(Ljava/lang/String;)[B @ 32

Internal exceptions (10 events):
Event: 12.633 Thread 0x000000080302b800 Exception <a 'java/lang/NoSuchMethodError': <clinit>> (0x00000008674181c8) thrown at [/usr/ports/java/openjdk8/work/openjdk/hotspot/src/share/vm/prims/jni.cpp, line 1613]
Event: 12.635 Thread 0x000000080302b800 Exception <a 'java/lang/NoSuchMethodError': <clinit>> (0x0000000867423ad8) thrown at [/usr/ports/java/openjdk8/work/openjdk/hotspot/src/share/vm/prims/jni.cpp, line 1613]
Event: 12.964 Thread 0x000000080302b800 Exception <a 'java/net/BindException'> (0x0000000868d090a0) thrown at [/usr/ports/java/openjdk8/work/openjdk/hotspot/src/share/vm/prims/jni.cpp, line 709]
Event: 12.990 Thread 0x000000080302b800 Exception <a 'java/net/UnknownHostException'> (0x0000000868d93740) thrown at [/usr/ports/java/openjdk8/work/openjdk/hotspot/src/share/vm/prims/jni.cpp, line 735]
Event: 12.992 Thread 0x000000080302b800 Exception <a 'java/net/UnknownHostException'> (0x0000000868d93ff0) thrown at [/usr/ports/java/openjdk8/work/openjdk/hotspot/src/share/vm/prims/jni.cpp, line 735]
Event: 13.053 Thread 0x000000080302b800 Exception <a 'java/lang/NoSuchMethodError': <clinit>> (0x0000000869528ca0) thrown at [/usr/ports/java/openjdk8/work/openjdk/hotspot/src/share/vm/prims/jni.cpp, line 1613]
Event: 13.943 Thread 0x000000080302b800 Exception <a 'java/net/SocketTimeoutException': Receive timed out> (0x000000086b0db578) thrown at [/usr/ports/java/openjdk8/work/openjdk/hotspot/src/share/vm/prims/jni.cpp, line 735]
Event: 14.650 Thread 0x000000080302b800 Exception <a 'java/net/SocketTimeoutException': Receive timed out> (0x000000086b100bc0) thrown at [/usr/ports/java/openjdk8/work/openjdk/hotspot/src/share/vm/prims/jni.cpp, line 735]
Event: 14.697 Thread 0x000000080302b800 Exception <a 'java/lang/NoSuchMethodError': <clinit>> (0x000000086b1db5a8) thrown at [/usr/ports/java/openjdk8/work/openjdk/hotspot/src/share/vm/prims/jni.cpp, line 1613]
Event: 14.703 Thread 0x000000080302b800 Exception <a 'java/lang/NoSuchMethodError': <clinit>> (0x000000086b1f8fe0) thrown at [/usr/ports/java/openjdk8/work/openjdk/hotspot/src/share/vm/prims/jni.cpp, line 1613]

Events (10 events):
Event: 16.686 loading class java/util/zip/ZipOutputStream$XEntry done
Event: 16.686 Thread 0x00000008e2832800 Uncommon trap: trap_request=0xffffff65 fr.pc=0x00000008039a3628
Event: 16.686 Thread 0x00000008e2832800 DEOPT PACKING pc=0x00000008039a3628 sp=0x00007fffdb3b1390
Event: 16.686 Thread 0x00000008e2832800 DEOPT UNPACKING pc=0x0000000803846f69 sp=0x00007fffdb3b1350 mode 2
Event: 16.688 loading class java/util/Vector$Itr
Event: 16.688 loading class java/util/Vector$Itr done
Event: 16.689 loading class org/apache/ignite/internal/managers/communication/GridIoMessage
Event: 16.689 loading class org/apache/ignite/internal/managers/communication/GridIoMessage done
Event: 16.693 Executing VM operation: RevokeBias
Event: 16.693 Executing VM operation: RevokeBias done


Dynamic libraries:
0x0000000000400000 	/usr/local/openjdk8//bin/java
0x0000000800821000 	/usr/local/openjdk8/bin/../lib/amd64/jli/libjli.so
0x0000000800a2e000 	/lib/libz.so.6
0x0000000800c45000 	/lib/libthr.so.3
0x0000000800e6c000 	/lib/libc.so.7
0x0000000801800000 	/usr/local/openjdk8/jre/lib/amd64/server/libjvm.so
0x00000008025e5000 	/lib/libm.so.5
0x0000000802810000 	/usr/lib/libc++.so.1
0x0000000802acf000 	/lib/libcxxrt.so.1
0x0000000802ced000 	/lib/libgcc_s.so.1
0x0000000803200000 	/usr/local/openjdk8/jre/lib/amd64/libverify.so
0x000000080340f000 	/usr/local/openjdk8/jre/lib/amd64/libjava.so
0x000000080363a000 	/usr/local/openjdk8/jre/lib/amd64/libzip.so
0x00000008da200000 	/usr/local/openjdk8/jre/lib/amd64/libmanagement.so
0x00000008da408000 	/usr/local/openjdk8/jre/lib/amd64/libnet.so
0x00000008dea00000 	/usr/local/openjdk8/jre/lib/amd64/libnio.so
0x00000008e4200000 	/usr/local/openjdk8/jre/lib/amd64/libsunec.so
0x0000000800600000 	/libexec/ld-elf.so.1

VM Arguments:
jvm_args: -Djava.net.preferIPv4Stack=true -Dserver.address=127.0.0.1 
java_command: target/ignite-samples-0.0.1-SNAPSHOT.jar
java_class_path (initial): target/ignite-samples-0.0.1-SNAPSHOT.jar
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=/usr/local/openjdk8/
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/home/kmisuth/bin
SHELL=/usr/local/bin/zsh
DISPLAY=:0

Signal Handlers:
SIGSEGV: [libjvm.so+0x9269e0], sa_mask[0]=11111111111111111111111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGBUS: [libjvm.so+0x9269e0], sa_mask[0]=11111111111111111111111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGFPE: [libjvm.so+0x7c69f0], sa_mask[0]=11111111111111111111111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGPIPE: [libjvm.so+0x7c69f0], sa_mask[0]=11111111111111111111111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGXFSZ: [libjvm.so+0x7c69f0], sa_mask[0]=11111111111111111111111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGILL: [libjvm.so+0x7c69f0], sa_mask[0]=11111111111111111111111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGUSR1: SIG_DFL, sa_mask[0]=00000000000000000000000000000000, sa_flags=SA_RESTART
SIGUSR2: [libjvm.so+0x7c7560], sa_mask[0]=00000000000000000000000000000000, sa_flags=SA_RESTART|SA_SIGINFO
SIGHUP: [libjvm.so+0x7c4f40], sa_mask[0]=11111111111111111111111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGINT: [libjvm.so+0x7c4f40], sa_mask[0]=11111111111111111111111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGTERM: [libjvm.so+0x7c4f40], sa_mask[0]=11111111111111111111111111111110, sa_flags=SA_RESTART|SA_SIGINFO
SIGQUIT: [libjvm.so+0x7c4f40], sa_mask[0]=11111111111111111111111111111110, sa_flags=SA_RESTART|SA_SIGINFO


---------------  S Y S T E M  ---------------

OS:BSD
uname:FreeBSD 11.0-RELEASE-p1 FreeBSD 11.0-RELEASE-p1 #0 r306420: Thu Sep 29 01:43:23 UTC 2016     r...@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
rlimit: STACK 524288k, CORE infinity, NPROC 11926, NOFILE 226638, AS infinity
load average:2.12 1.43 1.12

CPU:total 8 (4 cores per cpu, 2 threads per core) family 6 model 60 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, clmul, erms, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2

Memory: 4k page, physical 8058412k(1112320k free), swap 4292870144k(2097028k free)

vm_info: OpenJDK 64-Bit Server VM (25.121-b13) for bsd-amd64 JRE (1.8.0_121-b13), built on Apr  6 2017 23:19:49 by "root" with gcc 4.2.1 Compatible FreeBSD Clang 3.8.0 (tags/RELEASE_380/final 262564)

time: Wed Apr 12 22:48:18 2017
elapsed time: 16 seconds (0d 0h 0m 16s)

Reply via email to