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 217A8200CAD for ; Wed, 28 Jun 2017 12:17:47 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 20386160BF7; Wed, 28 Jun 2017 10:17:47 +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 8F478160BE8 for ; Wed, 28 Jun 2017 12:17:46 +0200 (CEST) Received: (qmail 54338 invoked by uid 500); 28 Jun 2017 10:17:45 -0000 Mailing-List: contact dev-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list dev@zookeeper.apache.org Received: (qmail 54325 invoked by uid 99); 28 Jun 2017 10:17:45 -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; Wed, 28 Jun 2017 10:17:45 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 369D5DFAB0; Wed, 28 Jun 2017 10:17:45 +0000 (UTC) From: asdf2014 To: dev@zookeeper.apache.org Reply-To: dev@zookeeper.apache.org Message-ID: Subject: [GitHub] zookeeper pull request #296: ZOOKEEPER-2824: `FileChannel#size` info should ... Content-Type: text/plain Date: Wed, 28 Jun 2017 10:17:45 +0000 (UTC) archived-at: Wed, 28 Jun 2017 10:17:47 -0000 GitHub user asdf2014 opened a pull request: https://github.com/apache/zookeeper/pull/296 ZOOKEEPER-2824: `FileChannel#size` info should be added to `FileTxnLog#commit` to solve the confuse that reason is too large log or too busy disk I/O `FileChannel#size` info should be added to `FileTxnLog#commit` to solve the confuse that reason is too large log or too busy disk I/O You can merge this pull request into a Git repository by running: $ git pull https://github.com/asdf2014/zookeeper ZOOKEEPER-2824 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zookeeper/pull/296.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 #296 ---- commit 9006b8f95d9dad11ebda5f76043d973f05dcdfd2 Author: asdf2014 <1571805553@qq.com> Date: 2017-06-28T10:09:09Z ZOOKEEPER-2824: `FileChannel#size` info should be added to `FileTxnLog#commit` to solve the confuse that reason is too large log or too busy disk I/O ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---