Return-Path: X-Original-To: apmail-zookeeper-user-archive@www.apache.org Delivered-To: apmail-zookeeper-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0FC3A9F70 for ; Tue, 6 Mar 2012 18:25:05 +0000 (UTC) Received: (qmail 26511 invoked by uid 500); 6 Mar 2012 18:25:04 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 26482 invoked by uid 500); 6 Mar 2012 18:25:04 -0000 Mailing-List: contact user-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@zookeeper.apache.org Delivered-To: mailing list user@zookeeper.apache.org Received: (qmail 26473 invoked by uid 99); 6 Mar 2012 18:25:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Mar 2012 18:25:04 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bdd@mindcast.org designates 209.85.215.42 as permitted sender) Received: from [209.85.215.42] (HELO mail-lpp01m010-f42.google.com) (209.85.215.42) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Mar 2012 18:24:58 +0000 Received: by lahl5 with SMTP id l5so312074lah.15 for ; Tue, 06 Mar 2012 10:24:36 -0800 (PST) Received-SPF: pass (google.com: domain of bdd@mindcast.org designates 10.112.44.225 as permitted sender) client-ip=10.112.44.225; Authentication-Results: mr.google.com; spf=pass (google.com: domain of bdd@mindcast.org designates 10.112.44.225 as permitted sender) smtp.mail=bdd@mindcast.org; dkim=pass header.i=bdd@mindcast.org Received: from mr.google.com ([10.112.44.225]) by 10.112.44.225 with SMTP id h1mr12095955lbm.34.1331058276486 (num_hops = 1); Tue, 06 Mar 2012 10:24:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mindcast.org; s=google; h=mime-version:x-originating-ip:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=qjfBdZ+lBsHR7XQ6hq6i8iB9+7JNahXXxvFAXuFLu2I=; b=GcdkfDItt5OaHClYZ4kHuBCgNeHE/QmWubl29xncwtLV718XpmGFKtr0CInwagnalm DLlvN7X+T9H9pKIu6jNt36svPngKcDKZ8+v0WRA34bctOMPvlGOKayX7RqqYiM3Sb73r XXJprpB+poeYvStgBujUkKEgR3JqlprwJxkW0= Received: by 10.112.44.225 with SMTP id h1mr9973586lbm.34.1331058276296; Tue, 06 Mar 2012 10:24:36 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.32.33 with HTTP; Tue, 6 Mar 2012 10:24:06 -0800 (PST) X-Originating-IP: [204.28.123.123] In-Reply-To: References: From: "Berk D. Demir" Date: Tue, 6 Mar 2012 10:24:06 -0800 Message-ID: Subject: Re: maven-metadata in Maven Central still points to 3.3.1 To: user@zookeeper.apache.org Content-Type: multipart/alternative; boundary=90e6ba308f0cbbea1904ba972783 X-Gm-Message-State: ALoCoQkbHygo4EyTPDPxej9gkbV8gpkz4ER9T9QZRpXYxT1go92AbI6us/qZeru7Rk6cE/qnn2B/ X-Virus-Checked: Checked by ClamAV on apache.org --90e6ba308f0cbbea1904ba972783 Content-Type: text/plain; charset=UTF-8 Resurrecting this problem again after finding out what was wrong and how the replication broke just the metadata file. *Background:* ZooKeeper releases are made manually with Ant copied via scp to old repository under people.apache.org. https://cwiki.apache.org/confluence/display/ZOOKEEPER/HowToRelease Although maven-metadata.xml in people.apache.org is correct the one in Maven Central still points to 3.3.1. *Why is this happening?* There are two mirrors defined on Sonatype side. One is from RAO ( repo.apache.org) and the other one is from old people.apache.org repo. At some point ZK published artifacts to RAO. The lastest one was 3.3.1. But ZK still uses old people.apache.org repo and publishes new artifacts there. Sonatype's Nexus mirrors from both locations and this breaks maven-metadata.xml. Here's the JIRA with Apache Infra people and Sonatype's support. https://issues.sonatype.org/browse/MVNCENTRAL-173 *How to fix* Brian Fox from Apache Infra suggests to move the project to Nexus and completely remove the old repository in people.apache.org. I am offering to help Mavenizing the project and move publishing to RAO. There is https://issues.apache.org/jira/browse/ZOOKEEPER-1078 from May 2011 and last touched Dec 2011. ...along with https://issues.apache.org/jira/browse/ZOOKEEPER-1402 If the developers are not interested in this one yet, please reach Apache Infra and make them delete ZK in repo.apache.org. This is so annoying (reason explained below) *Why is this important again?* Sonatype's OSSRH (open source software repository hosting) more or less became the defacto Maven repository for many open source projects (lately adopting entire scala-tools.org). If a project has a ZooKeeper dependency, the latest version they can get is still 3.3.1. Declaring external repositories is not allowed in project pom.xml for many reasons. http://www.sonatype.com/people/2009/02/why-putting-repositories-in-your-poms-is-a-bad-idea/ This slows down the adaptation of latest ZooKeeper clients and forces people to use 3.3.1 from 2010 with a slew of bugs. Thanks, B. On Mon, Dec 12, 2011 at 2:55 PM, Patrick Hunt wrote: > who does control mirroring on repo1.maven.org? Anyone know? Is this > Apache? (you might check wth Apache Infra) > > Patrick > > On Mon, Dec 12, 2011 at 2:04 PM, Patrick Hunt wrote: > > No idea - we have no control over third-party mirroring. Sounds like > > your best bet would be to set p.a.o as a repo in your pom. > > > > Patrick > > > > On Mon, Dec 12, 2011 at 1:37 PM, Berk D. Demir wrote: > >> On Mon, Dec 12, 2011 at 9:03 AM, Patrick Hunt wrote: > >>> The mirroring seems broken, here's the source: > >>> > >>> > http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/zookeeper/zookeeper/maven-metadata.xml > >> > >> Who do we need to notify to fix that? > >> > >> I am about to push Asynchronous HBase Client to Central but don't want > >> to depend on ZK 3.3.1. > >> > >> BTW, web site shows 3.3.4 as (current) but there is 3.4.0 available. > >> POM also lists ZK 3.4.0 at the latest. Is it considered production > >> safe? > --90e6ba308f0cbbea1904ba972783--