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 28EAE200BA2 for ; Sun, 16 Oct 2016 16:55:30 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 275E1160AE2; Sun, 16 Oct 2016 14:55:30 +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 6C98A160ACE for ; Sun, 16 Oct 2016 16:55:29 +0200 (CEST) Received: (qmail 28736 invoked by uid 500); 16 Oct 2016 14:55:28 -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 28721 invoked by uid 99); 16 Oct 2016 14:55:28 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Oct 2016 14:55:28 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id E0122180672 for ; Sun, 16 Oct 2016 14:55:27 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.72 X-Spam-Level: X-Spam-Status: No, score=-0.72 tagged_above=-999 required=6.31 tests=[HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id kX3Oo6Z_MEqw for ; Sun, 16 Oct 2016 14:55:27 +0000 (UTC) Received: from mail-lf0-f50.google.com (mail-lf0-f50.google.com [209.85.215.50]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id D6A3B5FBCD for ; Sun, 16 Oct 2016 14:55:26 +0000 (UTC) Received: by mail-lf0-f50.google.com with SMTP id b75so237153992lfg.3 for ; Sun, 16 Oct 2016 07:55:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:content-transfer-encoding:subject :message-id:date:to:mime-version; bh=o9CJknAMdNzPwe+NP10uKQBuOuW2qC1uEH0q55aLtSc=; b=bpwtMGhJfoRqvN/nBBQsN00SBcbEAkfIAODlI4lsJzRYtIRRrXC4SvdC8o6njdfzd4 QX1+TPSyowav7O3FI9r4Blty0xvflu10jzJ2HcxnNdABi44p/eGjahQ43rMeeQCN5k9f KNn3sN6VUMBrhyCSYUyn5ZpFxGjH2bwABU66rytikEpzIOetvOl3kURKPSKPWo0H8gsN z8/VTzQiqla3MwmWV5KMVriJjXdluOIm22GhopBlOo1cvINPt5Wj+6r3OIppvhKq4FHf 8vFS23cSnv4QFOYSjU76QHQWuazs80KamDdPLJQQYcff7ze6caH/kuWCo7zd2lZHSs0s QPCw== X-Gm-Message-State: AA6/9Rnks+GxwserTHjclf3Gu0MwMjizYO4oZKMDDNP153rNq411tI04xBxt0HBcUZSs8w== X-Received: by 10.28.38.2 with SMTP id m2mr239080wmm.102.1476629725201; Sun, 16 Oct 2016 07:55:25 -0700 (PDT) Received: from fpj-mac.home (host86-165-7-215.range86-165.btcentralplus.com. [86.165.7.215]) by smtp.gmail.com with ESMTPSA id hb5sm43189253wjc.5.2016.10.16.07.55.24 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 16 Oct 2016 07:55:24 -0700 (PDT) From: Flavio Junqueira Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: 3.6.0-alpha release? Message-Id: Date: Sun, 16 Oct 2016 15:55:22 +0100 To: DevZooKeeper Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) X-Mailer: Apple Mail (2.2104) archived-at: Sun, 16 Oct 2016 14:55:30 -0000 Hello there, There are a few things interesting in trunk, like the TTL nodes feature = and the performance improvement in ZK-2024, and I've been wondering if = it would make sense to cut an alpha release for folks to start testing. = Points to keep in mind are: - Positive: There are features that would be good to make available = through a release so that the community can start testing more broadly. - Negative: Our focus will remain in 3.5 until it stabilizes, so = creating a 3.6 branch will create some additional burden to the = community. Any thoughts here?=20 -Flavio=