You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@druid.apache.org by Jonathan Wei <jo...@apache.org> on 2020/10/09 07:48:11 UTC

[VOTE] Release Apache Druid 0.20.0 [RC2]

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!

Re: [VOTE] Release Apache Druid 0.20.0 [RC2]

Posted by Jonathan Wei <jo...@apache.org>.
+1 (binding)

src:
- Checked signature/hash
- Checked LICENSE/NOTICE
- Ran rat and unit tests
- Built distribution and ran native batch quickstart

bin:
- Checked signature/hash
- Checked LICENSE/NOTICE
- ran native batch quickstart

On Thu, Oct 15, 2020 at 2:26 AM Clint Wylie <cw...@apache.org> wrote:

> +1 (binding)
>
> src package:
> - verified signature/checksum
> - LICENSE/NOTICE present
> - compiled, ran unit tests (I actually had issue with a Kafka supervisor
> test also, testFailedInitializationAndRecovery, but I think it might be
> environmental, because I am seeing this same issue with 0.19 src package)
> - built binary distribution, ingested some data and ran some queries
>
> binary package:
> - verified signature/checksum
> - LICENSE/NOTICE present
> - ingested some data and ran some queries
>
> docker:
> - verified checksum
> - started cluster with docker-compose, ingested some data and ran some
> queries
>
> On Tue, Oct 13, 2020 at 9:53 PM Jonathan Wei <jo...@apache.org> wrote:
>
> > Thanks for checking, Furkan!
> >
> > I tried building from source locally again and it succeeded, I think it
> > could be flakiness in that test.
> >
> > Best,
> > Jon
> >
> > On Tue, Oct 13, 2020 at 1:39 AM Furkan KAMACI <fu...@gmail.com>
> > wrote:
> >
> > > Hi,
> > >
> > > Tests couldn't passed on my environment (Darwin Kernel Version 19.5.0):
> > >
> > > [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
> > > 33.255 s <<< FAILURE! - in
> > > org.apache.druid.indexing.kafka.supervisor.KafkaSupervisorTest
> > > [ERROR] org.apache.druid.indexing.kafka.supervisor.KafkaSupervisorTest
> > >  Time elapsed: 33.253 s  <<< ERROR!
> > > kafka.zookeeper.ZooKeeperClientTimeoutException: Timed out waiting for
> > > connection while in state: CONNECTING
> > > at
> > >
> > >
> >
> kafka.zookeeper.ZooKeeperClient.waitUntilConnected(ZooKeeperClient.scala:262)
> > > at kafka.zookeeper.ZooKeeperClient.<init>(ZooKeeperClient.scala:119)
> > > at kafka.zk.KafkaZkClient$.apply(KafkaZkClient.scala:1865)
> > > at kafka.server.KafkaServer.createZkClient$1(KafkaServer.scala:419)
> > > at kafka.server.KafkaServer.initZkClient(KafkaServer.scala:444)
> > > at kafka.server.KafkaServer.startup(KafkaServer.scala:222)
> > > at
> > >
> org.apache.druid.indexing.kafka.test.TestBroker.start(TestBroker.java:94)
> > > at
> > >
> > >
> >
> org.apache.druid.indexing.kafka.supervisor.KafkaSupervisorTest.setupClass(KafkaSupervisorTest.java:195)
> > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > > at
> > >
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> > > at
> > >
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> > > at java.lang.reflect.Method.invoke(Method.java:498)
> > > at
> > >
> > >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
> > > at
> > >
> > >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> > > at
> > >
> > >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
> > > at
> > >
> > >
> >
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
> > > at
> > >
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
> > > at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
> > > at
> > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
> > > at
> > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
> > > at
> > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
> > > at
> > >
> > >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
> > > at
> > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
> > > at
> > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
> > > at
> > >
> > >
> >
> org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
> > > at
> > >
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
> > >
> > >
> > > [INFO] BUILD FAILURE
> > > [INFO]
> > >
> ------------------------------------------------------------------------
> > > [INFO] Total time:  01:02 h
> > >
> > > and rat checks have failed due to that reason:
> > >
> > > [INFO] BUILD FAILURE
> > > [INFO]
> > >
> ------------------------------------------------------------------------
> > > [INFO] Total time:  48.835 s
> > > [INFO] Finished at: 2020-10-13T11:34:48+03:00
> > > [INFO]
> > >
> ------------------------------------------------------------------------
> > > [ERROR] Failed to execute goal on project druid-integration-tests:
> Could
> > > not resolve dependencies for project
> > > org.apache.druid:druid-integration-tests:jar:0.20.0: The following
> > > artifacts could not be resolved:
> > > org.apache.druid.extensions:druid-kafka-indexing-service:jar:0.20.0,
> > > org.apache.druid.extensions:druid-basic-security:jar:0.20.0,
> > > org.apache.druid.extensions:druid-lookups-cached-global:jar:0.20.0,
> > > org.apache.druid.extensions:simple-client-sslcontext:jar:0.20.0: Could
> > not
> > > find artifact
> > > org.apache.druid.extensions:druid-kafka-indexing-service:jar:0.20.0 in
> > > apache.snapshots (https://repository.apache.org/snapshots) -> [Help 1]
> > >
> > > Kind Regards,
> > > Furkan KAMACI
> > >
> > > On Tue, Oct 13, 2020 at 3:49 AM Jihoon Son <ji...@apache.org>
> wrote:
> > >
> > > > +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 <jo...@apache.org>
> > 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!
> > > > >
> > > >
> > >
> >
>

Re: [VOTE] Release Apache Druid 0.20.0 [RC2]

Posted by Clint Wylie <cw...@apache.org>.
+1 (binding)

src package:
- verified signature/checksum
- LICENSE/NOTICE present
- compiled, ran unit tests (I actually had issue with a Kafka supervisor
test also, testFailedInitializationAndRecovery, but I think it might be
environmental, because I am seeing this same issue with 0.19 src package)
- built binary distribution, ingested some data and ran some queries

binary package:
- verified signature/checksum
- LICENSE/NOTICE present
- ingested some data and ran some queries

docker:
- verified checksum
- started cluster with docker-compose, ingested some data and ran some
queries

On Tue, Oct 13, 2020 at 9:53 PM Jonathan Wei <jo...@apache.org> wrote:

> Thanks for checking, Furkan!
>
> I tried building from source locally again and it succeeded, I think it
> could be flakiness in that test.
>
> Best,
> Jon
>
> On Tue, Oct 13, 2020 at 1:39 AM Furkan KAMACI <fu...@gmail.com>
> wrote:
>
> > Hi,
> >
> > Tests couldn't passed on my environment (Darwin Kernel Version 19.5.0):
> >
> > [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
> > 33.255 s <<< FAILURE! - in
> > org.apache.druid.indexing.kafka.supervisor.KafkaSupervisorTest
> > [ERROR] org.apache.druid.indexing.kafka.supervisor.KafkaSupervisorTest
> >  Time elapsed: 33.253 s  <<< ERROR!
> > kafka.zookeeper.ZooKeeperClientTimeoutException: Timed out waiting for
> > connection while in state: CONNECTING
> > at
> >
> >
> kafka.zookeeper.ZooKeeperClient.waitUntilConnected(ZooKeeperClient.scala:262)
> > at kafka.zookeeper.ZooKeeperClient.<init>(ZooKeeperClient.scala:119)
> > at kafka.zk.KafkaZkClient$.apply(KafkaZkClient.scala:1865)
> > at kafka.server.KafkaServer.createZkClient$1(KafkaServer.scala:419)
> > at kafka.server.KafkaServer.initZkClient(KafkaServer.scala:444)
> > at kafka.server.KafkaServer.startup(KafkaServer.scala:222)
> > at
> > org.apache.druid.indexing.kafka.test.TestBroker.start(TestBroker.java:94)
> > at
> >
> >
> org.apache.druid.indexing.kafka.supervisor.KafkaSupervisorTest.setupClass(KafkaSupervisorTest.java:195)
> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > at
> >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> > at
> >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> > at java.lang.reflect.Method.invoke(Method.java:498)
> > at
> >
> >
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
> > at
> >
> >
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> > at
> >
> >
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
> > at
> >
> >
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
> > at
> >
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
> > at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
> > at
> >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
> > at
> >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
> > at
> >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
> > at
> >
> >
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
> > at
> >
> >
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
> > at
> >
> >
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
> > at
> >
> >
> org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
> > at
> > org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
> >
> >
> > [INFO] BUILD FAILURE
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time:  01:02 h
> >
> > and rat checks have failed due to that reason:
> >
> > [INFO] BUILD FAILURE
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time:  48.835 s
> > [INFO] Finished at: 2020-10-13T11:34:48+03:00
> > [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] Failed to execute goal on project druid-integration-tests: Could
> > not resolve dependencies for project
> > org.apache.druid:druid-integration-tests:jar:0.20.0: The following
> > artifacts could not be resolved:
> > org.apache.druid.extensions:druid-kafka-indexing-service:jar:0.20.0,
> > org.apache.druid.extensions:druid-basic-security:jar:0.20.0,
> > org.apache.druid.extensions:druid-lookups-cached-global:jar:0.20.0,
> > org.apache.druid.extensions:simple-client-sslcontext:jar:0.20.0: Could
> not
> > find artifact
> > org.apache.druid.extensions:druid-kafka-indexing-service:jar:0.20.0 in
> > apache.snapshots (https://repository.apache.org/snapshots) -> [Help 1]
> >
> > Kind Regards,
> > Furkan KAMACI
> >
> > On Tue, Oct 13, 2020 at 3:49 AM Jihoon Son <ji...@apache.org> wrote:
> >
> > > +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 <jo...@apache.org>
> 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!
> > > >
> > >
> >
>

Re: [VOTE] Release Apache Druid 0.20.0 [RC2]

Posted by Jonathan Wei <jo...@apache.org>.
Thanks for checking, Furkan!

I tried building from source locally again and it succeeded, I think it
could be flakiness in that test.

Best,
Jon

On Tue, Oct 13, 2020 at 1:39 AM Furkan KAMACI <fu...@gmail.com>
wrote:

> Hi,
>
> Tests couldn't passed on my environment (Darwin Kernel Version 19.5.0):
>
> [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
> 33.255 s <<< FAILURE! - in
> org.apache.druid.indexing.kafka.supervisor.KafkaSupervisorTest
> [ERROR] org.apache.druid.indexing.kafka.supervisor.KafkaSupervisorTest
>  Time elapsed: 33.253 s  <<< ERROR!
> kafka.zookeeper.ZooKeeperClientTimeoutException: Timed out waiting for
> connection while in state: CONNECTING
> at
>
> kafka.zookeeper.ZooKeeperClient.waitUntilConnected(ZooKeeperClient.scala:262)
> at kafka.zookeeper.ZooKeeperClient.<init>(ZooKeeperClient.scala:119)
> at kafka.zk.KafkaZkClient$.apply(KafkaZkClient.scala:1865)
> at kafka.server.KafkaServer.createZkClient$1(KafkaServer.scala:419)
> at kafka.server.KafkaServer.initZkClient(KafkaServer.scala:444)
> at kafka.server.KafkaServer.startup(KafkaServer.scala:222)
> at
> org.apache.druid.indexing.kafka.test.TestBroker.start(TestBroker.java:94)
> at
>
> org.apache.druid.indexing.kafka.supervisor.KafkaSupervisorTest.setupClass(KafkaSupervisorTest.java:195)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at
>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at
>
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
> at
>
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at
>
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
> at
>
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
> at
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
> at
>
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
> at
>
> org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
> at
>
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
> at
>
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
> at
>
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
> at
>
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
> at
>
> org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
> at
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
>
>
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time:  01:02 h
>
> and rat checks have failed due to that reason:
>
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time:  48.835 s
> [INFO] Finished at: 2020-10-13T11:34:48+03:00
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project druid-integration-tests: Could
> not resolve dependencies for project
> org.apache.druid:druid-integration-tests:jar:0.20.0: The following
> artifacts could not be resolved:
> org.apache.druid.extensions:druid-kafka-indexing-service:jar:0.20.0,
> org.apache.druid.extensions:druid-basic-security:jar:0.20.0,
> org.apache.druid.extensions:druid-lookups-cached-global:jar:0.20.0,
> org.apache.druid.extensions:simple-client-sslcontext:jar:0.20.0: Could not
> find artifact
> org.apache.druid.extensions:druid-kafka-indexing-service:jar:0.20.0 in
> apache.snapshots (https://repository.apache.org/snapshots) -> [Help 1]
>
> Kind Regards,
> Furkan KAMACI
>
> On Tue, Oct 13, 2020 at 3:49 AM Jihoon Son <ji...@apache.org> wrote:
>
> > +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 <jo...@apache.org> 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!
> > >
> >
>

Re: [VOTE] Release Apache Druid 0.20.0 [RC2]

Posted by Furkan KAMACI <fu...@gmail.com>.
Hi,

Tests couldn't passed on my environment (Darwin Kernel Version 19.5.0):

[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
33.255 s <<< FAILURE! - in
org.apache.druid.indexing.kafka.supervisor.KafkaSupervisorTest
[ERROR] org.apache.druid.indexing.kafka.supervisor.KafkaSupervisorTest
 Time elapsed: 33.253 s  <<< ERROR!
kafka.zookeeper.ZooKeeperClientTimeoutException: Timed out waiting for
connection while in state: CONNECTING
at
kafka.zookeeper.ZooKeeperClient.waitUntilConnected(ZooKeeperClient.scala:262)
at kafka.zookeeper.ZooKeeperClient.<init>(ZooKeeperClient.scala:119)
at kafka.zk.KafkaZkClient$.apply(KafkaZkClient.scala:1865)
at kafka.server.KafkaServer.createZkClient$1(KafkaServer.scala:419)
at kafka.server.KafkaServer.initZkClient(KafkaServer.scala:444)
at kafka.server.KafkaServer.startup(KafkaServer.scala:222)
at org.apache.druid.indexing.kafka.test.TestBroker.start(TestBroker.java:94)
at
org.apache.druid.indexing.kafka.supervisor.KafkaSupervisorTest.setupClass(KafkaSupervisorTest.java:195)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
at
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
at
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
at
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
at
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
at
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
at
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
at
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)


[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time:  01:02 h

and rat checks have failed due to that reason:

[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time:  48.835 s
[INFO] Finished at: 2020-10-13T11:34:48+03:00
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal on project druid-integration-tests: Could
not resolve dependencies for project
org.apache.druid:druid-integration-tests:jar:0.20.0: The following
artifacts could not be resolved:
org.apache.druid.extensions:druid-kafka-indexing-service:jar:0.20.0,
org.apache.druid.extensions:druid-basic-security:jar:0.20.0,
org.apache.druid.extensions:druid-lookups-cached-global:jar:0.20.0,
org.apache.druid.extensions:simple-client-sslcontext:jar:0.20.0: Could not
find artifact
org.apache.druid.extensions:druid-kafka-indexing-service:jar:0.20.0 in
apache.snapshots (https://repository.apache.org/snapshots) -> [Help 1]

Kind Regards,
Furkan KAMACI

On Tue, Oct 13, 2020 at 3:49 AM Jihoon Son <ji...@apache.org> wrote:

> +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 <jo...@apache.org> 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!
> >
>

Re: [VOTE] Release Apache Druid 0.20.0 [RC2]

Posted by Jihoon Son <ji...@apache.org>.
+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 <jo...@apache.org> 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!
>