[jira] [Updated] (KAFKA-438) Code cleanup in MessageTest

2016-09-13 Thread Chetan Singh (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chetan Singh updated KAFKA-438: --- Assignee: (was: Chetan Singh) > Code cleanup in MessageTest > --- > >

[jira] [Assigned] (KAFKA-438) Code cleanup in MessageTest

2016-09-13 Thread Chetan Singh (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chetan Singh reassigned KAFKA-438: -- Assignee: Chetan Singh > Code cleanup in MessageTest > --- > >

Re: Agenda item for next KIP meeting

2016-09-13 Thread Ismael Juma
Sure, done. Ismael On Tue, Sep 13, 2016 at 6:08 AM, Becket Qin wrote: > Hey Ismael, > > I probably replied too late, but is it possible to add KIP-79 to the agenda > as well? > > Jiangjie (Becket) Qin > > On Fri, Sep 9, 2016 at 9:57 AM, radai wrote: > > > Hi, > > > > I'd like to discuss KIP-72

[GitHub] kafka pull request #1847: KAFKA-4079: Documentation for secure quotas

2016-09-13 Thread rajinisivaram
GitHub user rajinisivaram opened a pull request: https://github.com/apache/kafka/pull/1847 KAFKA-4079: Documentation for secure quotas Details in KIP-55. You can merge this pull request into a Git repository by running: $ git pull https://github.com/rajinisivaram/kafka KAFKA-40

[jira] [Commented] (KAFKA-4079) Document quota configuration changes from KIP-55

2016-09-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15486712#comment-15486712 ] ASF GitHub Bot commented on KAFKA-4079: --- GitHub user rajinisivaram opened a pull req

[jira] [Updated] (KAFKA-4079) Document quota configuration changes from KIP-55

2016-09-13 Thread Rajini Sivaram (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajini Sivaram updated KAFKA-4079: -- Status: Patch Available (was: Open) > Document quota configuration changes from KIP-55 > --

Re: [DISCUSS] KIP-72 Allow Sizing Incoming Request Queue in Bytes

2016-09-13 Thread Rajini Sivaram
Is there any value in allowing the 4-byte size to be read even when the request memory limit has been reached? If not, you can disable OP_READ interest for all channels that are ready inside Selector.poll() when memory limit has been reached and re-enable before returning from poll(). Perhaps a lis

Kafka Consumer Partition Logic

2016-09-13 Thread Neeraj Garg
Hi, I want to know how kafka consumer consumes from partitions to which it is connected,which logic it follows ,when kafka consumer is connected to more than one partition and i have given only one stream for connection

[jira] [Commented] (KAFKA-2307) Drop ConsumerOffsetChecker completely

2016-09-13 Thread Ismael Juma (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15487141#comment-15487141 ] Ismael Juma commented on KAFKA-2307: I think the plan is to do all removals when we do

[jira] [Assigned] (KAFKA-3930) IPv6 address can't used as ObjectName

2016-09-13 Thread Rajini Sivaram (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajini Sivaram reassigned KAFKA-3930: - Assignee: Rajini Sivaram > IPv6 address can't used as ObjectName > --

[jira] [Commented] (KAFKA-3333) Client Partitioner - Round Robin

2016-09-13 Thread Stephen Powis (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15487219#comment-15487219 ] Stephen Powis commented on KAFKA-: -- I'm not advocating for *replacing* the existi

[jira] [Commented] (KAFKA-3913) Old consumer's metrics error when using IPv6

2016-09-13 Thread Rajini Sivaram (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15487235#comment-15487235 ] Rajini Sivaram commented on KAFKA-3913: --- Fixing under KAFKA-3930. > Old consumer's

[GitHub] kafka pull request #1848: KAFKA-3930: Replace colon in ipv6 addresses used i...

2016-09-13 Thread rajinisivaram
GitHub user rajinisivaram opened a pull request: https://github.com/apache/kafka/pull/1848 KAFKA-3930: Replace colon in ipv6 addresses used in metrics tags You can merge this pull request into a Git repository by running: $ git pull https://github.com/rajinisivaram/kafka KAFKA

[jira] [Commented] (KAFKA-3930) IPv6 address can't used as ObjectName

2016-09-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15487270#comment-15487270 ] ASF GitHub Bot commented on KAFKA-3930: --- GitHub user rajinisivaram opened a pull req

[jira] [Updated] (KAFKA-3930) IPv6 address can't used as ObjectName

2016-09-13 Thread Rajini Sivaram (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajini Sivaram updated KAFKA-3930: -- Status: Patch Available (was: Open) > IPv6 address can't used as ObjectName > -

[jira] [Commented] (KAFKA-4157) Transient system test failure in replica_verification_test.test_replica_lags

2016-09-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15487341#comment-15487341 ] ASF GitHub Bot commented on KAFKA-4157: --- GitHub user granthenke opened a pull reques

[jira] [Updated] (KAFKA-4157) Transient system test failure in replica_verification_test.test_replica_lags

2016-09-13 Thread Grant Henke (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Henke updated KAFKA-4157: --- Status: Patch Available (was: Open) > Transient system test failure in replica_verification_test.test

[jira] [Created] (KAFKA-4157) Transient system test failure in replica_verification_test.test_replica_lags

2016-09-13 Thread Grant Henke (JIRA)
Grant Henke created KAFKA-4157: -- Summary: Transient system test failure in replica_verification_test.test_replica_lags Key: KAFKA-4157 URL: https://issues.apache.org/jira/browse/KAFKA-4157 Project: Kafka

[GitHub] kafka pull request #1849: KAFKA-4157: Transient system test failure in repli...

2016-09-13 Thread granthenke
GitHub user granthenke opened a pull request: https://github.com/apache/kafka/pull/1849 KAFKA-4157: Transient system test failure in replica_verification_tes… …t.test_replica_lags You can merge this pull request into a Git repository by running: $ git pull https://github.co

[jira] [Commented] (KAFKA-2063) Bound fetch response size (KIP-74)

2016-09-13 Thread Andrey Neporada (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15487428#comment-15487428 ] Andrey Neporada commented on KAFKA-2063: Alexey, current PR (https://github.com/ap

[jira] [Commented] (KAFKA-4155) Remove WorkerGroupMember from Connect

2016-09-13 Thread Ewen Cheslack-Postava (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15487618#comment-15487618 ] Ewen Cheslack-Postava commented on KAFKA-4155: -- [~hachikuji] One drawback I s

Re: [DISCUSS] KIP-72 Allow Sizing Incoming Request Queue in Bytes

2016-09-13 Thread radai
the specific memory pool implementation i wrote will allocate _any_ amount you request if it has _any_ memory available (so if it has 1 byte available and you ask for 1MB you will get 1MB and the counter will go negative). this was done to avoid issues with starvation of large requests. other imple

[GitHub] kafka pull request #1850: KAFKA-2000: Delete topic should also delete consum...

2016-09-13 Thread omkreddy
GitHub user omkreddy opened a pull request: https://github.com/apache/kafka/pull/1850 KAFKA-2000: Delete topic should also delete consumer offsets. You can merge this pull request into a Git repository by running: $ git pull https://github.com/omkreddy/kafka KAFKA-2700-DELETE

[jira] [Commented] (KAFKA-2000) Delete consumer offsets from kafka once the topic is deleted

2016-09-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15487758#comment-15487758 ] ASF GitHub Bot commented on KAFKA-2000: --- GitHub user omkreddy opened a pull request:

Re: Kafka KIP meeting Sep 13 at 11:00am PST

2016-09-13 Thread Ismael Juma
Sure, done. Ismael On Mon, Sep 12, 2016 at 5:31 PM, Renu Tewari wrote: > Hi Ismael > Could you please add me to the invite. > > rtew...@linkedin.com > > regards > Renu > > > On Mon, Sep 12, 2016 at 8:39 AM, Ismael Juma wrote: > > > Hi, Everyone, > > > > We plan to have a Kafka KIP meeting this

[jira] [Created] (KAFKA-4158) Reset quota to default value if quota override is deleted for a given clientId

2016-09-13 Thread Dong Lin (JIRA)
Dong Lin created KAFKA-4158: --- Summary: Reset quota to default value if quota override is deleted for a given clientId Key: KAFKA-4158 URL: https://issues.apache.org/jira/browse/KAFKA-4158 Project: Kafka

[jira] [Updated] (KAFKA-4158) Reset quota to default value if quota override is deleted for a given clientId

2016-09-13 Thread Dong Lin (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dong Lin updated KAFKA-4158: Description: If user set a quota override and delete it override, Kafka will still use the quota override.

[jira] [Created] (KAFKA-4159) Allow overriding producer & consumer properties at the connector level

2016-09-13 Thread Shikhar Bhushan (JIRA)
Shikhar Bhushan created KAFKA-4159: -- Summary: Allow overriding producer & consumer properties at the connector level Key: KAFKA-4159 URL: https://issues.apache.org/jira/browse/KAFKA-4159 Project: Kaf

[jira] [Commented] (KAFKA-2063) Bound fetch response size (KIP-74)

2016-09-13 Thread Alexey Ozeritskiy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15487885#comment-15487885 ] Alexey Ozeritskiy commented on KAFKA-2063: -- Thanks Andrey, I agree with you. > B

[GitHub] kafka pull request #1851: KAFKA-4158; Reset quota to default value if quota ...

2016-09-13 Thread lindong28
GitHub user lindong28 opened a pull request: https://github.com/apache/kafka/pull/1851 KAFKA-4158; Reset quota to default value if quota override is deleted You can merge this pull request into a Git repository by running: $ git pull https://github.com/lindong28/kafka KAFKA-41

Kafka producer batching improvements.

2016-09-13 Thread Sharath Gururaj
Hi All, We are running a 10 node kafka cluster with a theoretical peak message handling rate of more than 2 million (1KB) messages per second, but we are running into bottlenecks on Kafka producer scaling it beyond 150K request per sec. *Our Configuration* We have a 10 node kafka cluster on 0.8.2

[jira] [Commented] (KAFKA-4158) Reset quota to default value if quota override is deleted for a given clientId

2016-09-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15487997#comment-15487997 ] ASF GitHub Bot commented on KAFKA-4158: --- GitHub user lindong28 opened a pull request

[VOTE] KIP-54: Sticky Partition Assignment Strategy

2016-09-13 Thread Vahid S Hashemian
Hi all, Thanks for providing feedback on this KIP so far. The KIP was discussed during the KIP meeting today and there doesn't seem to be any unaddressed issue at this point. So I would like to initiate the voting process. The KIP can be found here: https://cwiki.apache.org/confluence/display/

[jira] [Commented] (KAFKA-2359) New consumer - partitions auto assigned only on poll

2016-09-13 Thread Ed Tyrrill (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15488276#comment-15488276 ] Ed Tyrrill commented on KAFKA-2359: --- Hi Elias, Calling pause() causes the same IllegalA

[VOTE] 0.10.1 Release Plan

2016-09-13 Thread Jason Gustafson
Hi All, I'd like to start a vote on the release plan documented here: https://cwiki.apache.org/confluence/display/KAFKA/Release+Plan+0.10.1. I went ahead and included KIP-55 since Jun said it may have a chance, but note that in-progress KIPs will only be included if they are ready by the feature f

Re: [VOTE] 0.10.1 Release Plan

2016-09-13 Thread Gwen Shapira
+1 (binding) - yay for a new release! On Tue, Sep 13, 2016 at 2:40 PM, Jason Gustafson wrote: > Hi All, > > I'd like to start a vote on the release plan documented here: > https://cwiki.apache.org/confluence/display/KAFKA/Release+Plan+0.10.1. I > went ahead and included KIP-55 since Jun said it

Re: [VOTE] 0.10.1 Release Plan

2016-09-13 Thread Ismael Juma
+1 (binding) On Tue, Sep 13, 2016 at 10:52 PM, Gwen Shapira wrote: > +1 (binding) - yay for a new release! > > On Tue, Sep 13, 2016 at 2:40 PM, Jason Gustafson > wrote: > > > Hi All, > > > > I'd like to start a vote on the release plan documented here: > > https://cwiki.apache.org/confluence/di

Re: [VOTE] 0.10.1 Release Plan

2016-09-13 Thread Ewen Cheslack-Postava
+1 binding -Ewen On Tue, Sep 13, 2016 at 2:53 PM, Ismael Juma wrote: > +1 (binding) > > On Tue, Sep 13, 2016 at 10:52 PM, Gwen Shapira wrote: > > > +1 (binding) - yay for a new release! > > > > On Tue, Sep 13, 2016 at 2:40 PM, Jason Gustafson > > wrote: > > > > > Hi All, > > > > > > I'd like

Re: [VOTE] 0.10.1 Release Plan

2016-09-13 Thread Guozhang Wang
+1 (binding) On Tue, Sep 13, 2016 at 2:53 PM, Ismael Juma wrote: > +1 (binding) > > On Tue, Sep 13, 2016 at 10:52 PM, Gwen Shapira wrote: > > > +1 (binding) - yay for a new release! > > > > On Tue, Sep 13, 2016 at 2:40 PM, Jason Gustafson > > wrote: > > > > > Hi All, > > > > > > I'd like to st

Re: [DISCUSS] KIP-79 - ListOffsetRequest v1 and offsetForTime() method in new consumer.

2016-09-13 Thread Jason Gustafson
Hey Becket, I looked at the most recent version and it's looking good to me. One very minor question on naming: do you think OffsetAndTimestamp would be a more consistent name than TimestampOffset given some of our other naming (e.g. OffsetAndMetadata)? I put the "Offset" first since the name "off

Re: [VOTE] 0.10.1 Release Plan

2016-09-13 Thread Sriram Subramanian
+1 (binding) > On Sep 13, 2016, at 3:03 PM, Guozhang Wang wrote: > > +1 (binding) > >> On Tue, Sep 13, 2016 at 2:53 PM, Ismael Juma wrote: >> >> +1 (binding) >> >>> On Tue, Sep 13, 2016 at 10:52 PM, Gwen Shapira wrote: >>> >>> +1 (binding) - yay for a new release! >>> >>> On Tue, Sep 13,

[jira] [Updated] (KAFKA-2307) Drop ConsumerOffsetChecker completely

2016-09-13 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gustafson updated KAFKA-2307: --- Fix Version/s: (was: 0.10.1.0) 0.10.2.0 > Drop ConsumerOffsetChecker co

[jira] [Commented] (KAFKA-2307) Drop ConsumerOffsetChecker completely

2016-09-13 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15488674#comment-15488674 ] Jason Gustafson commented on KAFKA-2307: Sounds good. I'll kick this to the next r

Re: Kafka KIP meeting Sep 13 at 11:00am PST

2016-09-13 Thread Ismael Juma
The following are the notes from today's KIP discussion: - KIP-54 (Sticky Partition Assignment): aims to minimise partition movement so that resource reinitialisation (e.g. caches) is minimised. It is partially sticky and partially fair. Some concerns around the fact that user code for partitionsR

[jira] [Commented] (KAFKA-4126) No relevant log when the topic is non-existent

2016-09-13 Thread Vahid Hashemian (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15488682#comment-15488682 ] Vahid Hashemian commented on KAFKA-4126: [~balazs.barnabas] [~omkreddy] When I try

[jira] [Comment Edited] (KAFKA-4126) No relevant log when the topic is non-existent

2016-09-13 Thread Vahid Hashemian (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15488682#comment-15488682 ] Vahid Hashemian edited comment on KAFKA-4126 at 9/13/16 10:43 PM: --

Re: [VOTE] 0.10.1 Release Plan

2016-09-13 Thread Joel Koshy
+1 On Tue, Sep 13, 2016 at 2:40 PM, Jason Gustafson wrote: > Hi All, > > I'd like to start a vote on the release plan documented here: > https://cwiki.apache.org/confluence/display/KAFKA/Release+Plan+0.10.1. I > went ahead and included KIP-55 since Jun said it may have a chance, but > note that

[jira] [Updated] (KAFKA-4158) Reset quota to default value if quota override is deleted for a given clientId

2016-09-13 Thread Joel Koshy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Koshy updated KAFKA-4158: -- Fix Version/s: 0.10.1.0 > Reset quota to default value if quota override is deleted for a given clientId

Re: [VOTE] 0.10.1 Release Plan

2016-09-13 Thread Ashish Singh
+1 (non-binding) On Tue, Sep 13, 2016 at 3:53 PM, Joel Koshy wrote: > +1 > > On Tue, Sep 13, 2016 at 2:40 PM, Jason Gustafson > wrote: > > > Hi All, > > > > I'd like to start a vote on the release plan documented here: > > https://cwiki.apache.org/confluence/display/KAFKA/Release+Plan+0.10.1. I

Re: [VOTE] 0.10.1 Release Plan

2016-09-13 Thread Vahid S Hashemian
+1 (non-binding) Thanks. --Vahid From: Ashish Singh To: "dev@kafka.apache.org" Date: 09/13/2016 04:13 PM Subject:Re: [VOTE] 0.10.1 Release Plan +1 (non-binding) On Tue, Sep 13, 2016 at 3:53 PM, Joel Koshy wrote: > +1 > > On Tue, Sep 13, 2016 at 2:40 PM, Jason Gustafson

Re: [VOTE] KIP-54: Sticky Partition Assignment Strategy

2016-09-13 Thread Jason Gustafson
Thanks for the KIP. +1 from me. On Tue, Sep 13, 2016 at 12:05 PM, Vahid S Hashemian < vahidhashem...@us.ibm.com> wrote: > Hi all, > > Thanks for providing feedback on this KIP so far. > The KIP was discussed during the KIP meeting today and there doesn't seem > to be any unaddressed issue at this

[jira] [Commented] (KAFKA-3333) Client Partitioner - Round Robin

2016-09-13 Thread Jason Gustafson (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15488853#comment-15488853 ] Jason Gustafson commented on KAFKA-: Admittedly, the line may not be totally c

[jira] [Created] (KAFKA-4160) Consumer onPartitionsRevoked should not be invoked while holding the coordinator lock

2016-09-13 Thread Jason Gustafson (JIRA)
Jason Gustafson created KAFKA-4160: -- Summary: Consumer onPartitionsRevoked should not be invoked while holding the coordinator lock Key: KAFKA-4160 URL: https://issues.apache.org/jira/browse/KAFKA-4160

[GitHub] kafka pull request #1852: KAFKA-4148: KIP-79 ListOffsetRequest v1 and add se...

2016-09-13 Thread becketqin
GitHub user becketqin opened a pull request: https://github.com/apache/kafka/pull/1852 KAFKA-4148: KIP-79 ListOffsetRequest v1 and add search offsets by timestamp in consumer You can merge this pull request into a Git repository by running: $ git pull https://github.com/becke

[jira] [Commented] (KAFKA-4148) KIP-79 add ListOffsetRequest v1 and search by timestamp interface to consumer.

2016-09-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15488912#comment-15488912 ] ASF GitHub Bot commented on KAFKA-4148: --- GitHub user becketqin opened a pull request

Re: [VOTE] 0.10.1 Release Plan

2016-09-13 Thread Dana Powers
+1

[GitHub] kafka pull request #1851: KAFKA-4158; Reset quota to default value if quota ...

2016-09-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/1851 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[jira] [Created] (KAFKA-4161) Allow connectors to request flush via the context

2016-09-13 Thread Shikhar Bhushan (JIRA)
Shikhar Bhushan created KAFKA-4161: -- Summary: Allow connectors to request flush via the context Key: KAFKA-4161 URL: https://issues.apache.org/jira/browse/KAFKA-4161 Project: Kafka Issue Typ

[jira] [Commented] (KAFKA-4158) Reset quota to default value if quota override is deleted for a given clientId

2016-09-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15488941#comment-15488941 ] ASF GitHub Bot commented on KAFKA-4158: --- Github user asfgit closed the pull request

[jira] [Resolved] (KAFKA-4158) Reset quota to default value if quota override is deleted for a given clientId

2016-09-13 Thread Joel Koshy (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Koshy resolved KAFKA-4158. --- Resolution: Fixed Pushed to trunk. Not sure if we need this in 0.9 since there is an easy work-around

[jira] [Assigned] (KAFKA-4108) Improve DumpLogSegments offsets-decoder output format

2016-09-13 Thread Vahid Hashemian (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vahid Hashemian reassigned KAFKA-4108: -- Assignee: Vahid Hashemian > Improve DumpLogSegments offsets-decoder output format > ---

Re: [DISCUSS] KIP-79 - ListOffsetRequest v1 and offsetForTime() method in new consumer.

2016-09-13 Thread Becket Qin
Thanks for the review Jason. I am fine with either name. I was thinking that our Scala class names are in the format of *And* pattern while the Java class is more concise. e.g TopicAndPartition vs TopicPartition. But it seems not a general convention. OffsetAndTimestamp sounds good to me. I just

Re: [DISCUSS] KIP-79 - ListOffsetRequest v1 and offsetForTime() method in new consumer.

2016-09-13 Thread Jason Gustafson
Thanks Becket. I don't have a strong preference for *And* naming convention, I just thought it was a little weird to have two offset APIs in the same class which used a different convention. I'll go either way if others disagree. The rest sounds good to me. -Jason On Tue, Sep 13, 2016 at 5:43 P

Re: [VOTE] 0.10.1 Release Plan

2016-09-13 Thread Becket Qin
+1 (non-binding) On Tue, Sep 13, 2016 at 5:33 PM, Dana Powers wrote: > +1 >

[jira] [Commented] (KAFKA-4161) Allow connectors to request flush via the context

2016-09-13 Thread Ewen Cheslack-Postava (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-4161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15489179#comment-15489179 ] Ewen Cheslack-Postava commented on KAFKA-4161: -- [~shikhar] Probably worth cla

Re: [VOTE] KIP-79 - ListOffsetRequest v1 and search by timestamp methods in new consumer.

2016-09-13 Thread Jason Gustafson
+1 and thanks for the great proposal! On Fri, Sep 9, 2016 at 4:38 PM, Becket Qin wrote: > Hi all, > > I'd like to start the voting for KIP-79 > > In short we propose to : > 1. add a ListOffsetRequest/ListOffsetResponse v1, and > 2. add earliestOffsts(), latestOffsets() and offsetForTime() method

[jira] [Commented] (KAFKA-3964) Metadata update requests are sometimes received after LeaderAndIsrRequests

2016-09-13 Thread Krishna (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15489237#comment-15489237 ] Krishna commented on KAFKA-3964: We are facing similar issue, did we find any workaround

[GitHub] kafka pull request #1438: MINOR: Kafka And ZooKeeper Stop Scripts doesn't re...

2016-09-13 Thread Kamal15
Github user Kamal15 closed the pull request at: https://github.com/apache/kafka/pull/1438 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is ena