Update to the system test investigation:

1. kafkatest.tests.core.upgrade_test failed at lz4 and snappy tests:
KAFKA-16962
<https://issues.apache.org/jira/browse/KAFKA-16962>
--> This test tested the upgrade from version [0.9 ~ 3.6] to v3.7, and only
v0.9 failed, others all passed. Given v0.9 version is a very old version,
this issue should not be the blocker for this release.

2.  StreamsUpgradeTest failed at "fromVersion"=2.2 ~ 2.5, but passed for
the rest of the versions: KAFKA-16960
<https://issues.apache.org/jira/browse/KAFKA-16960>
--> Thanks to Matthias's investigation, it looks like it's an environmental
issue. Closed.

3. TestKRaftUpgrade failed at "fromVersion"=3.3 ~ 3.5 under combined KRaft:
KAFKA-16961 <https://issues.apache.org/jira/browse/KAFKA-16961>
--> This is a side effect when we fixed another issue. I've created
KAFKA-16969 <https://issues.apache.org/jira/browse/KAFKA-16969> for the
issue. This is a blocker for v3.7.1 because it will block users using KRaft
combined mode with multiple log.dirs upgrade from older version to v3.7.1.
We're planning to revert the previous change for now.

Thank you.
Luke



On Sat, Jun 15, 2024 at 10:06 AM Justine Olshan
<[email protected]> wrote:

> The import fix is in. (As well as the integration tag)
> I did notice a large number of failing tests on the PR build though. Not
> sure if some of these were fixed in trunk and if we want to pick up those
> fixes.
>
> Justine
>
> On Fri, Jun 14, 2024 at 6:19 PM Matthias J. Sax <[email protected]> wrote:
>
> > Replied on https://issues.apache.org/jira/browse/KAFKA-16960
> >
> > On 6/14/24 6:05 AM, Luke Chen wrote:
> > > Hi all,
> > >
> > > After running system tests, here are failing tests:
> > >
> > > 1. kafkatest.tests.core.upgrade_test failed at lz4 and snappy tests:
> > > KAFKA-16962 <https://issues.apache.org/jira/browse/KAFKA-16962>
> > > 2.  StreamsUpgradeTest failed at "fromVersion"=2.2 ~ 2.5, but passed
> for
> > > the rest of the versions: KAFKA-16960
> > > <https://issues.apache.org/jira/browse/KAFKA-16960>
> > > 3. TestKRaftUpgrade failed at "fromVersion"=3.3 ~ 3.5 under combined
> > KRaft:
> > > KAFKA-16961 <https://issues.apache.org/jira/browse/KAFKA-16961>
> > >
> > > Need help to take a look, or maybe re-run in another environment.
> > >
> > > Thanks.
> > > Luke
> > >
> > > On Fri, Jun 14, 2024 at 5:03 PM Edoardo Comar <[email protected]>
> > wrote:
> > >
> > >> well if you still need to build RC2, I'd cherry pick this that I
> > >> missed from the other PR
> > >> https://github.com/apache/kafka/pull/16326
> > >>
> > >> On Thu, 13 Jun 2024 at 13:20, Igor Soarez <[email protected]> wrote:
> > >>>
> > >>> Hi Edoardo,
> > >>>
> > >>> It is late, but not too late. I have cherry-picked your change
> > >>> to the 3.7 branch and I'll build a second release candidate.
> > >>>
> > >>> If you could have a look at the first RC, please let me know if
> > >>> you spot any issues with it that can be avoided in the next RC.
> > >>>
> > >>> Thanks,
> > >>>
> > >>> --
> > >>> Igor
> > >>
> > >
> >
>

Reply via email to