Return-Path: X-Original-To: apmail-aurora-reviews-archive@minotaur.apache.org Delivered-To: apmail-aurora-reviews-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8E14618B33 for ; Tue, 29 Dec 2015 03:12:42 +0000 (UTC) Received: (qmail 5274 invoked by uid 500); 29 Dec 2015 03:12:42 -0000 Delivered-To: apmail-aurora-reviews-archive@aurora.apache.org Received: (qmail 5209 invoked by uid 500); 29 Dec 2015 03:12:42 -0000 Mailing-List: contact reviews-help@aurora.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: reviews@aurora.apache.org Delivered-To: mailing list reviews@aurora.apache.org Received: (qmail 5189 invoked by uid 99); 29 Dec 2015 03:12:41 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Dec 2015 03:12:41 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id CE4F8296BDE; Tue, 29 Dec 2015 03:12:40 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============4204666433726678010==" MIME-Version: 1.0 Subject: Re: Review Request 41762: Upgrade ZooKeeper dep to 3.4.2 From: "Bill Farner" To: "John Sirois" , "Zameer Manji" Cc: "Bill Farner" , "Aurora" Date: Tue, 29 Dec 2015 03:12:40 -0000 Message-ID: <20151229031240.4181.77218@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: "Bill Farner" X-ReviewGroup: Aurora X-Auto-Response-Suppress: DR, RN, OOF, AutoReply X-ReviewRequest-URL: https://reviews.apache.org/r/41762/ X-Sender: "Bill Farner" References: <20151229030752.4181.98781@reviews.apache.org> In-Reply-To: <20151229030752.4181.98781@reviews.apache.org> Reply-To: "Bill Farner" X-ReviewRequest-Repository: aurora --===============4204666433726678010== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/41762/#review112116 ----------------------------------------------------------- commons/src/main/java/org/apache/aurora/common/zookeeper/testing/ZooKeeperTestServer.java Background - `NIOServerCnxn.Factory` extended `Thread`, `NIOServerCnxnFactory` is a `Runnable`, so we no longer have `isAlive()`. The Thread is still there, but privately managed. If we want to maintain this precondition and the gate below, we could do our own state tracking. However, i'm not sure it's worth it. - Bill Farner On Dec. 28, 2015, 7:07 p.m., Bill Farner wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/41762/ > ----------------------------------------------------------- > > (Updated Dec. 28, 2015, 7:07 p.m.) > > > Review request for Aurora, John Sirois and Zameer Manji. > > > Repository: aurora > > > Description > ------- > > Primary motivation here is to get past 3.4.0, which changed how logging works in ZK (primarily via slf4j). This will make it easier to have a cohesive logging story. > > There was some fallout - I did not update to latest - 3.4.7. I encountered issues with a kerberos-related test (see comment in `build.gradle`) with >=3.4.3. I spent a few minutes looking for a solution, but decided to stop short so as to return to the work i was really trying to tackle. > > > Diffs > ----- > > build.gradle d32aea5e4c888cb215af7bedd5e9c1a8f41308c8 > commons/src/main/java/org/apache/aurora/common/zookeeper/testing/ZooKeeperTestServer.java 03d47c37f67dee64eca2107ab1510c7efcdd0931 > > Diff: https://reviews.apache.org/r/41762/diff/ > > > Testing > ------- > > end-to-end tests > > > Thanks, > > Bill Farner > > --===============4204666433726678010==--