From dev-return-71294-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Tue Jul 10 16:25:05 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 AEDE0180634 for ; Tue, 10 Jul 2018 16:25:04 +0200 (CEST) Received: (qmail 26956 invoked by uid 500); 10 Jul 2018 14:25:03 -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 26945 invoked by uid 99); 10 Jul 2018 14:25:03 -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; Tue, 10 Jul 2018 14:25:03 +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 F227918034E for ; Tue, 10 Jul 2018 14:25:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -110.301 X-Spam-Level: X-Spam-Status: No, score=-110.301 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id C5mq_SCnsqxd for ; Tue, 10 Jul 2018 14:25:02 +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 404645F439 for ; Tue, 10 Jul 2018 14:25:01 +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 80217E02EB for ; Tue, 10 Jul 2018 14:25:00 +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 366E821EE9 for ; Tue, 10 Jul 2018 14:25:00 +0000 (UTC) Date: Tue, 10 Jul 2018 14:25:00 +0000 (UTC) From: "Hadoop QA (JIRA)" To: dev@zookeeper.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ZOOKEEPER-3033) Step 1.2 - Create zk-recipes maven structure MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ZOOKEEPER-3033?page=3Dcom.atlas= sian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D= 16538678#comment-16538678 ]=20 Hadoop QA commented on ZOOKEEPER-3033: -------------------------------------- +1 overall. GitHub Pull Request Build =20 +1 @author. The patch does not contain any @author tags. +1 tests included. The patch appears to include 43 new or modified tes= ts. +1 javadoc. The javadoc tool did not generate any warning messages. +1 javac. The applied patch does not increase the total number of java= c compiler warnings. +1 findbugs. The patch does not introduce any new Findbugs (version 3.= 0.1) warnings. +1 release audit. The applied patch does not increase the total number= of release audit warnings. +1 core tests. The patch passed core unit tests. +1 contrib tests. The patch passed contrib unit tests. Test results: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-b= uild/1919//testReport/ Findbugs warnings: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github= -pr-build/1919//artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings= .html Console output: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr= -build/1919//console This message is automatically generated. > Step 1.2 - Create zk-recipes maven structure > -------------------------------------------- > > Key: ZOOKEEPER-3033 > URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3033 > Project: ZooKeeper > Issue Type: Sub-task > Components: build, scripts > Affects Versions: 3.6.0 > Reporter: Norbert Kalmar > Assignee: Norbert Kalmar > Priority: Major > Labels: pull-request-available > Time Spent: 0.5h > Remaining Estimate: 0h > > Create a project structure that separates the different parts of ZooKeepe= r into a more meaningful packages for the future maven build. > This should be done in iterations to limit the impact. > * First iteration - safe changes including moving src/docs to zk-docs, cr= eating zk-it empty directory. Build and conf directory remains unchanged. T= hese changes also have minimum impact on PR=E2=80=99s. > * *Second iteration* - move src/recipes to zk-recipes. > * Third iteration - move src/contrib to zk-contrib. > * Fourth iteration - move src/c to zk-client (java will be moved in Phase= 2) > * Fifth iteration - move jute under src directory > * Sixth iteration - move src/java/main to zk-server, which will be furthe= r separated in Step 2. > {noformat} > zookeeper > | -bin > | -conf > | -zookeeper-docs > | -zookeeper-it (integration tests) > | -zookeeper-recipes > | | -zookeeper-recipes-election > | | -zookeeper-recipes-lock > \ \ -zookeeper-recipes-queue > {noformat} -- This message was sent by Atlassian JIRA (v7.6.3#76005)