Jenkins build is unstable: Kafka » Kafka Branch Builder » 3.6 #16

2023-09-02 Thread Apache Jenkins Server
See

Build failed in Jenkins: Kafka » Kafka Branch Builder » 3.5 #68

2023-09-02 Thread Apache Jenkins Server
See Changes: -- [...truncated 282392 lines...] [WARNING] Parameter 'skip' (user property 'archetype.test.skip') is read-only, must not be used in configuration [INFO]

Jenkins build is still unstable: Kafka » Kafka Branch Builder » trunk #2165

2023-09-02 Thread Apache Jenkins Server
See

Re: Apache Kafka 3.6.0 release

2023-09-02 Thread Sophie Blee-Goldman
Thanks Satish! The fix has been merged and cherrypicked to 3.6 On Sat, Sep 2, 2023 at 6:02 AM Satish Duggana wrote: > Hi Sophie, > Please feel free to add that to 3.6 branch as you say this is a minor > change and will not cause any regressions. > > Thanks, > Satish. > > On Sat, 2 Sept 2023 at

Re: Apache Kafka 3.6.0 release

2023-09-02 Thread Satish Duggana
Hi Sophie, Please feel free to add that to 3.6 branch as you say this is a minor change and will not cause any regressions. Thanks, Satish. On Sat, 2 Sept 2023 at 08:44, Sophie Blee-Goldman wrote: > > Hey Satish, someone reported a minor bug in the Streams application > shutdown which was a

Re: Re: [DISCUSS] KIP-971 Expose replication-offset-lag MirrorMaker2 metric

2023-09-02 Thread Elxan Eminov
Hi huqedi, Thanks for taking a look at this, The *poll* is executed by the task anyway (it's an essential part of the logic) and this KIP only aims to piggyback that request - it will not make any kind of additional requests, thus not adding any performance overhead. Thanks for mentioning the

Re: [DISCUSS] KIP-971 Expose replication-offset-lag MirrorMaker2 metric

2023-09-02 Thread Elxan Eminov
Hi Viktor, Thanks for the feedback, 1. The min, max and avg variants are calculated automatically via the SampledStat abstraction -