Jenkins build is back to normal : Kafka » kafka-trunk-jdk11 #191

2020-10-29 Thread Apache Jenkins Server
See

Build failed in Jenkins: Kafka » kafka-2.6-jdk8 #44

2020-10-29 Thread Apache Jenkins Server
See Changes: [github] KAFKA-10515: Properly initialize nullable Serdes with default values (#9467) [A. Sophie Blee-Goldman] MINOR: Fix verification in StreamsUpgradeTest.test_version_probing_upgrade (

Re: [DISCUSS] Apache Kafka 2.7.0 release

2020-10-29 Thread Sophie Blee-Goldman
Hey Bill, We uncovered a bug that can cause Streams to continuously initialize corrupted offsets from the checkpoint file and fall into an endless cycle of hitting OffsetOutOfRangeException and reinitializing the task. This was definitely a regression in 2.7, and the patch is ready already. PR:

Build failed in Jenkins: Kafka » kafka-trunk-jdk15 #216

2020-10-29 Thread Apache Jenkins Server
See Changes: [github] MINOR: Fix verification in StreamsUpgradeTest.test_version_probing_upgrade (#9530) [github] MINOR: improve `null` checks for headers (#9513)

Build failed in Jenkins: Kafka » kafka-trunk-jdk11 #190

2020-10-29 Thread Apache Jenkins Server
See Changes: [github] MINOR: Fix verification in StreamsUpgradeTest.test_version_probing_upgrade (#9530) -- [...truncated 3.45 MB...] org.apache.kafka.stre

[jira] [Created] (KAFKA-10664) Streams fails to overwrite corrupted offsets leading to infinite OffsetOutOfRangeException loop

2020-10-29 Thread A. Sophie Blee-Goldman (Jira)
A. Sophie Blee-Goldman created KAFKA-10664: -- Summary: Streams fails to overwrite corrupted offsets leading to infinite OffsetOutOfRangeException loop Key: KAFKA-10664 URL: https://issues.apache.org/jira/b

Jenkins build is back to normal : Kafka » kafka-trunk-jdk8 #181

2020-10-29 Thread Apache Jenkins Server
See

Jenkins build is back to normal : Kafka » kafka-trunk-jdk11 #189

2020-10-29 Thread Apache Jenkins Server
See

Re: Permission for contribution

2020-10-29 Thread Rohit Deshpande
I don't know how to create wiki id. I am following this documentation: https://kafka.apache.org/contributing On Thu, Oct 29, 2020 at 1:40 PM Boyang Chen wrote: > Added you to the JIRA. What's your id for wiki? > > On Thu, Oct 29, 2020 at 1:23 PM rohit deshpande > > wrote: > > > I forgot to prov

Re: Permission for contribution

2020-10-29 Thread Boyang Chen
Added you to the JIRA. What's your id for wiki? On Thu, Oct 29, 2020 at 1:23 PM rohit deshpande wrote: > I forgot to provide details. > > My email id: rohitmdeshpa...@gmail.com > This request is regarding code contribution. > Thanks, > Rohit > > On Thu, Oct 29, 2020 at 11:58 AM rohit deshpande <

Re: Permission for contribution

2020-10-29 Thread rohit deshpande
I forgot to provide details. My email id: rohitmdeshpa...@gmail.com This request is regarding code contribution. Thanks, Rohit On Thu, Oct 29, 2020 at 11:58 AM rohit deshpande wrote: > Hi, > I would like to get permission for the contribution. > My jira id: rohitdeshaws > > Thanks, > Rohit >

Permission for contribution

2020-10-29 Thread rohit deshpande
Hi, I would like to get permission for the contribution. My jira id: rohitdeshaws Thanks, Rohit

[jira] [Created] (KAFKA-10663) Flakey test ConsumerBounceTest#testSeekAndCommitWithBrokerFailures

2020-10-29 Thread Boyang Chen (Jira)
Boyang Chen created KAFKA-10663: --- Summary: Flakey test ConsumerBounceTest#testSeekAndCommitWithBrokerFailures Key: KAFKA-10663 URL: https://issues.apache.org/jira/browse/KAFKA-10663 Project: Kafka

[jira] [Created] (KAFKA-10662) Possible hanging test in 2.6 on JDK 11

2020-10-29 Thread John Roesler (Jira)
John Roesler created KAFKA-10662: Summary: Possible hanging test in 2.6 on JDK 11 Key: KAFKA-10662 URL: https://issues.apache.org/jira/browse/KAFKA-10662 Project: Kafka Issue Type: Bug Af

Re: Is AdminClient of Kafka thread-safe?

2020-10-29 Thread Colin McCabe
Yes, KafkaAdminClient is thread-safe. best, Colin On Wed, Oct 7, 2020, at 12:38, Efe Gencer wrote: > Hi All, > > Other than a Stack Overflow comment (see > https://stackoverflow.com/a/61738065) by Colin Patrick McCabe (CC'd), > there is no source that verifies the thread-safety of KafkaAdminCl

[jira] [Created] (KAFKA-10661) Add resigned state to raft state machine to preserve leader/epoch information

2020-10-29 Thread Jason Gustafson (Jira)
Jason Gustafson created KAFKA-10661: --- Summary: Add resigned state to raft state machine to preserve leader/epoch information Key: KAFKA-10661 URL: https://issues.apache.org/jira/browse/KAFKA-10661 P

Re: [DISCUSS] Apache Kafka 2.7.0 release

2020-10-29 Thread Bill Bejeck
Hi Boyang, I've looked it over and I agree that this needs to go into 2.7. Thanks, Bill On Thu, Oct 29, 2020 at 1:57 PM Boyang Chen wrote: > Hey Bill, > > I'm initiating a revert commit > to 2.7 to remove initial principal/client id from request head

Re: [DISCUSS] Apache Kafka 2.7.0 release

2020-10-29 Thread Boyang Chen
Hey Bill, I'm initiating a revert commit to 2.7 to remove initial principal/client id from request header, to avoid unexpected occupation for tagged fields in request header, since we changed the design of KIP-590. Will merge after the build passes, let

[jira] [Resolved] (KAFKA-10638) QueryableStateIntegrationTest fails due to stricter store checking

2020-10-29 Thread John Roesler (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Roesler resolved KAFKA-10638. -- Resolution: Fixed > QueryableStateIntegrationTest fails due to stricter store checking > -

[jira] [Created] (KAFKA-10660) Poll time out logstash

2020-10-29 Thread David (Jira)
David created KAFKA-10660: - Summary: Poll time out logstash Key: KAFKA-10660 URL: https://issues.apache.org/jira/browse/KAFKA-10660 Project: Kafka Issue Type: Bug Components: KafkaConnect

Re: [DISCUSS] KIP-567: Kafka Cluster Audit (new discussion)

2020-10-29 Thread Viktor Somogyi-Vass
Hi Tom. Sorry for the delay. Answering your points: > Why is it necessary to introduce this interface to produce the audit trail > when there is logging that can already record a lot of the same > information, albeit in less structured form? If logging isn't adequate it > would be good to explain

Re: [DISCUSS] Apache Kafka 2.7.0 release

2020-10-29 Thread Bill Bejeck
Hi chia-ping, That sounds reasonable to me to include them in 2.7. Thanks, Bill On Thu, Oct 29, 2020 at 3:03 AM Chia-Ping Tsai wrote: > hi Bill > > We noticed one bug that hw is added to incorrect log (when altering > replica folder is completing). The bug is not a blocker since it does not >

Re: [VOTE] KIP-673: Emit JSONs with new auto-generated schema

2020-10-29 Thread Lucas Bradstreet
Hi David, That is a good point that we should clarify. I think we should not commit to guaranteeing the names or the format of the particular request and response schemas themselves, though we should guarantee that they are parseable as JSON. The pre-existing trace logging did not guarantee this e

Jenkins build is back to normal : Kafka » kafka-trunk-jdk15 #214

2020-10-29 Thread Apache Jenkins Server
See

Build failed in Jenkins: Kafka » kafka-trunk-jdk11 #188

2020-10-29 Thread Apache Jenkins Server
See Changes: [github] Revert "KAFKA-9705 part 1: add KIP-590 request header fields (#9144)" (#9523) -- [...truncated 6.90 MB...] org.apache.kafka.streams.t

Build failed in Jenkins: Kafka » kafka-trunk-jdk8 #180

2020-10-29 Thread Apache Jenkins Server
See Changes: [github] Revert "KAFKA-9705 part 1: add KIP-590 request header fields (#9144)" (#9523) -- [...truncated 6.84 MB...] org.apache.kafka.streams.Top

Re: [VOTE] KIP-673: Emit JSONs with new auto-generated schema

2020-10-29 Thread David Jacot
Hi folks, I have looked at Anastasia's PR to implement this KIP and I was wondering how far we want to go with the backward compatibility of this in the future. Now that we rely on the auto-generated protocol, the outputted requests and responses use the name of the fields defined in the schema. U

Re: [DISCUSS] Apache Kafka 2.7.0 release

2020-10-29 Thread Chia-Ping Tsai
hi Bill We noticed one bug that hw is added to incorrect log (when altering replica folder is completing). The bug is not a blocker since it does not happen frequently. However, it is a regression of altering replica folder at runtime (i.e client producers should be able to keep sending data to