Re: Perf producer/consumers for compacted topics

2016-05-18 Thread Manikumar Reddy
Hi, There is a kafka.tools.TestLogCleaning tool, which is used to stress test the compaction feature. This tool validates the correctness of compaction process. This tool can be improved for perf testing. I think you want to benchmark server side compaction process. Currently we have few compact

Apache Kafka JIRA Worflow: Add Closed -> Reopen transition

2016-05-20 Thread Manikumar Reddy
Jun/Ismail, I requested Apache Infra to change JIRA workflow to add Closed -> Reopen transition. https://issues.apache.org/jira/browse/INFRA-11857 Let me know, If any concerns Manikumar

Re: Apache Kafka JIRA Worflow: Add Closed -> Reopen transition

2016-05-20 Thread Manikumar Reddy
e: > Manikumar, > Any reason for this. Before the workflow is to open > a new JIRA if a JIRA closed. > -Harsha > > On Fri, May 20, 2016, at 08:54 PM, Manikumar Reddy wrote: > > Jun/Ismail, > > > > I requested Apache Infra to change JIRA w

Re: [VOTE] KIP-58 - Make Log Compaction Point Configurable

2016-05-25 Thread Manikumar Reddy
+1 (non binding) On Wed, May 25, 2016 at 4:03 PM, Tom Crayford wrote: > +1 (non binding) > > Agree on log.cleaner.compaction.delay.ms being the better name. > > I think this setting is going to be extremely hard to tune for users, and > worry about adding yet more configuration - Kafka already h

Re: [VOTE] KIP-62: Allow consumer to send heartbeats from a background thread

2016-06-17 Thread Manikumar Reddy
+1 (non-binding) On Fri, Jun 17, 2016 at 3:37 PM, Rajini Sivaram < rajinisiva...@googlemail.com> wrote: > +1 (non-binding) > > On Fri, Jun 17, 2016 at 4:45 AM, Grant Henke wrote: > > > +1 > > > > On Thu, Jun 16, 2016 at 8:50 PM, tao xiao wrote: > > > > > +1 > > > > > > On Fri, 17 Jun 2016 at 09

Re: [VOTE] KIP-4 Create Topics Schema

2016-06-20 Thread Manikumar Reddy
+1 (non-binding) On Tue, Jun 21, 2016 at 9:16 AM, Ewen Cheslack-Postava wrote: > +1 (binding) and thanks for the work on this Grant! > > -Ewen > > On Mon, Jun 20, 2016 at 12:18 PM, Gwen Shapira wrote: > > > +1 (binding) > > > > On Mon, Jun 20, 2016 at 12:13 PM, Tom Crayford > > wrote: > > > +1

consumer.subscribe(Pattern p , ..) method fails with Authorizer

2016-07-07 Thread Manikumar Reddy
Hi, consumer.subscribe(Pattern p , ..) method implementation tries to get metadata of all the topics. This will throw TopicAuthorizationException on internal topics and other unauthorized topics. We may need to move the pattern matching to sever side. Is this know issue?. If not, I will raise JIR

Re: [DISCUSS] KIP-4 ACL Admin Schema

2016-07-14 Thread Manikumar Reddy
Hi, Can we allow ListAcls to take list of resources? This may help when we have many associated resources under same principal. Thanks Manikumar On Fri, Jul 15, 2016 at 11:15 AM, Gwen Shapira wrote: > Thank you, Grant. This is lovely :) > > Few comments / requests for clarifications below: >

Re: [kafka-clients] [VOTE] 0.10.0.1 RC1

2016-08-03 Thread Manikumar Reddy
Hi, There are two versions of slf4j-log4j jar in the build. (1.6.1, 1.7.21). slf4j-log4j12-1.6.1.jar is coming from streams:examples module. Thanks, Manikumar On Tue, Aug 2, 2016 at 8:31 PM, Ismael Juma wrote: > Hello Kafka users, developers and client-developers, > > This is the second candid

Re: [kafka-clients] [VOTE] 0.10.0.1 RC2

2016-08-05 Thread Manikumar Reddy
ka-0.10.0.1-rc2/RELEASE_NOTES.html >> >> When compared to RC1, RC2 contains a fix for a regression where an older >> version of slf4j-log4j12 was also being included in the libs folder of the >> binary tarball (KAFKA-4008). Thanks to Manikumar Reddy for reporting the >&g

Re: [VOTE] KIP-70: Revise Partition Assignment Semantics on New Consumer's Subscription Change

2016-08-10 Thread Manikumar Reddy
+1 (non-binding) On Wed, Aug 10, 2016 at 8:30 AM, Ewen Cheslack-Postava wrote: > +1 (binding), thanks for working on this Vahid. > > @Dana - See https://cwiki.apache.org/confluence/display/KAFKA/Bylaws re: > binding/non-binding, although I now notice that we specify criteria (lazy > majority) on

[Test Mail] Kafka JIRAs Waiting for Review

2015-05-25 Thread manikumar . reddy

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 reviewboard req

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 Manikumar On Tue, Sep

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

Re: KAFKA-2364 migrate docs from SVN to git

2015-09-02 Thread Manikumar Reddy
us.apache.org/repos/asf/kafka-site.git Kumar On Wed, Aug 26, 2015 at 7:43 PM, Manikumar Reddy wrote: > Hi Guozhang, > > Our plan is to follow Gwen's suggested approach and migrate the existing > svn site repo to new git repo. > > (1) Gwen's suggestion will help

Re: [VOTE] 0.8.2.2 Candidate 1

2015-09-09 Thread Manikumar Reddy
+1 (non-binding). verified the artifacts, quick start. On Wed, Sep 9, 2015 at 2:41 AM, Ashish wrote: > +1 (non-binding) > > Ran the build, works fine. All test cases passed > > On Thu, Sep 3, 2015 at 9:22 AM, Jun Rao wrote: > > This is the first candidate for release of Apache Kafka 0.8.2.2. Th

Re: KAFKA-2364 migrate docs from SVN to git

2015-09-15 Thread Manikumar Reddy
w repository? it looks > like you already got a new repository, so why do we need a branch as well? > > > > On Wed, Sep 2, 2015 at 8:11 AM, Manikumar Reddy > wrote: > > > Jun/Gwen/Guozhang, > >Need your help to complete this. > > > > (1) Copy latest d

Re: [ANNOUNCE] New Committer Sriharsha Chintalapani

2015-09-21 Thread Manikumar Reddy
congrats harsha! On Tue, Sep 22, 2015 at 9:48 AM, Dong Lin wrote: > Congratulations Sriharsha! > > Dong > > On Tue, Sep 22, 2015 at 4:17 AM, Guozhang Wang wrote: > > > Congrats Sriharsha! > > > > Guozhang > > > > On Mon, Sep 21, 2015 at 9:10 PM, Jun Rao wrote: > > > > > I am pleased to announc

Re: KAFKA-2364 migrate docs from SVN to git

2015-10-02 Thread Manikumar Reddy
to show this in our website? > > Next steps: > 1) Minor fix to PR 171 > 2) Merge PR 171 > 3) Get Apache to show our git site > 4) Update wiki with "contributing to docs" process > > Gwen > > > > On Tue, Sep 15, 2015 at 8:40 AM, Manikumar Reddy > wrote: >

Re: KAFKA-2364 migrate docs from SVN to git

2015-10-03 Thread Manikumar Reddy
th infra on our github site > 2. Update the docs contribution guide > 3. Update the release guide (since we are releasing docs as part of our > release artifacts) > > Mani, I assume you are on those? > Anything I'm missing? > > Gwen > > On Fri, Oct 2, 2015 at 11:28 P

Re: KAFKA-2364 migrate docs from SVN to git

2015-10-05 Thread Manikumar Reddy
Hi Gwen, Kafka site is updated to use Git repo. We can now push any site changes to git web site repo. 1) "Contributing website changes" wiki page: https://cwiki.apache.org/confluence/display/KAFKA/Contributing+Website+Documentation+Changes 2) "Website update process" added to Release Process wi

Re: KAFKA-2364 migrate docs from SVN to git

2015-10-06 Thread Manikumar Reddy
mand used to do this as well? > Yes, updated the wiki page. > > Ismael > > On Tue, Oct 6, 2015 at 3:37 AM, Manikumar Reddy > wrote: > > > Hi Gwen, > > > > Kafka site is updated to use Git repo. We can now push any site changes > to > > git web site rep

Re: automatic topic creation question

2014-09-26 Thread Manikumar Reddy
Hi, I see a single partition for the newly created topic, and it has > only one replica. Is there a way to specify a replication factor greater > than 1? > you can set default.replication.factor config property, This property is used to set default replication factor for auto created topics.

Re: [VOTE] 0.8.2-beta Release Candidate 1

