-
Notifications
You must be signed in to change notification settings - Fork 0
FOGL-9515 Add checks for persisted data in filter plugins and handle #76
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
base: develop
Are you sure you want to change the base?
Conversation
startup and shutdown Signed-off-by: Mark Riddoch <[email protected]>
@MarkRiddoch Adding sigmacleanse filter after batch-label filter in control pipeline, crashes the dispatcher service, logs are attached. |
@this looks to be related to https://scaledb.atlassian.net/browse/FOGL-9280 which looks to have been caused by mismatched versions. Where did you get the various components you used for testing? |
I've tracked this down further and it is a bug in the batch-label filter. It is not returning valid JSON. |
@MarkRiddoch / @firozalikhan yes it is a know issue in batch-label filter. I would raise a patch today |
Have just checked this does not happen with south/north. |
With the PR ((https://github.com/dianomic/foglamp-filter-batch-label/pull/2)) also, adding "Sigma-cleanse" after "batch-label" "Dispatcher service" crashes. Even when the Control Pipeline is disabled. |
is there any update on this? |
Signed-off-by: Mark Riddoch <[email protected]>
startup and shutdown