Change in email id for Subscription

2018-07-01 Thread Malik, Shibha (GE Renewable Energy, consultant)
Hi, I want to change my email id for subscription. Is this the right group to email to ? Thanks, Shibha

RE: [External] Re: Cannot run the inbuild zookeeper server.

2018-07-01 Thread Yi, Gene
Run lsof -i:2181 to check? -Original Message- From: Ted Yu [mailto:yuzhih...@gmail.com] Sent: Sunday, July 01, 2018 7:52 PM To: users@kafka.apache.org Subject: [External] Re: Cannot run the inbuild zookeeper server. 'Address already in use' indicates that there was some (zookeeper) ser

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

2018-07-01 Thread Manikumar
+1 (non-binding) Verified tests, quick start, producer/consumer perf tests. On Sun, Jul 1, 2018 at 11:27 PM Ismael Juma wrote: > +1 (binding) > > Verified signature of source artifact, ran tests and verified quickstart > on source artifact with Java 7, verified quickstart on binary artifact (S

Re: [kafka-clients] Re: [VOTE] 0.11.0.3 RC0

2018-07-01 Thread Manikumar
+1 (non-binding) Verified quick start, ran producer/consumer perf tests, Thanks On Sun, Jul 1, 2018 at 8:29 PM Ismael Juma wrote: > +1 (binding) > > Verified signature of source artifact, ran tests and verified quickstart > on source artifact with Java 7, verified quickstart on binary artifa

Re: [VOTE] 1.0.2 RC1

2018-07-01 Thread Ismael Juma
+1 (binding) Verified signature of source artifact, ran tests and verified quickstart on source artifact with Java 7, verified quickstart on binary artifact (Scala 2.12) with Java 8, sanity checked release notes and Maven staging repository. Ismael On Fri, Jun 29, 2018 at 10:02 PM Matthias J. Sa

Re: [VOTE] 0.11.0.3 RC0

2018-07-01 Thread Ismael Juma
+1 (binding) Verified signature of source artifact, ran tests and verified quickstart on source artifact with Java 7, verified quickstart on binary artifact (Scala 2.11) with Java 7, sanity checked release notes and Maven staging repository. Thanks for running the release! Ismael On Fri, Jun 22

Re: Cannot run the inbuild zookeeper server.

2018-07-01 Thread Ted Yu
'Address already in use' indicates that there was some (zookeeper) server running on the same machine. Can you double check ? Thanks On Sun, Jul 1, 2018 at 4:45 AM, Vineet Herenj wrote: > Hello, > > I am not able to run the inbuild zookeeper server. > Following error shows: > > *java.net.BindE

Cannot run the inbuild zookeeper server.

2018-07-01 Thread Vineet Herenj
Hello, I am not able to run the inbuild zookeeper server. Following error shows: *java.net.BindException: Address already in use* Please assist for the issue. Regards, *Vineet Apoorv Herenj* M.Tech, IIT Kharagpur Department of Computer Science and Engineering Kharagpur, India m: +919679700816

Re: Partitions reassignment is failing in Kafka 1.1.0

2018-07-01 Thread Ted Yu
See KAFKA-7124 Cheers On Sun, Jul 1, 2018 at 3:26 AM, Debraj Manna wrote: > Is there any bug filed for this ? > > On Sun, Jul 1, 2018 at 6:37 AM, Ted Yu wrote: > > > Code snippet from ReassignPartitionsCommand.scala : > > > > "log_dirs" -> replicas.map(r => > > replicaLogDirAssignmen

Re: Partitions reassignment is failing in Kafka 1.1.0

2018-07-01 Thread Debraj Manna
Is there any bug filed for this ? On Sun, Jul 1, 2018 at 6:37 AM, Ted Yu wrote: > Code snippet from ReassignPartitionsCommand.scala : > > "log_dirs" -> replicas.map(r => > replicaLogDirAssignment.getOrElse(new TopicPartitionReplica(tp.topic, > tp.partition, r), AnyLogDir)).asJava > > W

Specifying negative number as partition in ProducerRecord prior to 1.1.0

2018-07-01 Thread Debraj Manna
In Kafka Client 1.1.0 a check is placed to not allow negative as partition in ProducerRecord. https://github.com/apache/kafka/blob/1.1/clients/src/main/java/org/apache/kafka/clients/producer/ProducerRecord.java#L73 But I don;t see any such check in ProducerRecord in kafka client 0.10.0. Can someo