-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
Description
Hi ,
We are loosing lots of data points while using this plugin.
I don't see any error in the region server logs or hdfs logs.
I have enabled some more logging in the plugin code and I think, the plugin is not able to read all messages when the through-put is high.
The TSDB plugin configuration is given below.
KafkaRpcPlugin.groups=tsdbpublisher
KafkaRpcPlugin.tsdbpublisher.topics=xxxxx.data.10m.tsdb
KafkaRpcPlugin.tsdbpublisher.consumerType = raw
KafkaRpcPlugin.tsdbpublisher.deserializer = net.opentsdb.data.deserializers.JSONDeserializer
KafkaRpcPlugin.tsdbpublisher.rate = 10000
KafkaRpcPlugin.tsdbpublisher.threads = 16
Any suggestions for tuning?
Thanks,
-Gk
Reactions are currently unavailable