[GitHub] kafka pull request #3658: MINOR: AdminClient should register with `AppInfoPa...

2017-08-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/3658 --- 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

[GitHub] kafka pull request #3662: KAFKA-5731 Corrected how the sink task worker upda...

2017-08-13 Thread rhauch
GitHub user rhauch opened a pull request: https://github.com/apache/kafka/pull/3662 KAFKA-5731 Corrected how the sink task worker updates the last committed offsets Prior to this change, it was possible for the synchronous consumer commit request to be handled before previously-sub

Jenkins build is back to normal : kafka-trunk-jdk7 #2635

2017-08-13 Thread Apache Jenkins Server
See

Re: [VOTE] KIP-180: Adding a new metric for brokers specifying the number of consumer group rebalances in progress

2017-08-13 Thread Guozhang Wang
+1. Thanks. On Sat, Aug 12, 2017 at 11:18 AM, Ismael Juma wrote: > Thanks for the KIP, +1 (binding). Seems like the KIP title has to be > updated still. > > Ismael > > On Fri, Aug 11, 2017 at 11:00 PM, Colin McCabe wrote: > > > Hi all, > > > > I think it's a good time to vote on KIP-180. It ad

Re: [DISCUSS] KIP-185: Make exactly once in order delivery per partition the default producer setting

2017-08-13 Thread Becket Qin
A, never mind, my last calculation actually forget to take the number of partitions into account. So it does seem a problem if we keep info of last N appended batches on the broker. On Sat, Aug 12, 2017 at 9:50 PM, Becket Qin wrote: > Hi Jay and Apurva, > > Thanks for the reply. I agree that it

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

2017-08-13 Thread Apache Jenkins Server
See Changes: [ismael] MINOR: AdminClient should register with `AppInfoParser` -- [...truncated 3.71 MB...] org.apache.kafka.common.security.scram.ScramMessagesTest > inva

Build failed in Jenkins: kafka-0.11.0-jdk7 #269

2017-08-13 Thread Apache Jenkins Server
See Changes: [ismael] MINOR: AdminClient should register with `AppInfoParser` -- [...truncated 2.43 MB...] org.apache.kafka.streams.state.internals.ChangeLoggingKeyValueB

Re: [DISCUSS] KIP-185: Make exactly once in order delivery per partition the default producer setting

2017-08-13 Thread Guozhang Wang
Hi all, Here are my two cents: 1. I'm inclined to agree with Ewen that "acks" config is semi-orthogonal to the exactly-once semantics. For example, if some topics only have replication factor 1, then `acks = all` does not improve on any guarantees. More generally speaking, setting idempotency + r

Kafka 0.11.0.0

2017-08-13 Thread Srikanth Sampath
Hi, We are currently on 0.8.2.2 in production and are planning on moving to the latest stable release which currently is 0.11.0.0. Have a few questions: * Folks who are on 0.11.0.0 in production - can you comment on how stable is it? Any problems? * Usually, I look for a maintenance release, is