[jira] [Resolved] (KAFKA-4807) Kafka broker fail over bug in zookeeper

2017-03-10 Thread Manikumar (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-4807. -- Resolution: Duplicate > Kafka broker fail over bug in zookee

[jira] [Resolved] (KAFKA-639) RESTful proxy

2017-03-10 Thread Manikumar (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-639. - Resolution: Duplicate > RESTful proxy > - > > Ke

[jira] [Resolved] (KAFKA-1436) Idempotent Producer / Duplicate Detection

2017-03-10 Thread Manikumar (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-1436. -- Resolution: Duplicate > Idempotent Producer / Duplicate Detect

[jira] [Resolved] (KAFKA-3391) Kafka to ZK timeout

2017-03-10 Thread Manikumar (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-3391. -- Resolution: Not A Problem Please reopen if the issue still exists. > Kafka to ZK time

[jira] [Resolved] (KAFKA-3990) Kafka New Producer may raise an OutOfMemoryError

2017-03-10 Thread Manikumar (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-3990. -- Resolution: Duplicate > Kafka New Producer may raise an OutOfMemoryEr

[jira] [Resolved] (KAFKA-1516) Producer Performance Test sends messages with bytes of 0x0

2017-03-30 Thread Manikumar (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-1516. -- Resolution: Fixed Resolving this as support for passing custom message payloads is given in KAFKA

Re: [VOTE] 0.8.2.0 Candidate 1

2015-01-15 Thread Manikumar Reddy
Yes, we can add a check. This option works only with 64 bit jvm. On Jan 15, 2015 6:53 PM, "Jaikiran Pai" wrote: > I just downloaded the Kafka binary and am trying this on my 32 bit JVM > (Java 7)? Trying to start Zookeeper or Kafka server keeps failing with > "Unrecognized VM option 'UseCompre

ProducerFailureHandlingTest.testCannotSendToInternalTopic is failing

2015-01-17 Thread Manikumar Reddy
ProducerFailureHandlingTest.testCannotSendToInternalTopic is failing on both 0.8.2 and trunk. Error on 0.8.2: kafka.api.ProducerFailureHandlingTest > testCannotSendToInternalTopic FAILED java.util.concurrent.ExecutionException: org.apache.kafka.common.errors.TimeoutException: Failed to update

Re: ProducerFailureHandlingTest.testCannotSendToInternalTopic is failing

2015-01-17 Thread Manikumar Reddy
I am consistently getting these errors. May be transient errors. On Sun, Jan 18, 2015 at 12:05 AM, Harsha wrote: > I don't see any failures in tests with the latest trunk or 0.8.2. I ran > it few times in a loop. > -Harsha > > On Sat, Jan 17, 2015, at 08:38 AM, M

Re: [kafka-clients] [VOTE] 0.8.2.0 Candidate 2

2015-01-21 Thread Manikumar Reddy
All links are pointing to https://people.apache.org/~junrao/kafka-0.8.2.0-candidate1/. They should be https://people.apache.org/~junrao/kafka-0.8.2.0-candidate2/ right? On Tue, Jan 20, 2015 at 8:32 AM, Jun Rao wrote: > This is the second candidate for release of Apache Kafka 0.8.2.0. There > ha

Re: [kafka-clients] [VOTE] 0.8.2.0 Candidate 2

2015-01-21 Thread Manikumar Reddy
Also Maven artifacts link is not correct On Wed, Jan 21, 2015 at 9:50 PM, Jun Rao wrote: > Yes, will send out a new email with the correct links. > > Thanks, > > Jun > > On Wed, Jan 21, 2015 at 3:12 AM, Manikumar Reddy > wrote: > >> All links are pointin

Re: [kafka-clients] [VOTE] 0.8.2.0 Candidate 2

2015-01-21 Thread Manikumar Reddy
Ok, got it. Link is different from Release Candidate 1. On Wed, Jan 21, 2015 at 10:01 PM, Jun Rao wrote: > Is it? You just need to navigate into org, then apache, then kafka, etc. > > Thanks, > > Jun > > On Wed, Jan 21, 2015 at 8:28 AM, Manikumar Reddy > wrote: > &

Re: [kafka-clients] Re: [VOTE] 0.8.2.0 Candidate 2 (with the correct links)

2015-01-26 Thread Manikumar Reddy
+1 (Non-binding) Verified source package, unit tests, release build, topic deletion, compaction and random testing On Mon, Jan 26, 2015 at 6:14 AM, Neha Narkhede wrote: > +1 (binding) > Verified keys, quick start, unit tests. > > On Sat, Jan 24, 2015 at 4:26 PM, Joe Stein wrote: > > > That make

Re: Cannot stop Kafka server if zookeeper is shutdown first

2015-02-03 Thread Manikumar Reddy
I think we should consider to moving to apache curator (KAFKA-873). Curator is now more mature and a apache top-level project. On Wed, Feb 4, 2015 at 11:29 AM, Harsha wrote: > Any reason not to go with apache curator http://curator.apache.org/ . > -Harsha > On Tue, Feb 3, 2015, at 09:55 PM, Gu

Re: gradle testAll stuck

2015-02-12 Thread Manikumar Reddy
This may be due to the recent issue reported by Gwen. https://issues.apache.org/jira/browse/KAFKA-1948 On 2/12/15, Joel Koshy wrote: > - Can you enable test logging (see the README) and see if you can > figure out which test is getting stuck or taking forever? > - A thread-dump may help. > > O

Re: Scala IDE debugging Unit Test Issues

2015-02-19 Thread Manikumar Reddy
Wiki link on Eclipse setup: https://cwiki.apache.org/confluence/display/KAFKA/Eclipse-Scala-Gradle-Git+Developement+Environment+Setup On Thu, Feb 19, 2015 at 10:03 PM, Jonathan Rafalski < jonathan.rafal...@gmail.com> wrote: > Hello again, > > Sorry again to send you guys such a generic error.

Re: problems submitting patch set for review and a bit of solution

2015-03-08 Thread Manikumar Reddy
Hi, jira.ini file should be in your home directory. Otherwise it prompts you for jira username and password. https://cwiki.apache.org/confluence/display/KAFKA/Patch+submission+and+review Manikumar On Mon, Mar 9, 2015 at 9:15 AM, Tong Li wrote: > > > While trying to submit a re

[jira] [Commented] (KAFKA-4788) Broker level configuration 'log.segment.bytes' not used when 'segment.bytes' not configured per topic.

2017-02-23 Thread Manikumar (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15880281#comment-15880281 ] Manikumar commented on KAFKA-4788: -- looks like KAFKA-4092 change introduced this i

Re: [ANNOUNCE] New committer: Ismael Juma

2016-04-25 Thread Manikumar Reddy
Congrats Ismael!! On Tue, Apr 26, 2016 at 12:03 PM, Ashish Singh wrote: > Congrats Ismael, well deserved! > > On Monday, April 25, 2016, Guozhang Wang wrote: > > > Congrats Ismael! > > > > On Mon, Apr 25, 2016 at 10:52 PM, Neha Narkhede > > wrote: > > > > > The PMC for Apache Kafka has invited

Re: [DISCUSS] Deprecating the old Scala producers for the next release

2016-02-22 Thread Manikumar Reddy
+1 It will be great If we can completely close below issue. https://issues.apache.org/jira/browse/KAFKA-1843 On Tue, Feb 23, 2016 at 3:25 AM, Joel Koshy wrote: > +1 > > Thanks for bringing it up > > On Mon, Feb 22, 2016 at 9:36 AM, Ismael Juma wrote: > > > Hi all, > > > > The new Java produc

Re: [DISCUSSION] Kafka 0.8.2.2 release?

2015-08-14 Thread Manikumar Reddy
+1 for 0.8.2.2 release On Fri, Aug 14, 2015 at 5:49 PM, Ismael Juma wrote: > I think this is a good idea as the change is minimal on our side and it has > been tested in production for some time by the reporter. > > Best, > Ismael > > On Fri, Aug 14, 2015 at 1:15 PM, Jun Rao wrote: > > > Hi, E

Re: KAFKA-2364 migrate docs from SVN to git

2015-08-19 Thread Manikumar Reddy
Hi, We have raised a Apache Infra ticket for migrating site docs from svn -> git . Currently, the gitwcsub client only supports using the "asf-site" branch for site docs. Infra team is suggesting to create new git repo for site docs. Infra ticket here: https://issues.apache.org/jira

Re: KAFKA-2364 migrate docs from SVN to git

2015-08-19 Thread Manikumar Reddy
oops.. i did not check Ismail's mail. On Wed, Aug 19, 2015 at 9:25 PM, Manikumar Reddy wrote: > Hi, > > We have raised a Apache Infra ticket for migrating site docs from svn > -> git . > Currently, the gitwcsub client only supports using the "asf-site"

Re: KAFKA-2364 migrate docs from SVN to git

2015-08-19 Thread Manikumar Reddy
9, 2015 at 8:56 AM, Manikumar Reddy > wrote: > > > oops.. i did not check Ismail's mail. > > > > On Wed, Aug 19, 2015 at 9:25 PM, Manikumar Reddy > > wrote: > > > > > Hi, > > > > > > We have raised a Apache Infra ticket for mi

Re: KAFKA-2364 migrate docs from SVN to git

2015-08-20 Thread Manikumar Reddy
Also can we migrate svn repo to git repo? This will help us to fix occasional doc changes/bug fixes through github PR. On Thu, Aug 20, 2015 at 4:04 AM, Guozhang Wang wrote: > Gwen: I remembered it wrong. We would not need another round of voting. > > On Wed, Aug 19, 2015 at 3:06 PM, Gwen Shap

Re: KAFKA-2364 migrate docs from SVN to git

2015-08-21 Thread Manikumar Reddy
Hi All, Can we finalize the approach? So that we can proceed further. 1. Gwen's suggestion + existing svn repo 2. Gwen's suggestion + new git repo for docs kumar On Thu, Aug 20, 2015 at 11:48 PM, Manikumar Reddy wrote: > Also can we migrate svn repo to git repo? This will h

Re: KAFKA-2364 migrate docs from SVN to git

2015-08-24 Thread Manikumar Reddy
nt to clone the repo for the generated site, we can > use the same tools as we do for the code repo and we can watch for changes > on GitHub, etc. > > Ismael > > On Fri, Aug 21, 2015 at 1:34 PM, Manikumar Reddy > wrote: > > > Hi All, > > > > Can we finalize th

Re: KAFKA-2364 migrate docs from SVN to git

2015-08-26 Thread Manikumar Reddy
//git-wip-us.apache.org/repos/asf/kafka-site.git Hope this clears the confusion. Kumar I thought Gwen's suggestion was to us a separate folder in the same repo for docs instead of a separate branch, Gwen can correct me if I was wrong? Guozhang On Mon, Aug 24, 2015 at 10:31 AM, Manikumar Reddy

Copying latest version docs to kafka repo

2015-08-26 Thread Manikumar Reddy
Hi Kafka Devs, Current svn website has the following directory structure. 082/ 083/ code.html coding-guide.html committers.html contact.html contributing.html diagrams/ documentation.html downloads.html images includes/ index.html I will be coping

Re: Do not log value of configs that Kafka doesn't recognize

2016-08-17 Thread Manikumar Reddy
During server/client startup, we are logging all the supplied configs. May be we can just mask the password related config values for both valid/invalid configs. On Wed, Aug 17, 2016 at 5:14 PM, Jaikiran Pai wrote: > Any opinion about this proposed change? > > -Jaikiran > > On Tuesday 16 August

Re: [VOTE] KIP-74: Add FetchResponse size limit in bytes

2016-08-18 Thread Manikumar Reddy
+1 (non-binding) This feature help us control memory footprint and allows consumer to progress on fetching large messages. On Fri, Aug 19, 2016 at 10:32 AM, Gwen Shapira wrote: > +1 (binding) > > On Thu, Aug 18, 2016 at 1:47 PM, Andrey L. Neporada > wrote: > > Hi all! > > I’ve modified KIP-74

Re: WARN log message flooding broker logs for a pretty typical SSL setup

2016-09-05 Thread Manikumar Reddy
We don't need JIRA for minor PRs. Just prefix "MINOR:" to PR title. On Tue, Sep 6, 2016 at 9:16 AM, Jaikiran Pai wrote: > Thanks Ismael, I'll raise a PR for this. As a process, is there a JIRA > that's expected to be filed for this before I raise a PR or would this be > OK without a JIRA? > > -J

Re: Not able to download tests jar of kafka and kafka-streams from maven repo.

2016-09-12 Thread Manikumar Reddy
Hi, Kafka uses "test" as classifier (default is "tests" ) for test jars. We can add test parameter to dependency tag to resolve the error. org.apache.kafka kafka-streams 0.10.0.0 test-jar test Thanks Ma

Re: Not able to download tests jar of kafka and kafka-streams from maven repo.

2016-09-12 Thread Manikumar Reddy
adding missing classifier parameter.. org.apache.kafka kafka-streams 0.10.0.0 test-jar test On Tue, Sep 13, 2016 at 12:07 PM, Manikumar Reddy wrote: > Hi, > > Kafka uses "test" as classifier (default is "tests" ) for test jars. > We can add test paramete

[jira] [Resolved] (KAFKA-8698) ListOffsets Response protocol documentation

2019-08-23 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-8698. -- Fix Version/s: 2.4.0 Resolution: Fixed > ListOffsets Response protocol documentat

[jira] [Created] (KAFKA-8860) SslPrincipalMapper should handle distinguished names with spaces

2019-09-02 Thread Manikumar (Jira)
Manikumar created KAFKA-8860: Summary: SslPrincipalMapper should handle distinguished names with spaces Key: KAFKA-8860 URL: https://issues.apache.org/jira/browse/KAFKA-8860 Project: Kafka

[jira] [Resolved] (KAFKA-8860) SslPrincipalMapper should handle distinguished names with spaces

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

[jira] [Resolved] (KAFKA-8892) Display the sorted configs in Kafka Configs Help Command.

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

[jira] [Resolved] (KAFKA-6883) KafkaShortnamer should allow to convert Kerberos principal name to upper case user name

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

[jira] [Resolved] (KAFKA-8907) Return topic configs in CreateTopics response

2019-10-07 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-8907. -- Reviewer: Manikumar Reddy Resolution: Fixed > Return topic configs in CreateTopics respo

[jira] [Resolved] (KAFKA-8669) Add java security providers in Kafka Security config

2019-10-07 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-8669. -- Fix Version/s: 2.4.0 Assignee: Sai Sandeep Resolution: Fixed Fixed in https

[jira] [Resolved] (KAFKA-8696) Clean up Sum/Count/Total metrics

2019-10-07 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-8696. -- Resolution: Fixed > Clean up Sum/Count/Total metr

[jira] [Resolved] (KAFKA-7800) Extend Admin API to support dynamic application log levels

2019-10-07 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-7800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-7800. -- Fix Version/s: 2.4.0 Resolution: Fixed > Extend Admin API to support dynamic application

[jira] [Resolved] (KAFKA-7471) Multiple Consumer Group Management (Describe, Reset, Delete)

2019-10-07 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-7471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-7471. -- Fix Version/s: 2.4.0 Resolution: Fixed > Multiple Consumer Group Management (Describe, Re

[jira] [Resolved] (KAFKA-6263) Expose metric for group metadata loading duration

2019-10-07 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-6263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-6263. -- Fix Version/s: 2.4.0 Resolution: Fixed > Expose metric for group metadata loading durat

[jira] [Resolved] (KAFKA-8482) alterReplicaLogDirs should be better documented

2019-10-20 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-8482. -- Fix Version/s: (was: 2.4.0) 2.5.0 Resolution: Fixed

[jira] [Created] (KAFKA-9077) System Test Failure: StreamsSimpleBenchmarkTest

2019-10-22 Thread Manikumar (Jira)
Manikumar created KAFKA-9077: Summary: System Test Failure: StreamsSimpleBenchmarkTest Key: KAFKA-9077 URL: https://issues.apache.org/jira/browse/KAFKA-9077 Project: Kafka Issue Type: Bug

[jira] [Created] (KAFKA-9078) System Test Failure: ConnectRestApiTest

2019-10-22 Thread Manikumar (Jira)
Manikumar created KAFKA-9078: Summary: System Test Failure: ConnectRestApiTest Key: KAFKA-9078 URL: https://issues.apache.org/jira/browse/KAFKA-9078 Project: Kafka Issue Type: Bug Affects

[jira] [Created] (KAFKA-9079) System Test Failure: TransactionsTest

2019-10-22 Thread Manikumar (Jira)
Manikumar created KAFKA-9079: Summary: System Test Failure: TransactionsTest Key: KAFKA-9079 URL: https://issues.apache.org/jira/browse/KAFKA-9079 Project: Kafka Issue Type: Bug Affects

[jira] [Created] (KAFKA-9080) System Test Failure: MessageFormatChangeTest.testCompatibilty

2019-10-22 Thread Manikumar (Jira)
Manikumar created KAFKA-9080: Summary: System Test Failure: MessageFormatChangeTest.testCompatibilty Key: KAFKA-9080 URL: https://issues.apache.org/jira/browse/KAFKA-9080 Project: Kafka Issue

[jira] [Resolved] (KAFKA-9078) System Test Failure: ConnectRestApiTest

2019-10-23 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-9078. -- Resolution: Fixed > System Test Failure: ConnectRestApiT

[jira] [Resolved] (KAFKA-9080) System Test Failure: MessageFormatChangeTest.testCompatibilty

2019-11-01 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-9080. -- Resolution: Fixed > System Test Failure: MessageFormatChangeTest.testCompatibi

[jira] [Resolved] (KAFKA-9079) System Test Failure: TransactionsTest

2019-11-06 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-9079. -- Fix Version/s: (was: 2.5.0) 2.4.0 Resolution: Fixed Issue resolved by

[jira] [Resolved] (KAFKA-9140) Consumer gets stuck rejoining the group indefinitely

2019-11-06 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-9140. -- Assignee: Guozhang Wang Resolution: Fixed > Consumer gets stuck rejoining the group indefinit

[jira] [Resolved] (KAFKA-9150) DescribeGroup uses member assignment as metadata

2019-11-06 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-9150. -- Resolution: Fixed > DescribeGroup uses member assignment as metad

[jira] [Resolved] (KAFKA-8677) Flakey test GroupEndToEndAuthorizationTest#testNoDescribeProduceOrConsumeWithoutTopicDescribeAcl

2019-11-08 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-8677. -- Assignee: Guozhang Wang Resolution: Fixed > Flakey test > GroupEndToEndAuthorizati

[jira] [Resolved] (KAFKA-8984) Improve tagged fields documentation

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

[jira] [Created] (KAFKA-9176) Flaky test failure: OptimizedKTableIntegrationTest.shouldApplyUpdatesToStandbyStore

2019-11-12 Thread Manikumar (Jira)
Manikumar created KAFKA-9176: Summary: Flaky test failure: OptimizedKTableIntegrationTest.shouldApplyUpdatesToStandbyStore Key: KAFKA-9176 URL: https://issues.apache.org/jira/browse/KAFKA-9176 Project

[jira] [Resolved] (KAFKA-9046) Connect worker configs require undocumented 'admin.' prefix to configure DLQ for connectors

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

[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-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

[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

[jira] [Resolved] (KAFKA-15243) User creation mismatch

2023-07-26 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-15243. --- Fix Version/s: 3.6.0 Resolution: Fixed > User creation misma

[jira] [Resolved] (KAFKA-15273) Log common name of expired client certificate

2023-09-15 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-15273. --- Fix Version/s: 3.7.0 Resolution: Fixed > Log common name of expired client certific

[jira] [Created] (KAFKA-15502) Handle large keystores in SslEngineValidator

2023-09-25 Thread Manikumar (Jira)
Manikumar created KAFKA-15502: - Summary: Handle large keystores in SslEngineValidator Key: KAFKA-15502 URL: https://issues.apache.org/jira/browse/KAFKA-15502 Project: Kafka Issue Type: Bug

[jira] [Resolved] (KAFKA-15502) Handle large keystores in SslEngineValidator

2023-10-08 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-15502. --- Fix Version/s: 3.4.2 3.5.2 3.7.0 3.6.1

[jira] [Resolved] (KAFKA-14927) Dynamic configs not validated when using kafka-configs and --add-config-file

2023-10-10 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-14927. --- Fix Version/s: 3.7.0 Assignee: Aman Singh (was: José Armando García Sancio

[jira] [Created] (KAFKA-15904) Downgrade tests are failing with directory.id 

2023-11-27 Thread Manikumar (Jira)
Manikumar created KAFKA-15904: - Summary: Downgrade tests are failing with directory.id  Key: KAFKA-15904 URL: https://issues.apache.org/jira/browse/KAFKA-15904 Project: Kafka Issue Type: Bug

[jira] [Resolved] (KAFKA-16826) Integrate Native Kafka Docker Image with github Actions

2024-05-23 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-16826. --- Fix Version/s: 3.8.0 Resolution: Fixed > Integrate Native Kafka Docker Image with git

[jira] [Resolved] (KAFKA-15726) KRaft support in ProduceRequestTest

2024-01-09 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-15726. --- Fix Version/s: 3.8.0 Resolution: Fixed > KRaft support in ProduceRequestT

[jira] [Resolved] (KAFKA-15735) KRaft support in SaslMultiMechanismConsumerTest

2024-01-09 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-15735. --- Fix Version/s: 3.8.0 Resolution: Fixed > KRaft support in SaslMultiMechanismConsumerT

[jira] [Resolved] (KAFKA-15738) KRaft support in ConsumerWithLegacyMessageFormatIntegrationTest

2024-01-12 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-15738. --- Fix Version/s: 3.8.0 Resolution: Fixed > KRaft support

[jira] [Reopened] (KAFKA-16310) ListOffsets doesn't report the offset with maxTimestamp anymore

2024-03-27 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar reopened KAFKA-16310: --- > ListOffsets doesn't report the offset with maxTimestamp

[jira] [Resolved] (KAFKA-16473) KafkaDockerWrapper uses wrong cluster ID when formatting log dir

2024-04-11 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-16473. --- Fix Version/s: 3.8.0 3.7.1 Resolution: Fixed > KafkaDockerWrapper u

[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-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

[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] [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

[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] [Resolved] (KAFKA-14063) Kafka message parsing can cause ooms with small antagonistic payloads

2022-09-19 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-14063. --- Resolution: Fixed > Kafka message parsing can cause ooms with small antagonistic paylo

[jira] [Resolved] (KAFKA-14212) Fetch error response when hitting public OAuth/OIDC provider

2022-09-20 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-14212. --- Fix Version/s: 3.4.0 Resolution: Fixed > Fetch error response when hitting public OAuth/O

[jira] [Resolved] (KAFKA-13518) Update gson dependency

2022-10-24 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-13518. --- Fix Version/s: 3.4.0 Resolution: Fixed > Update gson depende

[jira] [Resolved] (KAFKA-14320) Upgrade Jackson for CVE fix

2022-11-18 Thread Manikumar (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar resolved KAFKA-14320. --- Resolution: Fixed > Upgrade Jackson for CVE

[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

[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-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

[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 > - > >

[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] [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] [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 > - > >

[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] [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] [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

[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] [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

[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

[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-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] [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-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

<    5   6   7   8   9   10   11   12   13   14   >