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
Alert check skipped, NPE #4045
Comments
@hc4 Are there any other exceptions in the logs of your Graylog node(s)? |
It looks like problem caused by broken stream routing (another problem, that I'm looking right now) |
Hey @hc4, can you dump your alert condition configurations? |
|
Can you please:
When switched to debug, the whole exception is logged. Otherwise it is only the exception message and class name, but no stack trace, to avoid log flooding. You can switch back the log level of the class by doing the same call, replacing |
Both alerts are copies of each other. Stackstrace:
|
Thanks. This is a known issue (#4038) and will be fixed in the next version. |
@hc4: I have backported the fix to |
Before this change, an `ExtendedStatsAggregation` could include an arbitrary number of fields that are null. Assigning them a non-boxed field type leads to an NPE and a 500 is being returned to the caller when the result of a extended field stats widget is requested. This change properly assigns a valid value for those fields, so a result (albeit possibly containing NaN for one or more fields) is being returned to the caller. Fixes #4026 Fixes #4045 (cherry picked from commit 882727e)
Fixed in #4046 |
Just upgraded to 2.3.0 and got lots of errors in log
Your Environment
The text was updated successfully, but these errors were encountered: