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 5924E200C1A for ; Mon, 13 Feb 2017 07:52:16 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 57C14160B60; Mon, 13 Feb 2017 06:52:16 +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 96D2E160B4D for ; Mon, 13 Feb 2017 07:52:15 +0100 (CET) Received: (qmail 19704 invoked by uid 500); 13 Feb 2017 06:52:09 -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 19693 invoked by uid 99); 13 Feb 2017 06:52:09 -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; Mon, 13 Feb 2017 06:52:09 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 44394DFC31; Mon, 13 Feb 2017 06:52:09 +0000 (UTC) From: nerdyyatrice To: dev@zookeeper.apache.org Reply-To: dev@zookeeper.apache.org References: In-Reply-To: Subject: [GitHub] zookeeper pull request #167: commitProcessor does not crash when an unseen c... Content-Type: text/plain Message-Id: <20170213065209.44394DFC31@git1-us-west.apache.org> Date: Mon, 13 Feb 2017 06:52:09 +0000 (UTC) archived-at: Mon, 13 Feb 2017 06:52:16 -0000 Github user nerdyyatrice commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/167#discussion_r100733084 --- Diff: src/java/test/org/apache/zookeeper/server/quorum/CommitProcessorConcurrencyTest.java --- @@ -106,6 +106,7 @@ public void shutdown() { @Override public void notifyStopping(String threadName, int errorCode) { + Assert.fail("Commit processor crashed " + errorCode); --- End diff -- My first commit failed as I used lamba so I changed it back to Java 7 style. I forgot to change the commit message when I submit the second one. I will see how to amend that. --- 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. ---