From dev-return-71300-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Tue Jul 10 17:48:53 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 59C33180634 for ; Tue, 10 Jul 2018 17:48:53 +0200 (CEST) Received: (qmail 67644 invoked by uid 500); 10 Jul 2018 15:48:52 -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 67633 invoked by uid 99); 10 Jul 2018 15:48:51 -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; Tue, 10 Jul 2018 15:48:51 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A0969DFAD1; Tue, 10 Jul 2018 15:48:51 +0000 (UTC) From: bothejjms To: dev@zookeeper.apache.org Reply-To: dev@zookeeper.apache.org References: In-Reply-To: Subject: [GitHub] zookeeper issue #563: Fix for ZOOKEEPER-3072 Content-Type: text/plain Message-Id: <20180710154851.A0969DFAD1@git1-us-west.apache.org> Date: Tue, 10 Jul 2018 15:48:51 +0000 (UTC) Github user bothejjms commented on the issue: https://github.com/apache/zookeeper/pull/563 I have tweaked the test to use significantly less threads and be faster. Unfortunately it still fails on jenkins. :( I am not sure how ThreadPoolExecutor would help with this. It will spin up the same amount of threads in background, isn't it? ---