You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi,
When I am writting data by http api put to tsdb,I found that some data will be lost within a few seconds of each hour. I add some debug log in PutDataPointRpc to check if the tsdb received the data. As follows: What are the possible reasons?
I use append mode to write data to hbase and opentsdb 2.3.0.
The text was updated successfully, but these errors were encountered:
Make sure tsd.storage.enable_compaction is false in your config. Then check the TSDB and HBase stats and see if there are any errors about timeouts or failed writes during the top of the hour.
hi,
When I am writting data by http api put to tsdb,I found that some data will be lost within a few seconds of each hour. I add some debug log in PutDataPointRpc to check if the tsdb received the data. As follows: What are the possible reasons?
I use append mode to write data to hbase and opentsdb 2.3.0.
The text was updated successfully, but these errors were encountered: