We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
@manolama - any suggestions?
Sorry, something went wrong.
@manolama - Nobody is looking in these issues? Should we try some alternative solution than this plugin?
Hi sorry. So you'll want to enable debug logging and track the stats to see what kind of exception is being thrown and incremented.
No branches or pull requests
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.
Any suggestions for tuning?
Thanks,
-Gk
The text was updated successfully, but these errors were encountered: