You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ksenia Rybakova (JIRA)" <ji...@apache.org> on 2016/12/28 08:29:58 UTC

[jira] [Created] (IGNITE-4502) JVM driver crash during load test

Ksenia Rybakova created IGNITE-4502:
---------------------------------------

             Summary: JVM driver crash during load test
                 Key: IGNITE-4502
                 URL: https://issues.apache.org/jira/browse/IGNITE-4502
             Project: Ignite
          Issue Type: Bug
    Affects Versions: 1.7
            Reporter: Ksenia Rybakova


During load test one of the driver JVMs failed with the following
{noformat}
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f781306426d, pid=9061, tid=140153654769408
#
# JRE version: Java(TM) SE Runtime Environment (7.0_79-b15) (build 1.7.0_79-b15)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.79-b02 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libc.so.6+0x8a26d][thread 140153650558720 also had an error]
  __memset_sse2+0x95d
{noformat} 

Error report file is attached.

Revision:
5494dfb8 (but ignite-yardstick lib was replaced with newer version, corresponding jar is attached)

This issue is of one time occurrence.

Load config:
- Operations: put, put_all, get, get_all, invoke, invoke_all, remove, remove_all, put_if_absent, replace
- Heap: 8Gb for servers, 4Gb for clients
- 5 clients, 20 servers
- 12 caches
- Types of caches (atomicity mode) : different (atomic, transactional)
- Types of caches (tiered storage mode) : different (onheap without eviction, onheap with eviction, offheap_tired, offheap_values)
- Types of caches (indexing): different (with and without indexes)
- Types of caches (cache mode): different (partitioned, replicated)
- Backups count: 1
- TLSv1.2 is enabled



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