[jira] [Created] (KAFKA-9104) Allow AdminClient to manage users resources

2019-10-25 Thread Jakub (Jira)
Jakub created KAFKA-9104: Summary: Allow AdminClient to manage users resources Key: KAFKA-9104 URL: https://issues.apache.org/jira/browse/KAFKA-9104 Project: Kafka Issue Type: Improvement C

[jira] [Resolved] (KAFKA-8992) Don't expose Errors in `RemoveMemberFromGroupResult`

2019-10-25 Thread Jason Gustafson (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson resolved KAFKA-8992. Resolution: Fixed > Don't expose Errors in `RemoveMemberFromGroupResult` >

Re: [VOTE] KIP-455: Create an Administrative API for Replica Reassignment

2019-10-25 Thread Stanislav Kozlovski
Hello all, To best shape up KIP-455 before 2.4 releases, we had some very minor last-minute improvements which I'd like to share for the record. 1) MINOR: Check against empty replicas in AlterPartitionReassignments ( https://github.com/apache/kafka/commit/78e7c90e90efa18b2a5b298e49154834d8d5bf67

Re: [VOTE] KIP-541: Create a fetch.max.bytes configuration for the broker

2019-10-25 Thread Tom Bentley
+1 nb. Thanks! On Fri, Oct 25, 2019 at 7:43 AM Ismael Juma wrote: > +1 (binding) > > On Thu, Oct 24, 2019, 4:56 PM Colin McCabe wrote: > > > Hi all, > > > > I'd like to start the vote on KIP-541: Create a fetch.max.bytes > > configuration for the broker. > > > > KIP: https://cwiki.apache.org/co

Re: [VOTE] KIP-530: Consider renaming 'UsePreviousTimeOnInvalidTimeStamp' class to 'UsePartitionTimeOnInvalidTimeStamp'

2019-10-25 Thread RABI K.C.
Hi Bill, Yes we will deprecate 'UsePreviousTimeOnInvalidTimeStamp' and then add 'UsePartitionOnInvalidTimeStamp'. With Best Regards, Rabi Kumar K C On Thu, Oct 24, 2019 at 5:32 PM Guozhang Wang wrote: > +1 (binding). > > > Guozhang > > On Thu, Oct 24, 2019 at 8:22 AM Bill Bejeck wrote: > > >

Re: [DISCUSS] KIP-535: Allow state stores to serve stale reads during rebalance

2019-10-25 Thread Navinder Brar
I think now we are aligned on almost all the design parts. Summarising below what has been discussed above and we have a general consensus on. 1. Rather than broadcasting lag across all nodes at rebalancing/with the heartbeat, we will just return a list of all available standby’s in the system

Re: [DISCUSS] KIP-405: Kafka Tiered Storage

2019-10-25 Thread Satish Duggana
>Do you want to discount supporting compacted topics this early in the KIP design or do you want to leave open the option of supporting them eventually? We are not targeting compact topics in this KIP. This KIP's goal is to address non-compact topics with tiered storage work well. Generally, compa

Re: [DISCUSS] KIP-535: Allow state stores to serve stale reads during rebalance

2019-10-25 Thread Navinder Brar
I think now we are aligned on almost all the design parts. Summarising below what has been discussed above and we have a general consensus on. - Rather than broadcasting lag across all nodes at rebalancing/with the heartbeat, we will just return a list of all available standby’s in the sy

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

2019-10-25 Thread Apache Jenkins Server
See Changes: [github] KAFKA-9089; Reassignment should be resilient to unexpected errors [github] KAFKA-8729: Add upgrade docs for KIP-467 on augmented produce response [wangguoz] KAFKA-8972: Need to flush state

Re: [VOTE] KIP-373: Allow users to create delegation tokens for other users

2019-10-25 Thread Viktor Somogyi-Vass
Hi All, Would like to bump this in the hope of one binding vote (or any additional feedback). Thanks, Viktor On Wed, Sep 18, 2019 at 5:25 PM Viktor Somogyi-Vass wrote: > Hi All, > > Harsha, Ryanne: thanks for the vote! > > I'd like to bump this again as today is the KIP freeze date and there i

Build failed in Jenkins: kafka-2.4-jdk8 #39

2019-10-25 Thread Apache Jenkins Server
See Changes: [wangguoz] KAFKA-8729: Add upgrade docs for KIP-467 on augmented produce response [jason] KAFKA-9089; Reassignment should be resilient to unexpected errors [wangguoz] KAFKA-8972: Need to flush state e

Re: [VOTE] KIP-541: Create a fetch.max.bytes configuration for the broker

2019-10-25 Thread David Arthur
+1 binding, this will be a nice improvement. Thanks, Colin! -David On Fri, Oct 25, 2019 at 4:33 AM Tom Bentley wrote: > +1 nb. Thanks! > > On Fri, Oct 25, 2019 at 7:43 AM Ismael Juma wrote: > > > +1 (binding) > > > > On Thu, Oct 24, 2019, 4:56 PM Colin McCabe wrote: > > > > > Hi all, > > > >

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

2019-10-25 Thread Apache Jenkins Server
See Changes: [jason] KAFKA-8992; Redefine RemoveMembersFromGroup interface on AdminClient -- [...truncated 2.71 MB...] org.apache.kafka.streams.test.OutputVerifierTest >

Subject: [VOTE] 2.2.2 RC2

2019-10-25 Thread Randall Hauch
Hello all, we identified around three dozen bug fixes, including an update of a third party dependency, and wanted to release a patch release for the Apache Kafka 2.2.0 release. This is the *second* candidate for release of Apache Kafka 2.2.2. (RC1 did not include a fix for https://issues.apache.o

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

2019-10-25 Thread Apache Jenkins Server
See Changes: [github] KAFKA-9089; Reassignment should be resilient to unexpected errors [github] KAFKA-8729: Add upgrade docs for KIP-467 on augmented produce response [wangguoz] KAFKA-8972: Need to flush state

Re: [DISCUSS] Apache Kafka 2.4.0 release

2019-10-25 Thread Manikumar
Hi all, Quick update on the 2.4 release. We still have one blocker to close. I will create the first RC after closing the blocker. https://issues.apache.org/jira/browse/KAFKA-8972 Thank you! On Fri, Oct 18, 2019 at 12:51 AM Matthias J. Sax wrote: > Just FYI: > > There was also https://issues.

Re: [DISCUSS] KIP-150 - Kafka-Streams Cogroup

2019-10-25 Thread Walker Carlson
Matthias, I am not familiar with KIP-307. After looking into it a bit I think I understand better what Named is for and it answers some of my concerns. I think that we should consider how many more methods it would make, there would be 12 aggregate functions including timeWindowed and sessionWindo

[jira] [Created] (KAFKA-9105) Truncate producer state when incrementing log start offset

2019-10-25 Thread Bob Barrett (Jira)
Bob Barrett created KAFKA-9105: -- Summary: Truncate producer state when incrementing log start offset Key: KAFKA-9105 URL: https://issues.apache.org/jira/browse/KAFKA-9105 Project: Kafka Issue Ty

Re: [VOTE] KIP-514 Add a bounded flush() API to Kafka Producer

2019-10-25 Thread Joel Koshy
+1 On Thu, Oct 24, 2019 at 9:33 PM radai wrote: > Hello, > > I'd like to initiate a vote on KIP-514. > > links: > the kip - > https://cwiki.apache.org/confluence/display/KAFKA/KIP-514%3A+Add+a+bounded+flush%28%29+API+to+Kafka+Producer > the PR - https://github.com/apache/kafka/pull/7569 > > Than

Re: [VOTE] KIP-514 Add a bounded flush() API to Kafka Producer

2019-10-25 Thread Harsha Chintalapani
+1 (binding) -Harsha On Fri, Oct 25 2019 at 11:01 AM, wrote: > > +1 > > On Thu, Oct 24, 2019 at 9:33 PM radai wrote: > > Hello, > > > > > I'd like to initiate a vote on KIP-514. > > > > > links: > the kip - > > https://cwiki.apache.org/confluence/display/KAFKA/KIP-514%3A+Add+a+bounded+flush%28

Build failed in Jenkins: kafka-2.4-jdk8 #40

2019-10-25 Thread Apache Jenkins Server
See Changes: [jason] KAFKA-9038; Allow creating partitions while a reassignment is in [jason] KAFKA-8992; Redefine RemoveMembersFromGroup interface on AdminClient -- [...tr

Re: [DISCUSS] KIP-150 - Kafka-Streams Cogroup

2019-10-25 Thread Guozhang Wang
Hi Walker, thanks for the KIP! I made a pass on the writeup and have some comments below: Meta: 1. Syntax-wise, I'm wondering if we have compared our current proposal with Spark's co-group syntax (I know they are targeting for different use cases, but wondering if their syntax is closer to the jo

Re: [DISCUSS] KIP-150 - Kafka-Streams Cogroup

2019-10-25 Thread Walker Carlson
Hi Guozhang, 1. I am familiar with the cogroup of spark, it is very similar to their join operator but instead it makes the values iterable. I think that the use cases are different enough that it makes sense to specify the aggregator when we do. I like the idea of "absorb" and I think it could b

Re: [DISCUSS] KIP-535: Allow state stores to serve stale reads during rebalance

2019-10-25 Thread Bill Bejeck
I am jumping in a little late here. Overall I agree with the proposal to push decision making on what/how to query in the query layer. For point 5 from above, I'm slightly in favor of having a new method, "standbyMetadataForKey()" or something similar. Because even if we return all tasks in one l

[jira] [Resolved] (KAFKA-8968) Refactor Task-level Metrics

2019-10-25 Thread Bill Bejeck (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Bejeck resolved KAFKA-8968. Resolution: Fixed > Refactor Task-level Metrics > --- > > K

[jira] [Resolved] (KAFKA-9105) Truncate producer state when incrementing log start offset

2019-10-25 Thread Jason Gustafson (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson resolved KAFKA-9105. Resolution: Fixed > Truncate producer state when incrementing log start offset > --

Re: [DISCUSS] KIP-535: Allow state stores to serve stale reads during rebalance

2019-10-25 Thread Vinoth Chandar
+1 to Sophie's suggestion. Having both lag in terms of time and offsets is good and makes for a more complete API. Since there are two soft votes for separate active/standby API methods, I also change my position on that. Fine with 2 separate methods. Once we remove the lag information from these

[jira] [Created] (KAFKA-9106) metrics exposed via JMX shoud be configurable

2019-10-25 Thread Jira
Xavier Léauté created KAFKA-9106: Summary: metrics exposed via JMX shoud be configurable Key: KAFKA-9106 URL: https://issues.apache.org/jira/browse/KAFKA-9106 Project: Kafka Issue Type: Impro

[DISCUSS] KIP-544: Make metrics exposed via JMX configurable

2019-10-25 Thread Xavier Léauté
Hi All, I wrote a short KIP to make the set of metrics exposed via JMX configurable. https://cwiki.apache.org/confluence/display/KAFKA/KIP-544%3A+Make+metrics+exposed+via+JMX+configurable Let me know what you think. Thanks, Xavier

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

2019-10-25 Thread Apache Jenkins Server
See

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

2019-10-25 Thread Apache Jenkins Server
See

[jira] [Resolved] (KAFKA-9102) Increase default zk session timeout and max lag

2019-10-25 Thread Jason Gustafson (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson resolved KAFKA-9102. Resolution: Fixed > Increase default zk session timeout and max lag > -

Build failed in Jenkins: kafka-2.4-jdk8 #41

2019-10-25 Thread Apache Jenkins Server
See Changes: [jason] KAFKA-9105; Add back truncateHead method to ProducerStateManager (#7599) -- [...truncated 5.04 MB...] kafka.log.LogTest > testLogDelete PASSED kafka.log