2014-10-25 Thread Manikumar Reddy
+1 (non-binding). Verified the source and binary releases. Regards, Manikumar

Re: Welcome Kafka's newest committer

2014-11-19 Thread Manikumar Reddy
Congrats! On Thu, Nov 20, 2014 at 8:04 AM, Jun Rao wrote: > Guozhang, > > Congratulations! Thanks a lot for all your work. > > Jun > > On Wed, Nov 19, 2014 at 4:05 PM, Neha Narkhede > wrote: > > > Hi everyone, > > > > I'm very happy to announce that the Kafka PMC has invited Guozhang Wang > to

Re: [DISCUSSION] adding the serializer api back to the new java producer

2014-11-25 Thread Manikumar Reddy
+1 for this change. what about de-serializer class in 0.8.2? Say i am using new producer with Avro and old consumer combination. then i need to give custom Decoder implementation for Avro right?. On Tue, Nov 25, 2014 at 9:19 PM, Joe Stein wrote: > The serializer is an expected use of the prod

[jira] [Updated] (KAFKA-2159) offsets.topic.segment.bytes and offsets.topic.retention.minutes are ignored

2016-05-17 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar Reddy updated KAFKA-2159: --- Resolution: Duplicate Status: Resolved (was: Patch Available

[jira] [Updated] (KAFKA-2800) Update outdated dependencies

2016-05-20 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar Reddy updated KAFKA-2800: --- Status: Reopened (was: Closed) > Update outdated dependenc

[jira] [Resolved] (KAFKA-2800) Update outdated dependencies

2016-05-20 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar Reddy resolved KAFKA-2800. Resolution: Fixed > Update outdated dependenc

[jira] [Updated] (KAFKA-3219) Long topic names mess up broker topic state

2016-05-20 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar Reddy updated KAFKA-3219: --- Status: Reopened (was: Closed) > Long topic names mess up broker topic st

[jira] [Resolved] (KAFKA-3219) Long topic names mess up broker topic state

2016-05-20 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar Reddy resolved KAFKA-3219. Resolution: Fixed > Long topic names mess up broker topic st

[jira] [Updated] (KAFKA-2547) Make DynamicConfigManager to use the ZkNodeChangeNotificationListener introduced as part of KAFKA-2211

2016-05-20 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar Reddy updated KAFKA-2547: --- Status: Reopened (was: Closed) > Make DynamicConfigManager to use

[jira] [Resolved] (KAFKA-2547) Make DynamicConfigManager to use the ZkNodeChangeNotificationListener introduced as part of KAFKA-2211

2016-05-20 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar Reddy resolved KAFKA-2547. Resolution: Fixed > Make DynamicConfigManager to use the ZkNodeChangeNotificationListe

[jira] [Updated] (KAFKA-2651) Remove deprecated config alteration from TopicCommand in 0.9.1.0

2016-06-05 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar Reddy updated KAFKA-2651: --- Fix Version/s: 0.11.0.0 > Remove deprecated config alteration from TopicCommand in 0.9.

[jira] [Updated] (KAFKA-3802) log mtimes reset on broker restart

2016-06-15 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar Reddy updated KAFKA-3802: --- Status: Patch Available (was: Open) > log mtimes reset on broker rest

[jira] [Updated] (KAFKA-3950) kafka mirror maker tool is not respecting whitelist option

2016-07-11 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar Reddy updated KAFKA-3950: --- consumer.subscribe(Pattern p , ..) method is failing when authorizer is enabled. irrespective of

[jira] [Commented] (KAFKA-3950) kafka mirror maker tool is not respecting whitelist option

2016-07-12 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15373115#comment-15373115 ] Manikumar Reddy commented on KAFKA-3950: I was also thinking similar l

[jira] [Commented] (KAFKA-3961) broker sends malformed response when switching from no compression to snappy/gzip

2016-07-13 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15375342#comment-15375342 ] Manikumar Reddy commented on KAFKA-3961: you can try DumpLogSegments tools t

[jira] [Resolved] (KAFKA-3102) Kafka server unable to connect to zookeeper

2016-07-15 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar Reddy resolved KAFKA-3102. Resolution: Duplicate > Kafka server unable to connect to zookee

[jira] [Commented] (KAFKA-3102) Kafka server unable to connect to zookeeper

2016-07-15 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15379135#comment-15379135 ] Manikumar Reddy commented on KAFKA-3102: [~liuxinjian] There is no kafka i

[jira] [Updated] (KAFKA-2213) Log cleaner should write compacted messages using configured compression type

2016-07-15 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar Reddy updated KAFKA-2213: --- Resolution: Duplicate Status: Resolved (was: Patch Available) This duplicate of

[jira] [Commented] (KAFKA-3102) Kafka server unable to connect to zookeeper

2016-07-15 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15379198#comment-15379198 ] Manikumar Reddy commented on KAFKA-3102: Subscribe to user mailing

[jira] [Commented] (KAFKA-3980) JmxReporter uses excessive memory causing OutOfMemoryException

2016-07-20 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15387174#comment-15387174 ] Manikumar Reddy commented on KAFKA-3980: This may due to increasing in cl

[jira] [Commented] (KAFKA-3980) JmxReporter uses excessive memory causing OutOfMemoryException

2016-07-23 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15390792#comment-15390792 ] Manikumar Reddy commented on KAFKA-3980: [~ajorgensen] Can you enable debug

[jira] [Comment Edited] (KAFKA-3980) JmxReporter uses excessive memory causing OutOfMemoryException

2016-07-23 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15390792#comment-15390792 ] Manikumar Reddy edited comment on KAFKA-3980 at 7/23/16 6:2

[jira] [Commented] (KAFKA-3992) InstanceAlreadyExistsException Error for Consumers Starting in Parallel

2016-07-26 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15393962#comment-15393962 ] Manikumar Reddy commented on KAFKA-3992: looks like you are giving same clien

[jira] [Commented] (KAFKA-3950) kafka mirror maker tool is not respecting whitelist option

2016-07-29 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15399444#comment-15399444 ] Manikumar Reddy commented on KAFKA-3950: [~ijuma] Can we include this in 0.10

[jira] [Updated] (KAFKA-3950) kafka mirror maker tool is not respecting whitelist option

2016-07-30 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar Reddy updated KAFKA-3950: --- Affects Version/s: 0.10.0.0 > kafka mirror maker tool is not respecting whitelist opt

[jira] [Updated] (KAFKA-3950) kafka mirror maker tool is not respecting whitelist option

2016-07-30 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar Reddy updated KAFKA-3950: --- Reviewer: Ismael Juma Fix Version/s: 0.10.0.1 > kafka mirror maker tool is

[jira] [Updated] (KAFKA-3950) kafka mirror maker tool is not respecting whitelist option

2016-07-30 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar Reddy updated KAFKA-3950: --- Affects Version/s: (was: 0.10.0.0) 0.9.0.0 > kafka mirror ma

[jira] [Resolved] (KAFKA-1612) Consumer offsets auto-commit before processing finishes

2016-08-10 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar Reddy resolved KAFKA-1612. Resolution: Won't Fix Closing this issue in favor new consumer API. > Consumer

[jira] [Commented] (KAFKA-1884) Print metadata response errors

2015-04-17 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14501112#comment-14501112 ] Manikumar Reddy commented on KAFKA-1884: [~guozhang] can you review this tri

[jira] [Created] (KAFKA-2131) Update new producer javadocs with correct documentation links

2015-04-17 Thread Manikumar Reddy (JIRA)
Manikumar Reddy created KAFKA-2131: -- Summary: Update new producer javadocs with correct documentation links Key: KAFKA-2131 URL: https://issues.apache.org/jira/browse/KAFKA-2131 Project: Kafka

[jira] [Updated] (KAFKA-2131) Update new producer javadocs with correct documentation links

2015-04-17 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar Reddy updated KAFKA-2131: --- Description: New producer java docs are referring to old producer documentation. > Upd

[jira] [Updated] (KAFKA-2131) Update new producer javadocs with correct documentation links

2015-04-17 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar Reddy updated KAFKA-2131: --- Status: Patch Available (was: Open) > Update new producer javadocs with corr

[jira] [Commented] (KAFKA-2131) Update new producer javadocs with correct documentation links

2015-04-17 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14501144#comment-14501144 ] Manikumar Reddy commented on KAFKA-2131: Created reviewboard h

Review Request 33334: Patch for KAFKA-2131

2015-04-17 Thread Manikumar Reddy O
/producer/ProducerConfig.java ca1c7fedbde7f53d64426da3a1aa3aeeafd2e9ad Diff: https://reviews.apache.org/r/4/diff/ Testing --- Thanks, Manikumar Reddy O

[jira] [Updated] (KAFKA-2131) Update new producer javadocs with correct documentation links

2015-04-17 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar Reddy updated KAFKA-2131: --- Attachment: KAFKA-2131.patch > Update new producer javadocs with correct documentation li

[jira] [Commented] (KAFKA-1581) Log cleaner should have an option to ignore messages without keys

2015-04-18 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14501228#comment-14501228 ] Manikumar Reddy commented on KAFKA-1581: [~jjkoshy] I think this can be cl

[jira] [Commented] (KAFKA-1758) corrupt recovery file prevents startup

2015-04-18 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14501295#comment-14501295 ] Manikumar Reddy commented on KAFKA-1758: [~jkreps] Can I get review for

Re: Review Request 30801: Patch for KAFKA-1758

2015-05-09 Thread Manikumar Reddy O
/diff/ Testing --- Thanks, Manikumar Reddy O

[jira] [Commented] (KAFKA-1758) corrupt recovery file prevents startup

2015-05-09 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14536267#comment-14536267 ] Manikumar Reddy commented on KAFKA-1758: Updated reviewboard h

[jira] [Updated] (KAFKA-1758) corrupt recovery file prevents startup

2015-05-09 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar Reddy updated KAFKA-1758: --- Attachment: KAFKA-1758_2015-05-09_12:29:20.patch > corrupt recovery file prevents star

Re: Review Request 30801: Patch for KAFKA-1758

2015-05-09 Thread Manikumar Reddy O
tException? > > Seems like a fix that applies to all errors. > > > > Also, worth changing the error message to a more generic statement > > about the problem and the fix (resetting the recovery checkpoint to 0). Yes, we can catch other exce

Re: Review Request 24214: Patch for KAFKA-1374

2015-05-18 Thread Manikumar Reddy O
data produced, 1136608 rows of data consumed (88.6% reduction). De-duplicating and validating output files... Validated 899853 values, 0 mismatches. Thanks, Manikumar Reddy O

Re: Review Request 24214: Patch for KAFKA-1374

2015-05-18 Thread Manikumar Reddy O
It would be preferable to avoid > > having this compression logic in different places. moved the compresssMessages() method to ByteBufferMessageSet class. Pl let me know your thoughts.. - Manikumar Reddy

[jira] [Updated] (KAFKA-1374) LogCleaner (compaction) does not support compressed topics

2015-05-18 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar Reddy updated KAFKA-1374: --- Attachment: KAFKA-1374_2015-05-18_22:55:48.patch > LogCleaner (compaction) does not supp

[jira] [Commented] (KAFKA-1374) LogCleaner (compaction) does not support compressed topics

2015-05-18 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14548354#comment-14548354 ] Manikumar Reddy commented on KAFKA-1374: Updated reviewboard h

Review Request 34403: Patch for KAFKA-2198

2015-05-19 Thread Manikumar Reddy O
--- Thanks, Manikumar Reddy O

[jira] [Updated] (KAFKA-2198) kafka-topics.sh exits with 0 status on failures

2015-05-19 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar Reddy updated KAFKA-2198: --- Assignee: Manikumar Reddy Status: Patch Available (was: Open) > kafka-topics.sh ex

[jira] [Updated] (KAFKA-2198) kafka-topics.sh exits with 0 status on failures

2015-05-19 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manikumar Reddy updated KAFKA-2198: --- Attachment: KAFKA-2198.patch > kafka-topics.sh exits with 0 status on failu

[jira] [Commented] (KAFKA-2198) kafka-topics.sh exits with 0 status on failures

2015-05-19 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14550100#comment-14550100 ] Manikumar Reddy commented on KAFKA-2198: Created reviewboard h

[jira] [Commented] (KAFKA-2198) kafka-topics.sh exits with 0 status on failures

2015-05-19 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14550120#comment-14550120 ] Manikumar Reddy commented on KAFKA-2198: Case 1: Zookeeper chroot pat

[jira] [Commented] (KAFKA-2134) Producer blocked on metric publish

2015-05-19 Thread Manikumar Reddy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14550190#comment-14550190 ] Manikumar Reddy commented on KAFKA-2134: metricChange() method will be ca

Re: Review Request 34403: Patch for KAFKA-2198

2015-05-19 Thread Manikumar Reddy O
://reviews.apache.org/r/34403/diff/ Testing --- Thanks, Manikumar Reddy O

  1   2   3   4   5   6   7   8   9   >