[jira] [Created] (KAFKA-9843) Kafka Broker hangs without any error

2020-04-09 Thread Shriraj (Jira)
Shriraj created KAFKA-9843: -- Summary: Kafka Broker hangs without any error Key: KAFKA-9843 URL: https://issues.apache.org/jira/browse/KAFKA-9843 Project: Kafka Issue Type: Bug Affects Versions:

Build failed in Jenkins: kafka-trunk-jdk11 #1338

2020-04-09 Thread Apache Jenkins Server
See Changes: [github] KAFKA-9583; Use topic-partitions grouped by node to send -- [...truncated 2.09 MB...] org.apache.kafka.connect.transforms.CastTest > castWholeReco

Jenkins build is back to normal : kafka-trunk-jdk8 #4417

2020-04-09 Thread Apache Jenkins Server
See

Re: [DISCUSS] KIP-578: Add configuration to limit number of partitions

2020-04-09 Thread Alexandre Dupriez
Hi Gokul, Thanks for the KIP. >From what I understand, the objective of the new configuration is to protect a cluster from an overload driven by an excessive number of partitions independently from the load handled on the partitions themselves. As such, the approach uncouples the data-path load f

[jira] [Created] (KAFKA-9844) Maximum number of members within a group is not always enforced due to a race condition in join group

2020-04-09 Thread David Jacot (Jira)
David Jacot created KAFKA-9844: -- Summary: Maximum number of members within a group is not always enforced due to a race condition in join group Key: KAFKA-9844 URL: https://issues.apache.org/jira/browse/KAFKA-9844

[jira] [Resolved] (KAFKA-9691) Flaky test kafka.admin.TopicCommandWithAdminClientTest#testDescribeUnderReplicatedPartitionsWhenReassignmentIsInProgress

2020-04-09 Thread Mickael Maison (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mickael Maison resolved KAFKA-9691. --- Fix Version/s: 2.6.0 Resolution: Fixed > Flaky test > kafka.admin.TopicCommandWithAdm

[jira] [Created] (KAFKA-9845) plugin.path property does not work with config provider

2020-04-09 Thread Chris Egerton (Jira)
Chris Egerton created KAFKA-9845: Summary: plugin.path property does not work with config provider Key: KAFKA-9845 URL: https://issues.apache.org/jira/browse/KAFKA-9845 Project: Kafka Issue T

Build failed in Jenkins: kafka-trunk-jdk11 #1339

2020-04-09 Thread Apache Jenkins Server
See Changes: [github] KAFKA-9433: Use automated protocol for AlterConfigs request and response [github] KAFKA-9691: Fix NPE by waiting for reassignment request (#8317) ---

Re: [DISCUSS] (KAFKA-9806) authorize cluster operation when creating internal topics

2020-04-09 Thread Paolo Moriello
Hi Colin, Thanks again for checking this out. Indeed you are right, a configuration problem is what leads to authorization failure (and consequently to the internal topics bug): i.e. incorrect ACLs configuration. In particular, in case of insufficient cluster-level ACLs, so if one does not includ

Build failed in Jenkins: kafka-trunk-jdk8 #4418

2020-04-09 Thread Apache Jenkins Server
See Changes: [github] KAFKA-9433: Use automated protocol for AlterConfigs request and response -- [...truncated 6.00 MB...] org.apache.kafka.streams.TopologyTestDriverT

[jira] [Reopened] (KAFKA-9187) kafka.api.SaslGssapiSslEndToEndAuthorizationTest.testNoDescribeProduceOrConsumeWithoutTopicDescribeAcl

2020-04-09 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax reopened KAFKA-9187: This test failed again with a different error message ([https://builds.apache.org/job/kafka-pr

[jira] [Created] (KAFKA-9846) Race condition can lead to severe lag underestimate for active tasks

2020-04-09 Thread Sophie Blee-Goldman (Jira)
Sophie Blee-Goldman created KAFKA-9846: -- Summary: Race condition can lead to severe lag underestimate for active tasks Key: KAFKA-9846 URL: https://issues.apache.org/jira/browse/KAFKA-9846 Projec

[jira] [Resolved] (KAFKA-9583) OffsetsForLeaderEpoch requests are sometimes not sent to the leader of partition

2020-04-09 Thread Jason Gustafson (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson resolved KAFKA-9583. Resolution: Fixed > OffsetsForLeaderEpoch requests are sometimes not sent to the leader of

Jenkins build is back to normal : kafka-trunk-jdk11 #1340

2020-04-09 Thread Apache Jenkins Server
See

Build failed in Jenkins: kafka-trunk-jdk8 #4419

2020-04-09 Thread Apache Jenkins Server
See Changes: [github] KAFKA-9691: Fix NPE by waiting for reassignment request (#8317) [github] KAFKA-9642: Change "BigDecimal(double)" constructor to -- [...truncated 6.

Re: [DISCUSS] KIP-588: Allow producers to recover gracefully from transaction timeouts

2020-04-09 Thread Boyang Chen
Hey Guozhang, I have added an example of the producer API usage under new improvements. Let me know if this looks good to you. Boyang On Wed, Apr 8, 2020 at 1:38 PM Boyang Chen wrote: > That's a good suggestion Jason. Adding a dedicated PRODUCER_FENCED error > should help distinguish exception

[jira] [Created] (KAFKA-9847) Add config to set default store type

2020-04-09 Thread Matthias J. Sax (Jira)
Matthias J. Sax created KAFKA-9847: -- Summary: Add config to set default store type Key: KAFKA-9847 URL: https://issues.apache.org/jira/browse/KAFKA-9847 Project: Kafka Issue Type: Improvemen

[jira] [Created] (KAFKA-9848) Avoid triggering scheduled rebalance delay when task assignment fails but Connect workers remain in the group

2020-04-09 Thread Konstantine Karantasis (Jira)
Konstantine Karantasis created KAFKA-9848: - Summary: Avoid triggering scheduled rebalance delay when task assignment fails but Connect workers remain in the group Key: KAFKA-9848 URL: https://issues.apache

[jira] [Created] (KAFKA-9849) Fix issue with worker.unsync.backoff.ms creating zombie workers when incremental cooperative rebalancing is used

2020-04-09 Thread Konstantine Karantasis (Jira)
Konstantine Karantasis created KAFKA-9849: - Summary: Fix issue with worker.unsync.backoff.ms creating zombie workers when incremental cooperative rebalancing is used Key: KAFKA-9849 URL: https://issues.apa

[DISCUSS] KIP-591: Add Kafka Streams config to set default store type

2020-04-09 Thread Matthias J. Sax
Hi, I would like to propose a small KIP to simplify the switch from RocksDB to in-memory stores in Kafka Stream: https://cwiki.apache.org/confluence/display/KAFKA/KIP-591%3A+Add+Kafka+Streams+config+to+set+default+store+type Looking forward to your feedback. -Matthias signature.asc Descript

Build failed in Jenkins: kafka-trunk-jdk11 #1341

2020-04-09 Thread Apache Jenkins Server
See Changes: [github] KAFKA-9748: Extend Streams integration tests for EOS beta (#8441) [github] KAFKA-9309: Add the ability to translate Message classes to and from --

[jira] [Resolved] (KAFKA-8611) Add KStream#repartition operation

2020-04-09 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax resolved KAFKA-8611. Resolution: Fixed > Add KStream#repartition operation > - >

[jira] [Resolved] (KAFKA-6037) Make Sub-topology Parallelism Tunable

2020-04-09 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-6037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax resolved KAFKA-6037. Resolution: Fixed Closing is as "fixed by KAFKA-8611". > Make Sub-topology Parallelism Tun

Jenkins build is back to normal : kafka-trunk-jdk8 #4420

2020-04-09 Thread Apache Jenkins Server
See

Build failed in Jenkins: kafka-trunk-jdk11 #1342

2020-04-09 Thread Apache Jenkins Server
See Changes: [github] KAFKA-6145: KIP-441: fix flaky shouldEnforceRebalance test in -- [...truncated 3.02 MB...] org.apache.kafka.streams.internals.WindowStoreFacadeTest

Build failed in Jenkins: kafka-trunk-jdk8 #4421

2020-04-09 Thread Apache Jenkins Server
See Changes: [github] KAFKA-6145: KIP-441: fix flaky shouldEnforceRebalance test in [github] KAFKA-8611: Add KStream#repartition operation (#7170) -- [...truncated 3.01

[jira] [Resolved] (KAFKA-9784) Add OffsetFetch to the concurrent coordinator test

2020-04-09 Thread Boyang Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boyang Chen resolved KAFKA-9784. Resolution: Fixed > Add OffsetFetch to the concurrent coordinator test > --

Send messages to Kafka broker in the cloud from local machine

2020-04-09 Thread Gurnur Wadhwani
Hello, Can anyone suggest me a way out here ? I am running a single Kafka broker in the cloud VM to which I want to send messages from my local machine. The listeners config in my cloud machine looks like this: listeners=INTERNAL://0.0.0.0:19092,EXTERNAL://0.0.0.0:9092 listener.security.protoc

Re: Want to be Part of Kafka Committer - Siva

2020-04-09 Thread siva deva
Hi Can someone add me to the contributor's list? user-id `3854148` Thanks in advance, Siva On Wed, Apr 8, 2020 at 4:08 PM siva deva wrote: > Sure. Here is my user-id `3854148` > > Thanks, > Siva > > > On Wed, Apr 8, 2020 at 3:58 PM Matthias J. Sax wrote: > >> Yes, I meant JIRA. You can just

Jenkins build is back to normal : kafka-trunk-jdk11 #1343

2020-04-09 Thread Apache Jenkins Server
See

回复:回复:回复:回复:回复:回复:[Vote] KIP-571: Add option to force remove members in StreamsResetter

2020-04-09 Thread feyman2009
Hi, all KIP-571 has already collected 4 bind +1 (John, Guochang, Bill, Matthias) and 3 non-binding +1(Boyang, Sophie), I will mark it as approved and create a PR shortly. Thanks! Feyman -- 发件人:feyman2009 发送时间:2020年4月8日(星期三)