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
This PR will fix following problems.
## Problem 1
If the data of obsolete plugins is corrupted, Fluentd will immediately
stop by parse error at configuration phase.
* Even if an error occurs, Fluentd should not be stopped.
## Problem 2
If data cannot be obtained immediately due to network failures,
currently, it blocks the configuration of other plugins.
* It should not block the configuration of other plugins with any
reason.
* After a certain amount of time has elapsed, it should abort to get
data.
"#{@time} [info]: Failed to notfify obsolete plugins error_class=JSON::ParserError error=\"expected ',' or '}' after object value, got: EOF at line 11 column 1\"\n",
0 commit comments