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 A6C20200B80 for ; Wed, 31 Aug 2016 02:08:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A56F4160AC5; Wed, 31 Aug 2016 00:08:22 +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 C75C7160AC6 for ; Wed, 31 Aug 2016 02:08:21 +0200 (CEST) Received: (qmail 23659 invoked by uid 500); 31 Aug 2016 00:08:20 -0000 Mailing-List: contact dev-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 dev@ignite.apache.org Received: (qmail 23567 invoked by uid 99); 31 Aug 2016 00:08:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Aug 2016 00:08:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9C7762C1B77 for ; Wed, 31 Aug 2016 00:08:20 +0000 (UTC) Date: Wed, 31 Aug 2016 00:08:20 +0000 (UTC) From: "Valentin Kulichenko (JIRA)" To: dev@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (IGNITE-3810) FileSwapSpaceSpi can hang when large value is written MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 31 Aug 2016 00:08:22 -0000 Valentin Kulichenko created IGNITE-3810: ------------------------------------------- Summary: FileSwapSpaceSpi can hang when large value is written Key: IGNITE-3810 URL: https://issues.apache.org/jira/browse/IGNITE-3810 Project: Ignite Issue Type: Bug Components: swap Affects Versions: 1.7 Reporter: Valentin Kulichenko Fix For: 1.8 Test reproducing the issue is attached. Weirdly, the value of size {{1024 * 1024 - 48}} is successfully written, but when it is only one byte bigger, the swap space hangs. -- This message was sent by Atlassian JIRA (v6.3.4#6332)