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

2021-05-12 Thread Apache Jenkins Server
See

Re: [DISCUSS] KIP-618: Atomic commit of source connector records and offsets

2021-05-12 Thread Tom Bentley
Hi Chris and Randall, I can see that for connectors where exactly once is configuration-dependent it makes sense to use a default method. The problem with having an explicit UNKNOWN case is we really want connector developers to _not_ use it. That could mean it's deprecated from the start. Alterna

[jira] [Created] (KAFKA-12774) kafka-streams 2.8: logging in uncaught-exceptionhandler doesn't go through log4j

2021-05-12 Thread Jira
Jørgen created KAFKA-12774: -- Summary: kafka-streams 2.8: logging in uncaught-exceptionhandler doesn't go through log4j Key: KAFKA-12774 URL: https://issues.apache.org/jira/browse/KAFKA-12774 Project: Kafka

[jira] [Created] (KAFKA-12775) StreamsPartitionAssignor / ClientState throws an exception when a new Task gets added to a KStreams Application in a Backwards-Compatible Topology Change

2021-05-12 Thread Nico Habermann (Jira)
Nico Habermann created KAFKA-12775: -- Summary: StreamsPartitionAssignor / ClientState throws an exception when a new Task gets added to a KStreams Application in a Backwards-Compatible Topology Change Key: KAFKA-12775

Re: Issue accessing apache.org

2021-05-12 Thread Greg Stein
Laxmikant Shete, You have already been told to stop spamming multiple lists across the Apache Software Foundation. I am cc'ing them to let them know: any further progress on this issue will be handled directly with the Infrastructure team, which you can reference via us...@infra.apache.org. If you

please give me permission to create a KIP

2021-05-12 Thread Nakamura
Hi Folks, I'd like to propose a KIP per Ewen's advice here . However, I don't have permission to create a KIP yet. Please grant it to me! My username at cwiki.apache.org is moses.nakamura. Thanks! Best, Moses

RE: Re: Issue accessing apache.org

2021-05-12 Thread Shete, Laxmikant
Hi Stein, There is no intention to annoy anyone here. I just wanted know the reason for the issue and want to resolve the issue. The earlier email was marked as spam so I was not aware the my email received response. After receiving this email, I checked spam folder and found the email from Da

Build failed in Jenkins: Kafka » Kafka Branch Builder » trunk #120

2021-05-12 Thread Apache Jenkins Server
See Changes: -- [...truncated 477365 lines...] [2021-05-12T17:18:59.926Z] [2021-05-12T17:18:59.926Z] ZooKeeperClientTest > testBlockOnRequestCompletionFromStateChangeHandl

[jira] [Resolved] (KAFKA-12775) StreamsPartitionAssignor / ClientState throws an exception when a new Task gets added to a KStreams Application in a Backwards-Compatible Topology Change

2021-05-12 Thread Nico Habermann (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nico Habermann resolved KAFKA-12775. Resolution: Invalid > StreamsPartitionAssignor / ClientState throws an exception when a ne

2.7.1 Status

2021-05-12 Thread Gary Russell
I have seen votes on 2.7.1-RC2 as recently as May 6 and it is not mentioned on the downloads page; however, there is a version in Maven Central dated 4/8. Exactly what is the status of this release? Thanks.

Re: please give me permission to create a KIP

2021-05-12 Thread Matthias J. Sax
Added you. On 5/12/21 9:23 AM, Nakamura wrote: > Hi Folks, > I'd like to propose a KIP per Ewen's advice here > . > However, I don't have permission to create a KIP yet. Please grant it to > me! My username at cwiki.apac

Re: please give me permission to create a KIP

2021-05-12 Thread Nakamura
Thank you! On Wed, May 12, 2021 at 4:37 PM Matthias J. Sax wrote: > Added you. > > On 5/12/21 9:23 AM, Nakamura wrote: > > Hi Folks, > > I'd like to propose a KIP per Ewen's advice here > > < > https://issues.apache.org/jira/browse/KAFKA-3539?focusedCommentId=17343043 > >. > > However, I don't h

[jira] [Created] (KAFKA-12776) Producer sends messages out-of-order inspite of enabling idempotence

2021-05-12 Thread NEERAJ VAIDYA (Jira)
NEERAJ VAIDYA created KAFKA-12776: - Summary: Producer sends messages out-of-order inspite of enabling idempotence Key: KAFKA-12776 URL: https://issues.apache.org/jira/browse/KAFKA-12776 Project: Kafka

RE: 2.7.1 Status

2021-05-12 Thread Georg Friedrich
Mickael Maison, who drives the release for 2.7.1, wrote an email last Friday, that the release finally has passed the voting and he right now continues with the release process. The libraries were uploaded to Maven Central on Monday as far as I can see. So I guess at the moment he is finishing th

Re: 2.7.1 Status

2021-05-12 Thread Gary Russell
Thanks; I was thrown by the age of the jars, but I see, indeed, that voting began all the way back then... > > > On Thu, Apr 8, 2021 at 6:27 PM Mickael Maison > > wrote: > > > > > > > > Hello Kafka users, developers and client-developers, > > > > > > > > This is the third candidate for release o

too many open files

2021-05-12 Thread Gu Haihua
Hi everyone We have a kafka connect service, which runs in standalone mode. Recently, there are too many tasks running on it, and sometimes too many open files error will be thrown. Through the lsof command, it can be seen that there are many commit.offsets files open. $ lsof -p 16862|wc -l 36

Re: too many open files

2021-05-12 Thread Liam Clarke-Hutchinson
Hi Gu Haihua, What kinds of Kafka Connect (KC) tasks are running? Where are the too many open files errors being thrown? Is it on the brokers? Or the standalone KC? Also, on the machine affected, can you please run `ulimit -a` under the relevant user (the user KC is running under, or the user th

Re: too many open files

2021-05-12 Thread Liam Clarke-Hutchinson
PS, your emails along these lines are probably more appropriately directed to us...@kafka.apache.org :) On Thu, May 13, 2021 at 5:02 PM Liam Clarke-Hutchinson wrote: > Hi Gu Haihua, > > What kinds of Kafka Connect (KC) tasks are running? > > Where are the too many open files errors being thrown?