Thanks Mickael! @John, @Matthias -- would either of you be able to lend a hand with the push to S3?
Cheers, Chris On Tue, Jan 17, 2023 at 12:24 PM Mickael Maison <mickael.mai...@gmail.com> wrote: > Hi Chris, > > I've pushed the artifacts to > https://dist.apache.org/repos/dist/release/kafka/ and added your key > to the KEYS file in that repo. > You should now be able to release the artifacts. Then you'll need a > Confluent employee (I usually ping John or Matthias) to push a few > binaries to their S3 bucket. > > Thanks, > Mickael > > On Tue, Jan 17, 2023 at 5:04 PM Chris Egerton <chr...@aiven.io.invalid> > wrote: > > > > Hi Mickael, > > > > Haven't found anyone yet; your help would be greatly appreciated! > > > > Cheers, > > > > Chris > > > > On Mon, Jan 16, 2023 at 8:46 AM Mickael Maison <mickael.mai...@gmail.com > > > > wrote: > > > > > Hi Chris, > > > > > > Have you already found a PMC member to help you out? If not I'm happy > > > to lend you a hand. > > > > > > Thanks, > > > Mickael > > > > > > On Wed, Jan 11, 2023 at 9:07 PM Chris Egerton <chr...@aiven.io.invalid > > > > > wrote: > > > > > > > > Hi all, > > > > > > > > In order to continue with the release process, I need the assistance > of a > > > > PMC member to help with publishing artifacts to the release > directory of > > > > our SVN repo, and adding my public key to the KEYS file. Would > anyone be > > > > willing to lend a hand? > > > > > > > > Cheers, > > > > > > > > Chris > > > > > > > > On Wed, Jan 11, 2023 at 11:45 AM Chris Egerton <chr...@aiven.io> > wrote: > > > > > > > > > Hi all, > > > > > > > > > > Thanks to José for running the system tests, and to Bruno for > verifying > > > > > the results! > > > > > > > > > > With that, I'm closing the vote. The RC has passed with the > required > > > > > number of votes. I'll be sending out a results announcement > shortly. > > > > > > > > > > Cheers, > > > > > > > > > > Chris > > > > > > > > > > On Wed, Jan 11, 2023 at 6:19 AM Bruno Cadonna <cado...@apache.org> > > > wrote: > > > > > > > > > >> Hi Chris and José, > > > > >> > > > > >> I think the issue is not Streams related but has to do with the > > > > >> following commit: > > > > >> > > > > >> commit b66af662e61082cb8def576ded1fe5cee37e155f (HEAD, tag: > 3.3.2-rc1) > > > > >> Author: Chris Egerton <chr...@aiven.io> > > > > >> Date: Wed Dec 21 16:14:10 2022 -0500 > > > > >> > > > > >> Bump version to 3.3.2 > > > > >> > > > > >> > > > > >> The Streams upgrade system tests verify the upgrade from a > previous > > > > >> version to the current version. In the above the current version > in > > > > >> gradle.properties is set from 3.3.2-SNAPSHOT to 3.3.2 but the test > > > > >> verifies for development version 3.3.2-SNAPSHOT. > > > > >> > > > > >> I ran the following failing test: > > > > >> > > > > >> > > > > TC_PATHS="tests/kafkatest/tests/streams/streams_application_upgrade_test.py::StreamsUpgradeTest.test_app_upgrade" > > > > >> > > > > >> _DUCKTAPE_OPTIONS='--parameters > > > > >> > > > > '\''{"bounce_type":"full","from_version":"2.2.2","to_version":"3.3.2-SNAPSHOT"}'\' > > > > >> > > > > >> bash tests/docker/run_tests.sh > > > > >> > > > > >> on the previous commit to the above commit, i.e.: > > > > >> > > > > >> commit e3212f28eb88e8f7fcf3d2d4c646b2a28b0f668e > > > > >> Author: José Armando García Sancio < > jsan...@users.noreply.github.com> > > > > >> Date: Tue Dec 20 10:55:14 2022 -0800 > > > > >> > > > > >> and the test passed. > > > > >> > > > > >> Best, > > > > >> Bruno > > > > >> > > > > >> On 10.01.23 19:25, José Armando García Sancio wrote: > > > > >> > Hey Chris, > > > > >> > > > > > >> > Here are the results: > > > > >> > > > > > >> > > > > http://confluent-kafka-branch-builder-system-test-results.s3-us-west-2.amazonaws.com/system-test-kafka-branch-builder--1673314598--apache--HEAD--b66af662e6/2023-01-09--001./2023-01-09--001./report.html > > > > >> > > > > > >> > It looks like all of the failures are when trying to upgrade to > > > > >> > 3.3.2-SNAPSHOT. I saw a similar error in my PR here but I am not > > > sure > > > > >> > if it is related: https://github.com/apache/kafka/pull/13077 > > > > >> > > > > > >> > Maybe someone familiar with Kafka Streams can help. > > > > >> > > > > > >> > Thanks, > > > > >> > > > > > > > > >