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
If you truncate the kafka topic while carbonsearch trying to do initial warm-up, then carbonsearch gets confused and newer reach the warm state.
2018/02/22 19:19:32 kafka consumer: topic sm_metrics 92.31% warm (threshold is 99.00%) 2018/02/22 19:19:42 kafka consumer: topic sm_metrics 92.31% warm (threshold is 99.00%) 2018/02/22 19:19:52 kafka consumer: topic sm_metrics 92.32% warm (threshold is 99.00%) 2018/02/22 19:20:02 kafka consumer: topic sm_metrics 92.32% warm (threshold is 99.00%) 2018/02/22 19:20:12 kafka consumer: topic sm_metrics 92.33% warm (threshold is 99.00%) 2018/02/22 19:20:22 kafka consumer: topic sm_metrics 92.33% warm (threshold is 99.00%) 2018/02/22 19:20:32 kafka consumer: topic sm_metrics 92.33% warm (threshold is 99.00%) 2018/02/22 19:20:42 kafka consumer: topic sm_metrics 92.33% warm (threshold is 99.00%) .....truncation happen.... 2018/02/26 17:01:51 kafka consumer: topic sm_metrics 92.33% warm (threshold is 99.00%)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If you truncate the kafka topic while carbonsearch trying to do initial warm-up, then carbonsearch gets confused and newer reach the warm state.
The text was updated successfully, but these errors were encountered: