Request to join Assignee list

2020-08-31 Thread Yingshuan Song
Hi, Could you please add me to the JIRA Assignee list. I would like to start contributing. Jira username : ymxz Full Name: songyingshuan Apologies in case I've sent this request to the wrong mailing list. Thanks, Yingshuan Song

Re: Kafka cluster cannot connect to zookeeper

2020-08-31 Thread Yingshuan Song
maybe u can list the modified configurations, also the version of zk and kafka? Li,Dingqun 于2020年8月28日周五 下午3:41写道: > We have one zookeeper node and two Kafka nodes. After that, we expand the > capacity of zookeeper: change the configuration of zookeeper node, restart > it, and add two zookeeper

Re: MM2 max.request.size setting

2020-08-31 Thread James Lavoy
Even with the errors complaining, it does appear to have worked. Thanks much! James Lavoy Senior Infrastructure Engineer Verizon - Protectwise 1601 Wewatta Street #700 Denver, Co > On Aug 31, 2020, at 2:16 PM, nitin agarwal wrote: > > I am not sure why it is picked in ConsumerConfig also. Bu

Re: MM2 max.request.size setting

2020-08-31 Thread nitin agarwal
I am not sure why it is picked in ConsumerConfig also. But you can verify in producer configuration that MM2 writes in logs. Thanks, Nitin On Tue, Sep 1, 2020 at 1:14 AM James Lavoy wrote: > Are you sure this is the proper syntax? > > [2020-08-31 19:44:11,074] WARN The configuration > 'override

Streams constantly reblancing,

2020-08-31 Thread Steve Jones
When running an application on the Mac it works fine, when running exactly the same app and config on the Raspberry Pi it constantly says it is "Rebalancing" the streams 2020-08-31 12:47:11 INFO org.apache.kafka.common.utils.AppInfoParser$AppInfo Kafka version: 2.6.0 ''2020-08-31 12:47:11 INFO o

Re: MM2 max.request.size setting

2020-08-31 Thread James Lavoy
Are you sure this is the proper syntax? [2020-08-31 19:44:11,074] WARN The configuration 'override.max.request.size' was supplied but isn't a known config. (org.apache.kafka.clients.consumer.ConsumerConfig:362) max.request.size = 1048576 Seeing this in output after adding those values.

Re: MM2 max.request.size setting

2020-08-31 Thread nitin agarwal
If you have clusters like DC1 and DC2 then you can add the following configuration: DC1->DC2.producer.override.max.request.size=6291456 Thanks, Nitin On Tue, Sep 1, 2020 at 12:35 AM James Lavoy wrote: > Through the connect-mirror-maker.sh helper script. > > James Lavoy > > Senior Infrastructure

Re: MM2 max.request.size setting

2020-08-31 Thread James Lavoy
Through the connect-mirror-maker.sh helper script. James Lavoy Senior Infrastructure Engineer Verizon - Protectwise 1601 Wewatta Street #700 Denver, Co > On Aug 31, 2020, at 1:04 PM, nitin agarwal wrote: > > How are you running MM2 ? > > Thanks, > Nitin > > On Mon, Aug 31, 2020 at 11:23 PM

Re: MM2 max.request.size setting

2020-08-31 Thread nitin agarwal
How are you running MM2 ? Thanks, Nitin On Mon, Aug 31, 2020 at 11:23 PM James Lavoy wrote: > Good day, > > I'm trying to use MM2 to setup replication between two Kafka clusters, I > have hit an issue that I believe is because of hitting the ProducerConfig > max.request.size setting, however I

MM2 max.request.size setting

2020-08-31 Thread James Lavoy
Good day, I'm trying to use MM2 to setup replication between two Kafka clusters, I have hit an issue that I believe is because of hitting the ProducerConfig max.request.size setting, however I seem unable to find the proper string to override the default setting in the mm2 config. This is the

Re: Can't trace any sendfile system call from Kafka process

2020-08-31 Thread Guozhang Wang
Hi Ming, Maybe this ticket could be useful to you: https://issues.apache.org/jira/browse/KAFKA-7504 Guozhang On Fri, Aug 28, 2020 at 8:21 AM Ming Liu wrote: > Hi > One major reason that Kafka is fast is because it is using sendfile() > for zero copy, as what it described at > https://kaf

Kafka cluster cannot connect to zookeeper

2020-08-31 Thread Li,Dingqun
Thank you for the update steps!I've successfully expanded my zookeeper。But what should I do with Kafka clusters that can't connect to zookeeper,Now the Kafka cluster can work normally, but it cannot be operated。 Thanks for your help!! 发件人: manoj.agraw...@