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 DB8CA200C1E for ; Fri, 17 Feb 2017 14:47:49 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id DA085160B3F; Fri, 17 Feb 2017 13:47:49 +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 2D8A0160B55 for ; Fri, 17 Feb 2017 14:47:49 +0100 (CET) Received: (qmail 11717 invoked by uid 500); 17 Feb 2017 13:47:48 -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 11706 invoked by uid 99); 17 Feb 2017 13:47:48 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Feb 2017 13:47:48 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id D25071A0424 for ; Fri, 17 Feb 2017 13:47:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.999 X-Spam-Level: X-Spam-Status: No, score=-1.999 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id mYZNWN7lAN9r for ; Fri, 17 Feb 2017 13:47:47 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 8473B5F36C for ; Fri, 17 Feb 2017 13:47:46 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id E3C73E073C for ; Fri, 17 Feb 2017 13:47:42 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id C16ED24123 for ; Fri, 17 Feb 2017 13:47:41 +0000 (UTC) Date: Fri, 17 Feb 2017 13:47:41 +0000 (UTC) From: "Enrico Olivelli (JIRA)" To: dev@zookeeper.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ZOOKEEPER-2697) Handle graceful stop of ZookKeeper client MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 17 Feb 2017 13:47:50 -0000 [ https://issues.apache.org/jira/browse/ZOOKEEPER-2697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enrico Olivelli updated ZOOKEEPER-2697: --------------------------------------- Description: As seen in ZOOKEEPER-1394 I would like to have the "close" which waits for all background activities to finish. In tests the method "testableWaitForShutdown" is used. We can add a new ZooKeeper.close(boolean force) method which will act as testableWaitForShutdown, joining all support threads. was: As seen in ZOOKEEPER-1394 I would like to have the "close" which waits for all background activities to finish. In tests the method "testableWaitForShutdown" is used. My proposal is to add a new boolean configuration options "gracefulClose" (defaults to "false") which adds a logic similar to testableWaitForShutdown at the end of "close" methd. I would like to add a new configuration property in order to make third party libraries which only call "close" but have a "configurabile" ZooKeeper instance to leverage this new feature > Handle graceful stop of ZookKeeper client > ----------------------------------------- > > Key: ZOOKEEPER-2697 > URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2697 > Project: ZooKeeper > Issue Type: Improvement > Components: java client > Affects Versions: 3.4.9 > Reporter: Enrico Olivelli > Priority: Critical > > As seen in ZOOKEEPER-1394 I would like to have the "close" which waits for all background activities to finish. > In tests the method "testableWaitForShutdown" is used. > We can add a new ZooKeeper.close(boolean force) method which will act as testableWaitForShutdown, joining all support threads. -- This message was sent by Atlassian JIRA (v6.3.15#6346)