Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3A6BE200BFA for ; Wed, 28 Dec 2016 09:30:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 37DB8160B19; Wed, 28 Dec 2016 08:30:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7F2F0160B2E for ; Wed, 28 Dec 2016 09:29:59 +0100 (CET) Received: (qmail 41881 invoked by uid 500); 28 Dec 2016 08:29:58 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 41751 invoked by uid 99); 28 Dec 2016 08:29:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Dec 2016 08:29:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7A14A2C0453 for ; Wed, 28 Dec 2016 08:29:58 +0000 (UTC) Date: Wed, 28 Dec 2016 08:29:58 +0000 (UTC) From: "Ksenia Rybakova (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (IGNITE-4502) JVM driver crash during load test MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 28 Dec 2016 08:30:00 -0000 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)