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 069F5200C49 for ; Fri, 17 Mar 2017 16:33:07 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 04C46160B80; Fri, 17 Mar 2017 15:33:07 +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 7426F160B6D for ; Fri, 17 Mar 2017 16:33:06 +0100 (CET) Received: (qmail 89849 invoked by uid 500); 17 Mar 2017 15:33:00 -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 89837 invoked by uid 99); 17 Mar 2017 15:33:00 -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; Fri, 17 Mar 2017 15:33:00 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8EEF7DFBC9; Fri, 17 Mar 2017 15:33:00 +0000 (UTC) From: rakeshadr To: dev@zookeeper.apache.org Reply-To: dev@zookeeper.apache.org Message-ID: Subject: [GitHub] zookeeper pull request #200: ZOOKEEPER-2712: MiniKdc test case intermittentl... Content-Type: text/plain Date: Fri, 17 Mar 2017 15:33:00 +0000 (UTC) archived-at: Fri, 17 Mar 2017 15:33:07 -0000 GitHub user rakeshadr opened a pull request: https://github.com/apache/zookeeper/pull/200 ZOOKEEPER-2712: MiniKdc test case intermittently failing due to princ… After long long analysis, I have observed concurrency issues at `ApacheDs `(used for unit test) causing the trouble and failing minikdc test cases. Introduced delay between the ZK server's startup to avoid simultaneous login context init across servers. Also, modified few test code for better debugging. You can merge this pull request into a Git repository by running: $ git pull https://github.com/rakeshadr/zookeeper-1 ZK-2712 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zookeeper/pull/200.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 #200 ---- commit 3d1db97770a23ab8a9d9dd5700544518f865647a Author: Rakesh Radhakrishnan Date: 2017-03-17T15:25:56Z ZOOKEEPER-2712: MiniKdc test case intermittently failing due to principal not found in Kerberos database ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---