You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by Viktor Somogyi-Vass <vi...@gmail.com> on 2019/02/01 16:27:54 UTC

Re: [VOTE] 2.1.1 RC1

Hi,

Ran the ducktapes but the streams upgrade tests failed because the dev
version was not updated. This will be fixed in
https://github.com/apache/kafka/pull/6217. Once it's merged I'll rerun them.

Viktor

On Wed, 30 Jan 2019, 22:19 Jonathan Santilli <jonathansantilli@gmail.com
wrote:

> Hello,
>
> I have downloaded the source code for tag *2.1.1-rc1* (667980043). Executed
> integration and unit tests:
>
> *BUILD SUCCESSFUL in 25m 34s*
> *136 actionable tasks: 133 executed, 3 up-to-date*
>
>
> Also, I have downloaded the artifact from
> http://home.apache.org/~cmccabe/kafka-2.1.1-rc1/kafka_2.11-2.1.1.tgz and
> ran a cluster of 3 Brokers.
> Kept Kafka-monitor running for about 1 hour without any issues.
>
> +1
>
> Thanks for the release Colin.
> --
> Jonathan Santilli
>
>
> On Wed, Jan 30, 2019 at 8:18 PM Eno Thereska <en...@gmail.com>
> wrote:
>
> > I couldn't repro locally, that was on an m3.large. And it's not happening
> > anymore. Might be a transient issue.
> >
> > Thanks,
> > Eno
> >
> > On Wed, Jan 30, 2019 at 6:46 PM Colin McCabe <cm...@apache.org> wrote:
> >
> > > (+all lists)
> > >
> > > Hi Eno,
> > >
> > > Thanks for testing this.
> > >
> > > Those tests passed in the Jenkins build we did here:
> > > https://builds.apache.org/job/kafka-2.1-jdk8/118/
> > >
> > > Perhaps there is an environment issue at play here?  Do you get the
> same
> > > failures running those tests on the 2.1 release?
> > >
> > > Best,
> > > Colin
> > >
> > > On Wed, Jan 30, 2019, at 09:11, Eno Thereska wrote:
> > > > Hi Colin,
> > > >
> > > > I've been running the tests and so far I get the following failures.
> > Are
> > > > they known?
> > > >
> > > > kafka.server.ReplicaManagerQuotasTest >
> > > shouldGetBothMessagesIfQuotasAllow
> > > > FAILED
> > > > kafka.server.ReplicaManagerQuotasTest >
> > > > testCompleteInDelayedFetchWithReplicaThrottling FAILED
> > > > kafka.server.ReplicaManagerQuotasTest >
> > > > shouldExcludeSubsequentThrottledPartitions FAILED
> > > > kafka.server.ReplicaManagerQuotasTest >
> > > > shouldGetNoMessagesIfQuotasExceededOnSubsequentPartitions FAILED
> > > > kafka.server.ReplicaManagerQuotasTest >
> > > > shouldIncludeInSyncThrottledReplicas FAILED
> > > >
> > > > Thanks
> > > > Eno
> > > >
> > > > On Sun, Jan 27, 2019 at 9:46 PM Colin McCabe <co...@cmccabe.xyz>
> > wrote:
> > > >
> > > > > Hi all,
> > > > >
> > > > > This is the second candidate for release of Apache Kafka 2.1.1.
> This
> > > > > release includes many bug fixes for Apache Kafka 2.1.
> > > > >
> > > > > Compared to rc0, this release includes the following changes:
> > > > > * MINOR: Upgrade ducktape to 0.7.5 (#6197)
> > > > > * KAFKA-7837: Ensure offline partitions are picked up as soon as
> > > possible
> > > > > when shrinking ISR
> > > > > * tests/kafkatest/__init__.py now contains __version__ = '2.1.1'
> > rather
> > > > > than '2.1.1.dev0'
> > > > > * Maven artifacts should be properly staged this time
> > > > > * I have added my GPG key to https://kafka.apache.org/KEYS
> > > > >
> > > > > Check out the release notes here:
> > > > > http://home.apache.org/~cmccabe/kafka-2.1.1-rc1/RELEASE_NOTES.html
> > > > >
> > > > > The vote will go until Friday, February 1st.
> > > > >
> > > > > * Release artifacts to be voted upon (source and binary):
> > > > > http://home.apache.org/~cmccabe/kafka-2.1.1-rc1/
> > > > >
> > > > > * Maven artifacts to be voted upon:
> > > > > https://repository.apache.org/content/groups/staging/
> > > > >
> > > > > * Javadoc:
> > > > > http://home.apache.org/~cmccabe/kafka-2.1.1-rc1/javadoc/
> > > > >
> > > > > * Tag to be voted upon (off 2.1 branch) is the 2.1.1 tag:
> > > > > https://github.com/apache/kafka/releases/tag/2.1.1-rc1
> > > > >
> > > > > * Successful Jenkins builds for the 2.1 branch:
> > > > > Unit/integration tests:
> > > https://builds.apache.org/job/kafka-2.1-jdk8/118/
> > > > >
> > > > > thanks,
> > > > > Colin
> > > > >
> > > >
> > >
> >
>
>
> --
> Santilli Jonathan
>

Re: [VOTE] 2.1.1 RC1

Posted by Colin McCabe <cm...@apache.org>.
Hi all,

We found a few bugs last week and wanted to get the fixes into the release-- in particular, KAFKA-7890 and KAFKA-7897.  I have created a new RC with these fixes.

I was going to send out an email about this earlier but the fixes took a little longer than expected.  Sorry for the delay and thanks for being patient.  For now, let's sink RC1.

best,
Colin

On Sat, Feb 2, 2019, at 10:24, Vahid Hashemian wrote:
> Hi Colin,
> 
> Will there be another RC for 2.1.1?
> 
> Thanks,
> --Vahid
> 
> On Fri, Feb 1, 2019 at 8:28 AM Viktor Somogyi-Vass <vi...@gmail.com>
> wrote:
> 
> > Hi,
> >
> > Ran the ducktapes but the streams upgrade tests failed because the dev
> > version was not updated. This will be fixed in
> > https://github.com/apache/kafka/pull/6217. Once it's merged I'll rerun
> > them.
> >
> > Viktor
> >
> > On Wed, 30 Jan 2019, 22:19 Jonathan Santilli <jonathansantilli@gmail.com
> > wrote:
> >
> > > Hello,
> > >
> > > I have downloaded the source code for tag *2.1.1-rc1* (667980043).
> > Executed
> > > integration and unit tests:
> > >
> > > *BUILD SUCCESSFUL in 25m 34s*
> > > *136 actionable tasks: 133 executed, 3 up-to-date*
> > >
> > >
> > > Also, I have downloaded the artifact from
> > > http://home.apache.org/~cmccabe/kafka-2.1.1-rc1/kafka_2.11-2.1.1.tgz and
> > > ran a cluster of 3 Brokers.
> > > Kept Kafka-monitor running for about 1 hour without any issues.
> > >
> > > +1
> > >
> > > Thanks for the release Colin.
> > > --
> > > Jonathan Santilli
> > >
> > >
> > > On Wed, Jan 30, 2019 at 8:18 PM Eno Thereska <en...@gmail.com>
> > > wrote:
> > >
> > > > I couldn't repro locally, that was on an m3.large. And it's not
> > happening
> > > > anymore. Might be a transient issue.
> > > >
> > > > Thanks,
> > > > Eno
> > > >
> > > > On Wed, Jan 30, 2019 at 6:46 PM Colin McCabe <cm...@apache.org>
> > wrote:
> > > >
> > > > > (+all lists)
> > > > >
> > > > > Hi Eno,
> > > > >
> > > > > Thanks for testing this.
> > > > >
> > > > > Those tests passed in the Jenkins build we did here:
> > > > > https://builds.apache.org/job/kafka-2.1-jdk8/118/
> > > > >
> > > > > Perhaps there is an environment issue at play here?  Do you get the
> > > same
> > > > > failures running those tests on the 2.1 release?
> > > > >
> > > > > Best,
> > > > > Colin
> > > > >
> > > > > On Wed, Jan 30, 2019, at 09:11, Eno Thereska wrote:
> > > > > > Hi Colin,
> > > > > >
> > > > > > I've been running the tests and so far I get the following
> > failures.
> > > > Are
> > > > > > they known?
> > > > > >
> > > > > > kafka.server.ReplicaManagerQuotasTest >
> > > > > shouldGetBothMessagesIfQuotasAllow
> > > > > > FAILED
> > > > > > kafka.server.ReplicaManagerQuotasTest >
> > > > > > testCompleteInDelayedFetchWithReplicaThrottling FAILED
> > > > > > kafka.server.ReplicaManagerQuotasTest >
> > > > > > shouldExcludeSubsequentThrottledPartitions FAILED
> > > > > > kafka.server.ReplicaManagerQuotasTest >
> > > > > > shouldGetNoMessagesIfQuotasExceededOnSubsequentPartitions FAILED
> > > > > > kafka.server.ReplicaManagerQuotasTest >
> > > > > > shouldIncludeInSyncThrottledReplicas FAILED
> > > > > >
> > > > > > Thanks
> > > > > > Eno
> > > > > >
> > > > > > On Sun, Jan 27, 2019 at 9:46 PM Colin McCabe <co...@cmccabe.xyz>
> > > > wrote:
> > > > > >
> > > > > > > Hi all,
> > > > > > >
> > > > > > > This is the second candidate for release of Apache Kafka 2.1.1.
> > > This
> > > > > > > release includes many bug fixes for Apache Kafka 2.1.
> > > > > > >
> > > > > > > Compared to rc0, this release includes the following changes:
> > > > > > > * MINOR: Upgrade ducktape to 0.7.5 (#6197)
> > > > > > > * KAFKA-7837: Ensure offline partitions are picked up as soon as
> > > > > possible
> > > > > > > when shrinking ISR
> > > > > > > * tests/kafkatest/__init__.py now contains __version__ = '2.1.1'
> > > > rather
> > > > > > > than '2.1.1.dev0'
> > > > > > > * Maven artifacts should be properly staged this time
> > > > > > > * I have added my GPG key to https://kafka.apache.org/KEYS
> > > > > > >
> > > > > > > Check out the release notes here:
> > > > > > >
> > http://home.apache.org/~cmccabe/kafka-2.1.1-rc1/RELEASE_NOTES.html
> > > > > > >
> > > > > > > The vote will go until Friday, February 1st.
> > > > > > >
> > > > > > > * Release artifacts to be voted upon (source and binary):
> > > > > > > http://home.apache.org/~cmccabe/kafka-2.1.1-rc1/
> > > > > > >
> > > > > > > * Maven artifacts to be voted upon:
> > > > > > > https://repository.apache.org/content/groups/staging/
> > > > > > >
> > > > > > > * Javadoc:
> > > > > > > http://home.apache.org/~cmccabe/kafka-2.1.1-rc1/javadoc/
> > > > > > >
> > > > > > > * Tag to be voted upon (off 2.1 branch) is the 2.1.1 tag:
> > > > > > > https://github.com/apache/kafka/releases/tag/2.1.1-rc1
> > > > > > >
> > > > > > > * Successful Jenkins builds for the 2.1 branch:
> > > > > > > Unit/integration tests:
> > > > > https://builds.apache.org/job/kafka-2.1-jdk8/118/
> > > > > > >
> > > > > > > thanks,
> > > > > > > Colin
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> > >
> > > --
> > > Santilli Jonathan
> > >
> >
>

Re: [VOTE] 2.1.1 RC1

Posted by Vahid Hashemian <va...@gmail.com>.
Hi Colin,

Will there be another RC for 2.1.1?

Thanks,
--Vahid

On Fri, Feb 1, 2019 at 8:28 AM Viktor Somogyi-Vass <vi...@gmail.com>
wrote:

> Hi,
>
> Ran the ducktapes but the streams upgrade tests failed because the dev
> version was not updated. This will be fixed in
> https://github.com/apache/kafka/pull/6217. Once it's merged I'll rerun
> them.
>
> Viktor
>
> On Wed, 30 Jan 2019, 22:19 Jonathan Santilli <jonathansantilli@gmail.com
> wrote:
>
> > Hello,
> >
> > I have downloaded the source code for tag *2.1.1-rc1* (667980043).
> Executed
> > integration and unit tests:
> >
> > *BUILD SUCCESSFUL in 25m 34s*
> > *136 actionable tasks: 133 executed, 3 up-to-date*
> >
> >
> > Also, I have downloaded the artifact from
> > http://home.apache.org/~cmccabe/kafka-2.1.1-rc1/kafka_2.11-2.1.1.tgz and
> > ran a cluster of 3 Brokers.
> > Kept Kafka-monitor running for about 1 hour without any issues.
> >
> > +1
> >
> > Thanks for the release Colin.
> > --
> > Jonathan Santilli
> >
> >
> > On Wed, Jan 30, 2019 at 8:18 PM Eno Thereska <en...@gmail.com>
> > wrote:
> >
> > > I couldn't repro locally, that was on an m3.large. And it's not
> happening
> > > anymore. Might be a transient issue.
> > >
> > > Thanks,
> > > Eno
> > >
> > > On Wed, Jan 30, 2019 at 6:46 PM Colin McCabe <cm...@apache.org>
> wrote:
> > >
> > > > (+all lists)
> > > >
> > > > Hi Eno,
> > > >
> > > > Thanks for testing this.
> > > >
> > > > Those tests passed in the Jenkins build we did here:
> > > > https://builds.apache.org/job/kafka-2.1-jdk8/118/
> > > >
> > > > Perhaps there is an environment issue at play here?  Do you get the
> > same
> > > > failures running those tests on the 2.1 release?
> > > >
> > > > Best,
> > > > Colin
> > > >
> > > > On Wed, Jan 30, 2019, at 09:11, Eno Thereska wrote:
> > > > > Hi Colin,
> > > > >
> > > > > I've been running the tests and so far I get the following
> failures.
> > > Are
> > > > > they known?
> > > > >
> > > > > kafka.server.ReplicaManagerQuotasTest >
> > > > shouldGetBothMessagesIfQuotasAllow
> > > > > FAILED
> > > > > kafka.server.ReplicaManagerQuotasTest >
> > > > > testCompleteInDelayedFetchWithReplicaThrottling FAILED
> > > > > kafka.server.ReplicaManagerQuotasTest >
> > > > > shouldExcludeSubsequentThrottledPartitions FAILED
> > > > > kafka.server.ReplicaManagerQuotasTest >
> > > > > shouldGetNoMessagesIfQuotasExceededOnSubsequentPartitions FAILED
> > > > > kafka.server.ReplicaManagerQuotasTest >
> > > > > shouldIncludeInSyncThrottledReplicas FAILED
> > > > >
> > > > > Thanks
> > > > > Eno
> > > > >
> > > > > On Sun, Jan 27, 2019 at 9:46 PM Colin McCabe <co...@cmccabe.xyz>
> > > wrote:
> > > > >
> > > > > > Hi all,
> > > > > >
> > > > > > This is the second candidate for release of Apache Kafka 2.1.1.
> > This
> > > > > > release includes many bug fixes for Apache Kafka 2.1.
> > > > > >
> > > > > > Compared to rc0, this release includes the following changes:
> > > > > > * MINOR: Upgrade ducktape to 0.7.5 (#6197)
> > > > > > * KAFKA-7837: Ensure offline partitions are picked up as soon as
> > > > possible
> > > > > > when shrinking ISR
> > > > > > * tests/kafkatest/__init__.py now contains __version__ = '2.1.1'
> > > rather
> > > > > > than '2.1.1.dev0'
> > > > > > * Maven artifacts should be properly staged this time
> > > > > > * I have added my GPG key to https://kafka.apache.org/KEYS
> > > > > >
> > > > > > Check out the release notes here:
> > > > > >
> http://home.apache.org/~cmccabe/kafka-2.1.1-rc1/RELEASE_NOTES.html
> > > > > >
> > > > > > The vote will go until Friday, February 1st.
> > > > > >
> > > > > > * Release artifacts to be voted upon (source and binary):
> > > > > > http://home.apache.org/~cmccabe/kafka-2.1.1-rc1/
> > > > > >
> > > > > > * Maven artifacts to be voted upon:
> > > > > > https://repository.apache.org/content/groups/staging/
> > > > > >
> > > > > > * Javadoc:
> > > > > > http://home.apache.org/~cmccabe/kafka-2.1.1-rc1/javadoc/
> > > > > >
> > > > > > * Tag to be voted upon (off 2.1 branch) is the 2.1.1 tag:
> > > > > > https://github.com/apache/kafka/releases/tag/2.1.1-rc1
> > > > > >
> > > > > > * Successful Jenkins builds for the 2.1 branch:
> > > > > > Unit/integration tests:
> > > > https://builds.apache.org/job/kafka-2.1-jdk8/118/
> > > > > >
> > > > > > thanks,
> > > > > > Colin
> > > > > >
> > > > >
> > > >
> > >
> >
> >
> > --
> > Santilli Jonathan
> >
>

Re: [VOTE] 2.1.1 RC1

Posted by Vahid Hashemian <va...@gmail.com>.
Hi Colin,

Will there be another RC for 2.1.1?

Thanks,
--Vahid

On Fri, Feb 1, 2019 at 8:28 AM Viktor Somogyi-Vass <vi...@gmail.com>
wrote:

> Hi,
>
> Ran the ducktapes but the streams upgrade tests failed because the dev
> version was not updated. This will be fixed in
> https://github.com/apache/kafka/pull/6217. Once it's merged I'll rerun
> them.
>
> Viktor
>
> On Wed, 30 Jan 2019, 22:19 Jonathan Santilli <jonathansantilli@gmail.com
> wrote:
>
> > Hello,
> >
> > I have downloaded the source code for tag *2.1.1-rc1* (667980043).
> Executed
> > integration and unit tests:
> >
> > *BUILD SUCCESSFUL in 25m 34s*
> > *136 actionable tasks: 133 executed, 3 up-to-date*
> >
> >
> > Also, I have downloaded the artifact from
> > http://home.apache.org/~cmccabe/kafka-2.1.1-rc1/kafka_2.11-2.1.1.tgz and
> > ran a cluster of 3 Brokers.
> > Kept Kafka-monitor running for about 1 hour without any issues.
> >
> > +1
> >
> > Thanks for the release Colin.
> > --
> > Jonathan Santilli
> >
> >
> > On Wed, Jan 30, 2019 at 8:18 PM Eno Thereska <en...@gmail.com>
> > wrote:
> >
> > > I couldn't repro locally, that was on an m3.large. And it's not
> happening
> > > anymore. Might be a transient issue.
> > >
> > > Thanks,
> > > Eno
> > >
> > > On Wed, Jan 30, 2019 at 6:46 PM Colin McCabe <cm...@apache.org>
> wrote:
> > >
> > > > (+all lists)
> > > >
> > > > Hi Eno,
> > > >
> > > > Thanks for testing this.
> > > >
> > > > Those tests passed in the Jenkins build we did here:
> > > > https://builds.apache.org/job/kafka-2.1-jdk8/118/
> > > >
> > > > Perhaps there is an environment issue at play here?  Do you get the
> > same
> > > > failures running those tests on the 2.1 release?
> > > >
> > > > Best,
> > > > Colin
> > > >
> > > > On Wed, Jan 30, 2019, at 09:11, Eno Thereska wrote:
> > > > > Hi Colin,
> > > > >
> > > > > I've been running the tests and so far I get the following
> failures.
> > > Are
> > > > > they known?
> > > > >
> > > > > kafka.server.ReplicaManagerQuotasTest >
> > > > shouldGetBothMessagesIfQuotasAllow
> > > > > FAILED
> > > > > kafka.server.ReplicaManagerQuotasTest >
> > > > > testCompleteInDelayedFetchWithReplicaThrottling FAILED
> > > > > kafka.server.ReplicaManagerQuotasTest >
> > > > > shouldExcludeSubsequentThrottledPartitions FAILED
> > > > > kafka.server.ReplicaManagerQuotasTest >
> > > > > shouldGetNoMessagesIfQuotasExceededOnSubsequentPartitions FAILED
> > > > > kafka.server.ReplicaManagerQuotasTest >
> > > > > shouldIncludeInSyncThrottledReplicas FAILED
> > > > >
> > > > > Thanks
> > > > > Eno
> > > > >
> > > > > On Sun, Jan 27, 2019 at 9:46 PM Colin McCabe <co...@cmccabe.xyz>
> > > wrote:
> > > > >
> > > > > > Hi all,
> > > > > >
> > > > > > This is the second candidate for release of Apache Kafka 2.1.1.
> > This
> > > > > > release includes many bug fixes for Apache Kafka 2.1.
> > > > > >
> > > > > > Compared to rc0, this release includes the following changes:
> > > > > > * MINOR: Upgrade ducktape to 0.7.5 (#6197)
> > > > > > * KAFKA-7837: Ensure offline partitions are picked up as soon as
> > > > possible
> > > > > > when shrinking ISR
> > > > > > * tests/kafkatest/__init__.py now contains __version__ = '2.1.1'
> > > rather
> > > > > > than '2.1.1.dev0'
> > > > > > * Maven artifacts should be properly staged this time
> > > > > > * I have added my GPG key to https://kafka.apache.org/KEYS
> > > > > >
> > > > > > Check out the release notes here:
> > > > > >
> http://home.apache.org/~cmccabe/kafka-2.1.1-rc1/RELEASE_NOTES.html
> > > > > >
> > > > > > The vote will go until Friday, February 1st.
> > > > > >
> > > > > > * Release artifacts to be voted upon (source and binary):
> > > > > > http://home.apache.org/~cmccabe/kafka-2.1.1-rc1/
> > > > > >
> > > > > > * Maven artifacts to be voted upon:
> > > > > > https://repository.apache.org/content/groups/staging/
> > > > > >
> > > > > > * Javadoc:
> > > > > > http://home.apache.org/~cmccabe/kafka-2.1.1-rc1/javadoc/
> > > > > >
> > > > > > * Tag to be voted upon (off 2.1 branch) is the 2.1.1 tag:
> > > > > > https://github.com/apache/kafka/releases/tag/2.1.1-rc1
> > > > > >
> > > > > > * Successful Jenkins builds for the 2.1 branch:
> > > > > > Unit/integration tests:
> > > > https://builds.apache.org/job/kafka-2.1-jdk8/118/
> > > > > >
> > > > > > thanks,
> > > > > > Colin
> > > > > >
> > > > >
> > > >
> > >
> >
> >
> > --
> > Santilli Jonathan
> >
>