From dev-return-40378-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Thu Oct 11 12:18:36 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 6415618064A for ; Thu, 11 Oct 2018 12:18:36 +0200 (CEST) Received: (qmail 58488 invoked by uid 500); 11 Oct 2018 10:18:35 -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 58470 invoked by uid 99); 11 Oct 2018 10:18:34 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Oct 2018 10:18:34 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AD583E00A4; Thu, 11 Oct 2018 10:18:34 +0000 (UTC) From: SpiderRus To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request #4953: FsyncModeFileWriteAheadLogManager can block forev... Content-Type: text/plain Date: Thu, 11 Oct 2018 10:18:34 +0000 (UTC) GitHub user SpiderRus opened a pull request: https://github.com/apache/ignite/pull/4953 FsyncModeFileWriteAheadLogManager can block forever in log() call You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-9776 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/4953.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #4953 ---- commit 3fdd22ef28f22a0c3588b10f9b14475598642b0b Author: Alexey Stelmak Date: 2018-10-11T10:17:16Z Archiever fix ---- ---