From dev-return-75772-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Mon Nov 12 21:24:09 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 93942180660 for ; Mon, 12 Nov 2018 21:24:08 +0100 (CET) Received: (qmail 35696 invoked by uid 500); 12 Nov 2018 20:24:07 -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 35679 invoked by uid 99); 12 Nov 2018 20:24:07 -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, 12 Nov 2018 20:24:07 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3CEC2E0BB0; Mon, 12 Nov 2018 20:24:05 +0000 (UTC) From: anmolnar To: dev@zookeeper.apache.org Reply-To: dev@zookeeper.apache.org Message-ID: Subject: [GitHub] zookeeper pull request #700: ZOOKEEPER-1441 Some test cases are failing beca... Content-Type: text/plain Date: Mon, 12 Nov 2018 20:24:05 +0000 (UTC) GitHub user anmolnar opened a pull request: https://github.com/apache/zookeeper/pull/700 ZOOKEEPER-1441 Some test cases are failing because Port bind issue. Fixes the Java 11 build issue. Details are in Jira. You can merge this pull request into a Git repository by running: $ git pull https://github.com/anmolnar/zookeeper ZOOKEEPER-1441 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zookeeper/pull/700.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 #700 ---- commit 93dde673fa8c73ce524199384b6cb9c73b5ad324 Author: Andor Molnar Date: 2018-11-12T20:19:24Z ZOOKEEPER-1441. Don't open selector until ServerCnxnFactory is started. ---- ---