[jira] [Resolved] (KAFKA-12400) Upgrade jetty to fix CVE-2020-27223

2021-03-02 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-12400. --- Resolution: Fixed Issue resolved by pull request 10245 [https://github.com/apache/kafka/pull/10245

[jira] [Resolved] (KAFKA-12389) Upgrade of netty-codec due to CVE-2021-21290

2021-03-02 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-12389. --- Fix Version/s: 2.8.0 2.6.2 2.7.1 Resolution: Fixed

[jira] [Resolved] (KAFKA-7188) Avoid reverse DNS lookup in SASL channel builder

2021-02-25 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-7188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-7188. -- Assignee: (was: Rajini Sivaram) Resolution: Duplicate > Avoid reverse DNS lookup in S

[jira] [Resolved] (KAFKA-12324) Upgrade jetty to fix CVE-2020-27218

2021-02-22 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-12324. --- Fix Version/s: 2.8.0 2.6.2 2.7.1 Resolution: Fixed

Re: [VOTE] KIP - 405: Kafka Tiered Storage.

2021-02-15 Thread Manikumar
Hi Satish, Thanks for driving this KIP. I’m sure there will be a few tweaks as we implement the KIP, but I think KIP is in good shape. I'm +1 (binding). Thanks, Manikumar On Thu, Feb 11, 2021 at 10:57 PM Harsha Chintalapani wrote: > +1 (binding). > > Thanks, > Harsha > &

[jira] [Resolved] (KAFKA-12297) Implementation of MockProducer contradicts documentation of Callback for async send

2021-02-13 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-12297. --- Fix Version/s: 3.0.0 Reviewer: Manikumar Resolution: Fixed > Implementat

Re: [VOTE] 2.6.1 RC3

2020-12-16 Thread Manikumar
Hi, +1 (binding) - verified signatures - ran the tests on the source archive with Scala 2.13 - verified the core/connect/streams quickstart with Scala 2.13 binary archive. - verified the artifacts, javadoc Thanks for running the release! Thanks, Manikumar On Tue, Dec 15, 2020 at 9:01 PM

Re: [VOTE] KIP-681: Rename master key in delegation token feature

2020-11-17 Thread Manikumar
+1 (binding), Thanks for the KIP. Thanks, On Tue, Nov 17, 2020 at 12:13 AM Mickael Maison wrote: > +1 (binding) > Thanks Tom > > On Mon, Nov 16, 2020 at 3:58 PM Gwen Shapira wrote: > > > > +1 > > Thank you for catching this. > > > > > > On Mon, Nov 16, 2020, 3:22 AM Tom Bentley wrote: > > >

Re: [VOTE] KIP-684 - Support mutual TLS authentication on SASL_SSL listeners

2020-11-17 Thread Manikumar
+1 (binding), Thanks for the KIP. Thanks, On Mon, Nov 16, 2020 at 9:11 PM Ismael Juma wrote: > Thanks for the KIP, +1 (binding). > > Ismael > > On Mon, Nov 16, 2020 at 3:33 AM Rajini Sivaram > wrote: > > > Hi all, > > > > I would like to start vote on KIP-684 to support TLS client >

[jira] [Resolved] (KAFKA-10669) ListOffsetRequest: make CurrentLeaderEpoch field ignorable and set MaxNumOffsets field to 1

2020-11-02 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-10669. --- Resolution: Fixed Issue resolved by pull request 9540 [https://github.com/apache/kafka/pull/9540

Re: [DISCUSS] Apache Kafka 2.7.0 release

2020-10-31 Thread Manikumar
Hi Bill, We have found a couple of issues related to ListOffsetRequest : https://issues.apache.org/jira/browse/KAFKA-10669 These were introduced when we migrated the ListOffsetRequest request to use the auto-generated protocol. Since these are regressions, I marked the JIRA as blocker. I have

[jira] [Created] (KAFKA-10669) ListOffsetRequest: make CurrentLeaderEpoch field ignorable and set MaxNumOffsets field to 1

2020-10-31 Thread Manikumar (Jira)
Manikumar created KAFKA-10669: - Summary: ListOffsetRequest: make CurrentLeaderEpoch field ignorable and set MaxNumOffsets field to 1 Key: KAFKA-10669 URL: https://issues.apache.org/jira/browse/KAFKA-10669

Re: [VOTE] KIP-651 - Support PEM format for SSL certificates and private key

2020-08-08 Thread Manikumar
+1 (binding) Thanks for the KIP. On Fri, Aug 7, 2020 at 12:56 AM David Jacot wrote: > Supporting PEM is really nice. Thanks, Rajini. > > +1 (non-binding) > > On Thu, Aug 6, 2020 at 9:18 PM Gwen Shapira wrote: > > > +1 (binding) > > Thank you for driving this, Rajini > > > > On Thu, Aug 6,

Re: [DISCUSS] KIP-651 - Support PEM format for SSL certificates and private key

2020-08-05 Thread Manikumar
Thanks for the KIP. LGTM. On Wed, Aug 5, 2020 at 3:43 AM Ron Dagostino wrote: > Yes, Rajinit, it looks good -- an excellently-written KIP. Thanks! > > Ron > > On Mon, Aug 3, 2020 at 9:17 AM Andrew Otto wrote: > > > Yes please! I had to build custom tooling to automate generation and > >

Re: [VOTE] 2.5.1 RC0

2020-07-31 Thread Manikumar
Hi John, +1 (binding) - Verified signatures, artifacts, Release notes - Built from sources, ran tests - Ran core/connect/streams quick start for Scala 2.13 release, ran few manual tests Thanks for driving the release. Thanks, Manikumar On Thu, Jul 30, 2020 at 10:32 PM Ismael Juma wrote

Re: [VOTE] KIP-635: GetOffsetShell: support for multiple topics and consumer configuration override

2020-07-30 Thread Manikumar
+1 (binding) Thanks for the KIP! On Thu, Jul 30, 2020 at 3:07 PM Dániel Urbán wrote: > Hi everyone, > > If you are interested in this KIP, please do not forget to vote. > > Thanks, > Daniel > > Viktor Somogyi-Vass ezt írta (időpont: 2020. > júl. > 28., K, 16:06): > > > +1 from me

[jira] [Resolved] (KAFKA-10109) kafka-acls.sh/AclCommand opens multiple AdminClients

2020-07-09 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-10109. --- Fix Version/s: 2.7.0 Resolution: Fixed Issue resolved by pull request 8808 [https

Re: [VOTE] KIP-621: Deprecate and replace DescribeLogDirsResult.all() and .values()

2020-07-08 Thread Manikumar
+1 (binding) Thanks for the KIP. On Tue, Jul 7, 2020 at 8:19 PM Colin McCabe wrote: > Thanks, Tom. > > I tried to think of a better way to do this, but I think you're right that > we probably just need different methods. > > +1 (binding). > > best, > Colin > > On Mon, Jul 6, 2020, at 01:14,

Re: [VOTE] KIP-632: Add DirectoryConfigProvider

2020-07-08 Thread Manikumar
+1 (bindig) Thanks for the KIP. On Tue, Jul 7, 2020 at 10:30 PM David Jacot wrote: > +1 (non-binding). Thanks for the KIP! > > On Tue, Jul 7, 2020 at 12:54 PM Tom Bentley wrote: > > > Hi, > > > > I'd like to start a vote on KIP-632, which is about making the config > > provider mechanism more

Re: [VOTE] KIP-431: Support of printing additional ConsumerRecord fields in DefaultMessageFormatter

2020-07-08 Thread Manikumar
+1 (binding) Thanks for the KIP. Thanks, Manikumar On Wed, Jul 8, 2020 at 11:47 AM Matthias J. Sax wrote: > +1 (binding) > > -Matthias > > On 7/7/20 7:16 PM, John Roesler wrote: > > Hi Badai, > > > > Thanks for picking this up. I've reviewed the KIP docume

Re: [VOTE] KIP-620 Deprecate ConsumerConfig#addDeserializerToConfig(Properties, Deserializer, Deserializer) and ProducerConfig#addSerializerToConfig(Properties, Serializer, Serializer)

2020-07-07 Thread Manikumar
+1 (binding) Thanks for the KIP. On Wed, Jun 10, 2020 at 11:43 PM Matthias J. Sax wrote: > Yes, it does. > > I guess many people are busy wrapping up 2.6 release. Today is code freeze. > > > -Matthias > > > On 6/10/20 12:11 AM, Chia-Ping Tsai wrote: > > hi Matthias, > > > > Does this

Re: Permission to create KIPs

2020-07-02 Thread Manikumar
Hi, Thanks for your interest. I have given you wiki edit permissions. Thanks, On Thu, Jul 2, 2020 at 9:05 PM Arvin Zheng wrote: > Hi, > > Could someone please help grant permission to create KIPs to user > arvin.zheng? > > Thanks, > Arvin >

Re: [DISCUSS] KIP-632: Add DirectoryConfigProvider

2020-07-01 Thread Manikumar
Hi, Thanks for the KIP. KIP looks good to me and will be a useful addition. Thanks, Manikumar On Mon, Jun 29, 2020 at 4:05 PM Tom Bentley wrote: > Hi all, > > I would like to start discussion on a small KIP to make using the config > provider mechanism more ergonomic o

[jira] [Resolved] (KAFKA-10214) fix flaky zookeeper_tls_test.py

2020-07-01 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-10214. --- Fix Version/s: 2.6.0 Resolution: Fixed Issue resolved by pull request 8949 [https

Re: Permission to create a KIP

2020-07-01 Thread Manikumar
Hi, Thanks for your interest. I have given you wiki edit permissions. Thanks, On Wed, Jul 1, 2020 at 3:25 AM Mohamed Chebbi wrote: > Hi > > could somone grant permission to create a KIP to user mhmdchebbi? > > > Best Reguards > >

Re: Permission to create a KIP

2020-07-01 Thread Manikumar
Hi, Thanks for your interest. I have given you wiki edit permissions. Thanks, On Wed, Jul 1, 2020 at 2:50 AM Jeremy Custenborder wrote: > Hello All, > > Could someone grant permissions to create a KIP to the user jcustenborder? > > Thanks! >

Re: [DISCUSS] KIP-308: GetOffsetShell: new KafkaConsumer API, support for multiple topics, minimize the number of requests to server

2020-06-30 Thread Manikumar
ase? Should I acquire a new id for the > GetOffsetShell KIP, and update it? > > Thanks in advance, > Daniel > > Dániel Urbán ezt írta (időpont: 2020. jún. > 30., K, 9:23): > > > Hi Manikumar, > > > > Thanks for the comments. > > 1. Will change this - thought that "

Re: [DISCUSS] KIP-308: GetOffsetShell: new KafkaConsumer API, support for multiple topics, minimize the number of requests to server

2020-06-29 Thread Manikumar
n consumer property. fewer options are better. Thanks, Manikumar On Wed, Jun 24, 2020 at 8:53 PM Dániel Urbán wrote: > Hi, > > I see that this KIP turned somewhat inactive - I'd like to pick it up and > work on it if it is okay. > Part of the work is done, as switching to the Consumer

Re: Access to create KIP

2020-06-27 Thread Manikumar
Hi, Thanks for your interest. I have given you wiki permissions. Thanks, On Fri, Jun 26, 2020 at 5:37 AM Charlie Getzen wrote: > Hello, > > I would like to create a KIP around > https://github.com/apache/kafka/pull/8930 as it changes the public > interface. > > My username is wiki cgetzen

Re: [VOTE] KIP-627: Expose Trogdor-specific JMX Metrics for Tasks and Agents

2020-06-26 Thread Manikumar
+1 (binding) Thanks for the KIP. Thans, Manikumar On Fri, Jun 26, 2020 at 11:46 AM Stanislav Kozlovski wrote: > +1 (non-binding). > > Thanks for the work! I am also happy to see Trogdor being improved > > Best, > Stanislav > > On Fri, Jun 26, 2020 at 5:34 AM Colin

[jira] [Resolved] (KAFKA-10171) Please ignore

2020-06-16 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-10171. --- Resolution: Invalid > Please ignore > - > > Key:

[jira] [Resolved] (KAFKA-10033) AdminClient should throw UnknownTopicOrPartitionException instead of UnknownServerException if altering configs of non-existing topic

2020-06-06 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-10033. --- Fix Version/s: 2.7.0 Resolution: Fixed > AdminClient should th

[jira] [Created] (KAFKA-10112) Consider making the number of threads configurable for offset/group metadata cache loading

2020-06-05 Thread Manikumar (Jira)
Manikumar created KAFKA-10112: - Summary: Consider making the number of threads configurable for offset/group metadata cache loading Key: KAFKA-10112 URL: https://issues.apache.org/jira/browse/KAFKA-10112

Re: [VOTE] KIP-602: Change default value for client.dns.lookup

2020-05-22 Thread Manikumar
+1 (binding) Thanks for the KIP. On Fri, May 22, 2020 at 11:23 PM Harsha Chintalapani wrote: > +1 (binding). > -Harsha > > On Fri, May 22, 2020 at 10:04 AM Ismael Juma wrote: > > > Thanks for the KIP, +1 (binding). > > > > Ismael > > > > On Fri, May 22, 2020 at 1:40 AM Badai Aqrandista > >

Re: [VOTE] KIP-545 support automated consumer offset sync across clusters in MM 2.0

2020-05-21 Thread Manikumar
+1 (binding). Thanks for the KIP. On Thu, May 21, 2020 at 9:49 AM Maulin Vasavada wrote: > Thank you for the KIP. I sincerely hope we get enough votes on this KIP. I > was thinking of similar changes while working on DR capabilities and > offsets are Achilles Heels and this KIP addresses it. >

Re: [VOTE] KIP-573: Enable TLSv1.3 by default

2020-05-21 Thread Manikumar
+1 (binding) Thanks for the KIP. On Thu, May 21, 2020 at 7:42 PM Rajini Sivaram wrote: > +1 (binding) > > Thanks for the KIP, Nikolay! > > Regards, > > Rajini > > > On Thu, May 21, 2020 at 3:04 PM Ismael Juma wrote: > > > Thanks for the KIP, +1 (binding) > > > > On Mon, Mar 2, 2020 at 10:55

Re: [VOTE]: KIP-604: Remove ZooKeeper Flags from the Administrative Tools

2020-05-19 Thread Manikumar
+1 (binding) Thanks for the KIP On Tue, May 19, 2020 at 12:29 PM David Jacot wrote: > +1 (non-binding). > > Thanks for the KIP. > > On Fri, May 15, 2020 at 12:41 AM Guozhang Wang wrote: > > > +1. > > > > Thanks Colin! > > > > Guozhang > > > > On Tue, May 12, 2020 at 3:45 PM Colin McCabe

Re: [VOTE] KIP-597: MirrorMaker2 internal topics Formatters

2020-05-19 Thread Manikumar
+1 (binding) Thanks for the KIP. On Tue, May 19, 2020 at 2:57 PM Mickael Maison wrote: > Thanks Konstantine for the feedback (and vote)! > > 1) I've added example commands using the new formatters > > 2) I updated the Compatiblity section to be more explicit about the > need for recompilation

Re: [VOTE] KIP-577: Allow HTTP Response Headers Configured for Kafka Connect

2020-05-12 Thread Manikumar
+1 (binding) Thanks for the KIP. On Wed, May 6, 2020 at 7:57 PM Randall Hauch wrote: > Thanks for putting this together. > > +1 (binding) > > On Fri, Apr 17, 2020 at 2:02 PM Aneel Nazareth wrote: > > > Thanks Jeff, this seems like it addresses a user need. > > > > +1 (non-binding) > > > > On

Re: Kafka Contributor - JIRA ID "sarahdreischer"

2020-05-10 Thread Manikumar
Hi, Thanks for your interest in Kafka project. I just added you to contributors list. Thanks, On Sun, May 10, 2020 at 10:26 PM Sarah D wrote: > Hi, > > I would like to become a Kafka Contributor as I am hoping to contribute to > a few newbie JIRA tasks soon. > > I have worked with Kafka’s

[jira] [Resolved] (KAFKA-9034) kafka-run-class.sh will fail if JAVA_HOME has space

2020-04-30 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-9034. -- Fix Version/s: 2.6.0 Resolution: Fixed Issue resolved by pull request 8481 [https://github.com

[jira] [Resolved] (KAFKA-9612) CLI Dynamic Configuration with file input

2020-04-27 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-9612. -- Fix Version/s: 2.6.0 Reviewer: Manikumar Resolution: Fixed > CLI Dynamic Configurat

Re: Need JIRA permission to self-assign tickets

2020-04-13 Thread Manikumar
Hi, Thanks for your interest. I just added you to the the contributors list. Thanks, On Mon, Apr 13, 2020 at 7:13 PM Luke Chen wrote: > Hi devs, > I need the JIRA permission to self-assign tickets. > Please help grant me the permission. > > JIRA username: showuon > > Thank you very much. >

Re: [kafka-clients] Re: [VOTE] 2.5.0 RC3

2020-04-10 Thread Manikumar
the release. Thanks, Manikumar On Fri, Apr 10, 2020 at 7:53 PM Bill Bejeck wrote: > Hi David, > > +1 (non-binding) Verified signatures, built jars from source, ran unit and > integration tests, all passed. > > Thanks for running the release. > > -Bill > > On Wed, Apr 8,

Re: [VOTE] KIP-519: Make SSL context/engine configuration extensible

2020-03-31 Thread Manikumar
+1 (binding). Thanks for the KIP. Thanks, Manikumar On Tue, Mar 31, 2020 at 11:24 AM Maulin Vasavada wrote: > Hi all, > > So far we got 3 Binding votes. I am planning to keep the voting phase open > until Tuesday 10 PM Pacific Time which will be more than 72 hours from the > fir

[jira] [Resolved] (KAFKA-9729) Shrink inWriteLock time in SimpleAuthorizer

2020-03-26 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-9729. -- Resolution: Fixed > Shrink inWriteLock time in SimpleAuthori

[jira] [Resolved] (KAFKA-9685) Solve Set concatenation perf issue in AclAuthorizer

2020-03-13 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-9685. -- Fix Version/s: 2.6.0 Resolution: Fixed Issue resolved by pull request 8261 [https://github.com

[jira] [Resolved] (KAFKA-9644) incrementalAlterConfigs OpType.APPEND on unset property fails with NullPointerException

2020-03-12 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-9644. -- Fix Version/s: 2.6.0 Resolution: Fixed Issue resolved by pull request 8216 [https://github.com

[jira] [Created] (KAFKA-9670) Benchmark and optimize MetadataResponse preparation

2020-03-05 Thread Manikumar (Jira)
Manikumar created KAFKA-9670: Summary: Benchmark and optimize MetadataResponse preparation Key: KAFKA-9670 URL: https://issues.apache.org/jira/browse/KAFKA-9670 Project: Kafka Issue Type: Task

[jira] [Resolved] (KAFKA-9626) Benchmark and optimize AclAuthorizer.acls()

2020-03-02 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-9626. -- Resolution: Fixed Issue resolved by pull request 8199 [https://github.com/apache/kafka/pull/8199

[jira] [Resolved] (KAFKA-9327) GroupMetadata metrics are not documented

2020-03-01 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-9327. -- Fix Version/s: 2.6.0 Resolution: Fixed Issue resolved by pull request 7890 [https://github.com

[jira] [Created] (KAFKA-9626) Benchmark and optimize AclAuthorizer.acls()

2020-03-01 Thread Manikumar (Jira)
Manikumar created KAFKA-9626: Summary: Benchmark and optimize AclAuthorizer.acls() Key: KAFKA-9626 URL: https://issues.apache.org/jira/browse/KAFKA-9626 Project: Kafka Issue Type: Improvement

Re: [ANNOUNCE] New committer: Konstantine Karantasis

2020-02-26 Thread Manikumar
Congrats Konstantine! On Thu, Feb 27, 2020 at 7:46 AM Matthias J. Sax wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > Congrats! > > On 2/27/20 2:21 AM, Jeremy Custenborder wrote: > > Congrats Konstantine! > > > > On Wed, Feb 26, 2020 at 2:39 PM Bill Bejeck > > wrote: > >> > >>

[jira] [Resolved] (KAFKA-9594) speed up the processing of LeaderAndIsrRequest

2020-02-25 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-9594. -- Resolution: Fixed Issue resolved by pull request 8153 [https://github.com/apache/kafka/pull/8153

[jira] [Resolved] (KAFKA-9567) Docs and system tests for ZooKeeper 3.5.7 and KIP-515

2020-02-25 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-9567. -- Fix Version/s: 2.5.0 Resolution: Fixed Issue resolved by pull request 8132 [https://github.com

[jira] [Created] (KAFKA-9594) speed up the processing of LeaderAndIsrRequest

2020-02-21 Thread Manikumar (Jira)
Manikumar created KAFKA-9594: Summary: speed up the processing of LeaderAndIsrRequest Key: KAFKA-9594 URL: https://issues.apache.org/jira/browse/KAFKA-9594 Project: Kafka Issue Type: Improvement

[jira] [Resolved] (KAFKA-9586) Fix errored json filename in ops documentation

2020-02-21 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-9586. -- Resolution: Fixed Issue resolved by pull request 8149 [https://github.com/apache/kafka/pull/8149

[jira] [Resolved] (KAFKA-9575) "Notable changes in 2.5.0" doesn't mention ZooKeeper 3.5.7

2020-02-21 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-9575. -- Resolution: Fixed Issue resolved by pull request 8139 [https://github.com/apache/kafka/pull/8139

[jira] [Resolved] (KAFKA-8843) Zookeeper migration tool support for TLS

2020-02-08 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-8843. -- Fix Version/s: 2.5.0 Resolution: Fixed > Zookeeper migration tool support for

Re: [VOTE] KIP-553: Disable all SSL protocols except TLSV1.2 by default.

2020-01-21 Thread Manikumar
+1 (binding). Thanks for the KIP. On Tue, Jan 21, 2020 at 9:56 PM Ted Yu wrote: > +1 > > On Tue, Jan 21, 2020 at 8:24 AM Rajini Sivaram > wrote: > > > +1 (binding) > > > > Thanks for the KIP! > > > > Regards, > > > > Rajini > > > > > > On Tue, Jan 21, 2020 at 3:43 PM Николай Ижиков > >

Re: [VOTE] KIP-515: Hardened TLS Configs to ZooKeeper

2020-01-20 Thread Manikumar
+1 (binding). Thanks for the KIP. On Mon, Jan 20, 2020 at 9:21 PM Rajini Sivaram wrote: > +1 (binding) > > Thanks for the KIP, Ron! > > Regards, > > Rajini > > > On Mon, Jan 20, 2020 at 3:36 PM Gwen Shapira wrote: > > > +1 (binding), this has been an on-going concern. Thank you for > >

Re: [ANNOUNCE] New Kafka PMC Members: Colin, Vahid and Manikumar

2020-01-16 Thread Manikumar
Thank you all. Manikumar On Thu, Jan 16, 2020 at 3:03 PM Sönke Liebau wrote: > Great to hear and well deserved! Congratulations and thanks to all of you! > > On Thu, 16 Jan 2020 at 07:44, Vahid Hashemian > wrote: > > > Thank you all. > > > > Regards, > &g

Re: [DISCUSS] KIP-515: Enable ZK client to use the new TLS supported authentication

2020-01-15 Thread Manikumar
Hi Ron, Thanks for the KIP. KIP looks good to me. Am I correct in understanding that, when we run ZkSecurityMigrator with SASL + SSL, multiple identities will be added to the ACLs? Thanks, On Wed, Jan 15, 2020 at 1:19 AM Rajini Sivaram wrote: > Hi Ron, > > Thanks for the detailed

Re: [VOTE] KIP-518: Allow listing consumer groups per state

2020-01-15 Thread Manikumar
Hi Mickael, Thanks for the KIP. Can you respond to the comments from David on discuss thread? Thanks,

Re: [VOTE] KIP-555: An admin tools proposal to accomplish the deprecation of zookeeper access that is direct

2020-01-15 Thread Manikumar
+1 (binding) Thanks for the KIP. On Wed, Jan 15, 2020 at 2:48 AM Gwen Shapira wrote: > +1 (binding, re-vote) > > On Tue, Jan 14, 2020 at 11:23 AM Colin McCabe wrote: > > > > Hi all, > > > > I'm reposting this since I've been informed that gmail mashed the > original VOTE thread into a

Re: [VOTE] KIP-551: Expose disk read and write metrics

2020-01-14 Thread Manikumar
+1 (binding). Thanks for the KIP. On Sun, Jan 12, 2020 at 1:23 AM Lucas Bradstreet wrote: > +1 (non binding) > > On Sat, 11 Jan 2020 at 02:32, M. Manna wrote: > > > Hey Colin, > > > > +1 - Really useful for folks managing a cluster by themselves. > > > > M. MAnna > > > > On Fri, 10 Jan 2020

[jira] [Resolved] (KAFKA-8146) WARNING: An illegal reflective access operation has occurred

2020-01-07 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-8146. -- Resolution: Fixed Warnings mentioned in the description are fixed in Kafka 2.4.0 release. > WARN

Re: Permission to create KIP

2020-01-03 Thread Manikumar
Hi, I have given you the wiki permissions. Thanks, On Fri, Jan 3, 2020 at 3:37 PM deng ziming wrote: > hi,Matthias > also add me,thank you, my wiki id is dengziming > > On Tue, Dec 31, 2019 at 3:12 AM Matthias J. Sax > wrote: > > > Done. > > > > On 12/30/19 8:00 AM, Sagar wrote: > > > Hi, >

[jira] [Resolved] (KAFKA-9316) ConsoleProducer help info not expose default properties

2019-12-19 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-9316. -- Fix Version/s: 2.5.0 Resolution: Fixed Issue resolved by pull request 7854 [https://github.com

[jira] [Created] (KAFKA-9305) Add version 2.4 to streams system tests

2019-12-16 Thread Manikumar (Jira)
Manikumar created KAFKA-9305: Summary: Add version 2.4 to streams system tests Key: KAFKA-9305 URL: https://issues.apache.org/jira/browse/KAFKA-9305 Project: Kafka Issue Type: Bug

Re: [ANNOUNCE] Apache Kafka 2.4.0

2019-12-16 Thread Manikumar
Thanks to all who contributed to the Apache blog post about 2.4. It's live now at https://blogs.apache.org/kafka/date/20191216 On Mon, Dec 16, 2019 at 10:30 PM Manikumar wrote: > The Apache Kafka community is pleased to announce the release for Apache > Kafka 2.4.0 > > This rele

[ANNOUNCE] Apache Kafka 2.4.0

2019-12-16 Thread Manikumar
Bradstreet, LuyingLiu, Magesh Nandakumar, Manikumar Reddy, Matthias J. Sax, Michał Borowiecki, Michał Siatkowski, Mickael Maison, mjarvie, mmanna-sapfgl, Nacho Muñoz Gómez, Nathan Murthy, Nigel Liang, NIkhil Bhatia, Nikolay, Omar Al-Safi, Omkar Mestry, Paul, pkleindl, Rajan Chauhan, Rajini Sivaram, Randall

[RESULTS] [VOTE] Release Kafka version 2.4.0

2019-12-13 Thread Manikumar
/qlira627sqbmmzz4 I'll continue with the release process and the release announcement will follow in the next few days. Manikumar

Re: [VOTE] 2.4.0 RC4

2019-12-12 Thread Manikumar
--confluentinc--2.4--9a7f26d/report.html On Mon, Dec 9, 2019 at 11:02 PM Manikumar wrote: > Hello Kafka users, developers and client-developers, > > This is the fifth candidate for release of Apache Kafka 2.4.0. > > This release includes many new features, including: > - Allow consu

Re: [VOTE] 2.4.0 RC4

2019-12-12 Thread Manikumar
Hi Israel, Thanks for testing the release candidate. We can use https://issues.apache.org/jira/browse/KAFKA-9283 for fixing the flaky test. Thanks, On Thu, Dec 12, 2019 at 8:18 PM Israel Ekpo wrote: > > @Manikumar , I have rerun the latest release > candidate (RC4) and all the t

[jira] [Resolved] (KAFKA-9025) ZkSecurityMigrator not working with zookeeper chroot

2019-12-10 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-9025. -- Fix Version/s: 2.5.0 Resolution: Fixed Issue resolved by pull request 7618 [https://github.com

[jira] [Reopened] (KAFKA-9212) Keep receiving FENCED_LEADER_EPOCH while sending ListOffsetRequest

2019-12-09 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar reopened KAFKA-9212: -- > Keep receiving FENCED_LEADER_EPOCH while sending ListOffsetRequ

[jira] [Reopened] (KAFKA-9261) NPE when updating client metadata

2019-12-09 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar reopened KAFKA-9261: -- > NPE when updating client metadata > - > >

[VOTE] 2.4.0 RC4

2019-12-09 Thread Manikumar
Internal connect REST endpoints - API to delete consumer offsets and expose it via the AdminClient. Release notes for the 2.4.0 release: https://home.apache.org/~manikumar/kafka-2.4.0-rc4/RELEASE_NOTES.html *** Please download, test and vote by Thursday, December 12, 9am PT Kafka's KEYS file

Re: [kafka-clients] [VOTE] 2.4.0 RC3

2019-12-09 Thread Manikumar
Hi all, We have merged the PR for KAFKA-9212. Thanks to Jason for the fixing the issue. Thanks to Yannick for reporting the issue and Michael Jaschob for providing extra details. I am canceling this vote and will create new RC shortly. Thanks, Manikumar On Sat, Dec 7, 2019 at 3:19 AM Israel

[jira] [Resolved] (KAFKA-9261) NPE when updating client metadata

2019-12-09 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-9261. -- Resolution: Fixed > NPE when updating client metad

[jira] [Resolved] (KAFKA-9267) ZkSecurityMigrator should not create /controller node

2019-12-06 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-9267. -- Fix Version/s: 2.5.0 Resolution: Fixed Issue resolved by pull request 7778 [https://github.com

[jira] [Reopened] (KAFKA-9261) NPE when updating client metadata

2019-12-05 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar reopened KAFKA-9261: -- > NPE when updating client metadata > - > >

Re: [VOTE] 2.4.0 RC2

2019-12-04 Thread Manikumar
Hi all, We merged all the blockers and released a new release candidate RC3. Hopefully this will be a final RC for 2.4 release. Thanks, On Thu, Dec 5, 2019 at 6:56 AM Israel Ekpo wrote: > Thanks @Randall for the update. I will run the tests on RC3 when it becomes > available. > > On Wed,

[VOTE] 2.4.0 RC3

2019-12-04 Thread Manikumar
Internal connect REST endpoints - API to delete consumer offsets and expose it via the AdminClient. Release notes for the 2.4.0 release: https://home.apache.org/~manikumar/kafka-2.4.0-rc3/RELEASE_NOTES.html *** Please download, test and vote by Monday, December 9th, 9 pm PT Kafka's KEYS file

[jira] [Resolved] (KAFKA-9123) Add system test with large number of partitions

2019-12-04 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-9123. -- Resolution: Fixed > Add system test with large number of partiti

Re: [VOTE] 2.4.0 RC2

2019-12-03 Thread Manikumar
t; https://github.com/elalonde/kafka> > $ ./kafka/bin/verifykafka-rc.sh 2.4.0 > https://home.apache.org/~manikumar/kafka-2.4.0-rc2 < > https://home.apache.org/~manikumar/kafka-2.4.0-rc2> > > - All sha1, sha256 and md5 sums look good > - pgp signatures look good > - unit tests

Re: [Help] Request contributor permissions

2019-12-01 Thread Manikumar
Hi, Thanks for your interest. Just added you to the contributors list Thanks. On Sun, Dec 1, 2019 at 11:31 AM Kun Song wrote: > Hi Kafka committers, I want to be added to the contributors list, my JIRA > ID is songkun, thank you :) >

Re: Requesting to be added as a contributor in JIRA

2019-12-01 Thread Manikumar
Hi, Thanks for your interest. Just added you to the contributors list Thanks. On Sun, Dec 1, 2019 at 7:58 PM Balaji Jayasankar < balaji.jayasan...@gmail.com> wrote: > Hello, > > I would like to be added as a contributor on the JIRA. > Username: balaji_97_ > > Regards, > Balaji >

[VOTE] 2.4.0 RC2

2019-11-30 Thread Manikumar
Internal connect REST endpoints - API to delete consumer offsets and expose it via the AdminClient. Release notes for the 2.4.0 release: https://home.apache.org/~manikumar/kafka-2.4.0-rc2/RELEASE_NOTES.html *** Please download, test and vote by Thursday, December 5th, 9am PT Kafka's KEYS file

Re: [VOTE] 2.4.0 RC1

2019-11-30 Thread Manikumar
eate task ':clients:spotbugsMain'. > >>> Could not create task of type 'SpotBugsTask'. > >> > Could not create an instance of type > >> com.github.spotbugs.internal.SpotBugsReportsImpl. > >> > > >> > >> > org.gradle.api.re

[jira] [Created] (KAFKA-9253) Test failure : ReassignPartitionsClusterTest.shouldListMovingPartitionsThroughApi

2019-11-29 Thread Manikumar (Jira)
Manikumar created KAFKA-9253: Summary: Test failure : ReassignPartitionsClusterTest.shouldListMovingPartitionsThroughApi Key: KAFKA-9253 URL: https://issues.apache.org/jira/browse/KAFKA-9253 Project

[jira] [Resolved] (KAFKA-9069) Flaky Test AdminClientIntegrationTest.testCreatePartitions

2019-11-29 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-9069. -- Fix Version/s: 2.5.0 Resolution: Fixed Issue resolved by pull request 7619 [https://github.com

Re: [VOTE] 2.4.0 RC1

2019-11-26 Thread Manikumar
in/verify-kafka-rc.sh 2.4.0 > https://home.apache.org/~manikumar/kafka-2.4.0-rc1 > <https://home.apache.org/~manikumar/kafka-2.4.0-rc0> > > - All PGP signatures are good > - All md5, sha1sums and sha512sums pass > - Had a few intermittent failures in tests that passed upon

Re: Preliminary blog post about the Apache Kafka 2.4.0 release

2019-11-26 Thread Manikumar
Sure, I will mention the details about ZK upgrade to 3.5 Thanks. On Tue, Nov 26, 2019 at 1:57 PM Sönke Liebau wrote: > Hi Manikumar, > > looks great, thanks for the effort! > > Like Ismael, I think it would make sense to mention the ZK upgrade to 3.5 I > know a few peopl

[VOTE] 2.4.0 RC1

2019-11-20 Thread Manikumar
Internal connect REST endpoints - API to delete consumer offsets and expose it via the AdminClient. Release notes for the 2.4.0 release: https://home.apache.org/~manikumar/kafka-2.4.0-rc1/RELEASE_NOTES.html ** Please download, test and vote by Tuesday, November 26, 9am PT ** Kafka's KEYS file

Re: [VOTE] 2.4.0 RC0

2019-11-19 Thread Manikumar
Hi All, Thanks you for testing RC0. The following blocker issues were fixed after RC0. https://issues.apache.org/jira/browse/KAFKA-9196 https://github.com/apache/kafka/pull/7691 I am canceling RC0 VOTE and will create new RC soon. Thanks, Manikumar On Thu, Nov 14, 2019 at 11:51 PM Manikumar

Re: Preliminary blog post about the Apache Kafka 2.4.0 release

2019-11-19 Thread Manikumar
a > future > > consumer poll once the partition is resumed by the user. > > > > > See [KAFKA-7548](https://issues.apache.org/jira/browse/KAFKA-7548) for > more > > details. > > > Regards, > Sean > > On Mon, Nov 18, 2019 at 11:45 AM Ismael Juma

Re: Preliminary blog post about the Apache Kafka 2.4.0 release

2019-11-18 Thread Manikumar
Thanks Chris. will update the blog content. On Fri, Nov 15, 2019 at 12:34 AM Chris Egerton wrote: > Hi Manikumar, > > It looks like the header for KIP-440 is accurate ("KIP-440: Extend Connect > Converter to support headers") but the content appears to correspon

Preliminary blog post about the Apache Kafka 2.4.0 release

2019-11-14 Thread Manikumar
, Manikumar

<    1   2   3   4   5   6   7   8   9   10   >