From dev-return-2999-archive-asf-public=cust-asf.ponee.io@druid.apache.org Tue Oct 13 00:49:51 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mailroute1-lw-us.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id ED9F518064E for ; Tue, 13 Oct 2020 02:49:50 +0200 (CEST) Received: from mail.apache.org (localhost [127.0.0.1]) by mailroute1-lw-us.apache.org (ASF Mail Server at mailroute1-lw-us.apache.org) with SMTP id 25B1B12279C for ; Tue, 13 Oct 2020 00:49:50 +0000 (UTC) Received: (qmail 54478 invoked by uid 500); 13 Oct 2020 00:49:49 -0000 Mailing-List: contact dev-help@druid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@druid.apache.org Delivered-To: mailing list dev@druid.apache.org Received: (qmail 54462 invoked by uid 99); 13 Oct 2020 00:49:49 -0000 Received: from Unknown (HELO mailrelay1-lw-us.apache.org) (10.10.3.159) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Oct 2020 00:49:49 +0000 Received: from mail-qv1-f46.google.com (mail-qv1-f46.google.com [209.85.219.46]) by mailrelay1-lw-us.apache.org (ASF Mail Server at mailrelay1-lw-us.apache.org) with ESMTPSA id 155DA4006A for ; Tue, 13 Oct 2020 00:49:49 +0000 (UTC) Received: by mail-qv1-f46.google.com with SMTP id b10so7024220qvf.0 for ; Mon, 12 Oct 2020 17:49:49 -0700 (PDT) X-Gm-Message-State: AOAM530SPufi7J6+pya7mOwR6/NWxYN/osx6VC7NP8JjRzGqxkyRI3xi qLI8v8FzuprBIYWlBihEJtqlsQ++8Qwwxb//Ab8= X-Google-Smtp-Source: ABdhPJzzvhfDsD1rDlL/frIfeGbhtG7+TY5cNqi+kKV757et2Rva56PAyASEhVT0pwUCz15YlefxUHild1HrtlyqzfA= X-Received: by 2002:a0c:e4cb:: with SMTP id g11mr11818327qvm.6.1602550188598; Mon, 12 Oct 2020 17:49:48 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Jihoon Son Date: Mon, 12 Oct 2020 17:49:37 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [VOTE] Release Apache Druid 0.20.0 [RC2] To: dev@druid.apache.org Content-Type: multipart/alternative; boundary="000000000000b9ea8f05b182ca40" --000000000000b9ea8f05b182ca40 Content-Type: text/plain; charset="UTF-8" +1 (binding) src package: - verified signature/hash - LICENSE and NOTICE are present - unit tests (I haven't run by myself, but it passed on Travis: https://travis-ci.org/github/apache/druid/builds/734182335) - built binary distribution - ran the Kafka ingestion tutorial - ran some batch tasks bin package: - verified signature/hash - LICENSE and NOTICE are present - ran the Kafka ingestion tutorial - ran some batch tasks docker: - verified checksum - started a cluster with docker-compose On Fri, Oct 9, 2020 at 12:48 AM Jonathan Wei wrote: > Hi all, > > I have created a build for Apache Druid 0.20.0, release > candidate 2. > > Thanks to everyone who has helped contribute to the release! You can read > the proposed release notes here: > https://github.com/apache/druid/issues/10462 > > The release candidate has been tagged in GitHub as > druid-0.20.0-rc2 (acdc6ee7ea3a81fb3e70b92d7cc682921f988eb5), > available here: > https://github.com/apache/druid/releases/tag/druid-0.20.0-rc2 > > The artifacts to be voted on are located here: > https://dist.apache.org/repos/dist/dev/druid/0.20.0-rc2/ > > A staged Maven repository is available for review at: > https://repository.apache.org/content/repositories/orgapachedruid-1020/ > > Staged druid.apache.org website documentation is available here: > https://druid.staged.apache.org/docs/0.20.0/design/index.html > > A Docker image containing the binary of the release candidate can be > retrieved via: > docker pull apache/druid:0.20.0-rc2 > > artifact checksums > src: > > 15a424cb772ed01c081d09cec0b2798186dc32ea2ce2522a78a5ebd032ec9755f186a67926b7a86a1e6c91885a9ead7b77c8b5c78b06f76bd84ac355c036a43d > bin: > > 67fbb50071d09bc3328fe2172ee6f27ce1d960a2ce11fa863a38173897126d5e0009495da3f145d1ad110e65db6d6a7e8f37ea2204a2f76a89e10886f6d2aa41 > docker: 75f14a2bbf00950d4da9d2e9d566fab07f62453524ec77d7e479fced48bf69ae > > Release artifacts are signed with the following key: > https://people.apache.org/keys/committer/jonwei.asc > > This key and the key of other committers can also be found in the project's > KEYS file here: > https://dist.apache.org/repos/dist/release/druid/KEYS > > (If you are a committer, please feel free to add your own key to that file > by following the instructions in the file's header.) > > > Verify checksums: > diff <(shasum -a512 apache-druid-0.20.0-src.tar.gz | \ > cut -d ' ' -f1) \ > <(cat apache-druid-0.20.0-src.tar.gz.sha512 ; echo) > > diff <(shasum -a512 apache-druid-0.20.0-bin.tar.gz | \ > cut -d ' ' -f1) \ > <(cat apache-druid-0.20.0-bin.tar.gz.sha512 ; echo) > > Verify signatures: > gpg --verify apache-druid-0.20.0-src.tar.gz.asc \ > apache-druid-0.20.0-src.tar.gz > > gpg --verify apache-druid-0.20.0-bin.tar.gz.asc \ > apache-druid-0.20.0-bin.tar.gz > > Please review the proposed artifacts and vote. Note that Apache has > specific requirements that must be met before +1 binding votes can be cast > by PMC members. Please refer to the policy at > http://www.apache.org/legal/release-policy.html#policy for more details. > > As part of the validation process, the release artifacts can be generated > from source by running: > mvn clean install -Papache-release,dist -Dgpg.skip > > The RAT license check can be run from source by: > mvn apache-rat:check -Prat > > This vote will be open for at least 72 hours. The vote will pass if a > majority of at least three +1 PMC votes are cast. > > [ ] +1 Release this package as Apache Druid 0.20.0 > [ ] 0 I don't feel strongly about it, but I'm okay with the release > [ ] -1 Do not release this package because... > > Thanks! > --000000000000b9ea8f05b182ca40--