-
Notifications
You must be signed in to change notification settings - Fork 6
Backend streams failing after some time #60
New issue
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
Comments
According to https://groups.google.com/d/msg/confluent-platform/IFtTgEkct4k/cRvPTDKgAwAJ setting the stream properties to -
Along with
Should help in solving the problem. |
Also getting these errors -
Increasing the Max request size and corresponding increase in Max message size for broker will solve this |
Ah, that’s an additional clue as to why the week-state is getting too large whereas other entries are seemingly fine. The double value collector contains a list with all history in a window, in order to compute the quartiles. To prevent these errors, the value collector should decrease memory consumption, although this would decrease quartile accuracy somewhat. Options: reservoir sampling (seems relatively easy to implement) or an algorithm in any of the papers referenced in a related StackOverflow question. |
With the current streams properties configuration i am getting a stable output till now. But if the message size will scale proportional to the amount of data, then yes we need to look at alternatives. |
closed by RADAR-base/radar-commons#46 and #62 |
We need to investigate this and find a solution. The streams fail one by one right now with the following log -
The text was updated successfully, but these errors were encountered: