RE: Messgages from different sites

2018-12-09 Thread Mikael Petterson
Hi Ryanne, Thanks for your reply. I will definitely take a look at connectors. Actually it is not a lot of data but it is collected using an aspect ( using aspectj) at runtime. Collected data is stored in a simple data structure. Then when we received an event from TestNG ,void onExecutionFin

Re: Kafka replication error

2018-12-09 Thread Tony Liu
yes, Kafka provides those metrics for monitoring the pending requests and idle request handler, check their documents, you should get it, otherwise, let me know. from the operations you did: 1. Restarting service is not help should be expected, since that broker is already being a bottlenec

Re: Kafka replication error

2018-12-09 Thread Suman B N
Thanks Tony. How can I check the number of pending requests and the idle percentage of the requests handler on node 6? Are there any metrics for those? Controller logs confirm that the controller is not able to send updateMetadataRequest() to that particular node acting as the follower. Whereas t