Skip to content

Conversation

@Watson1978
Copy link
Contributor

@Watson1978 Watson1978 commented Aug 5, 2025

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.

@Watson1978 Watson1978 marked this pull request as ready for review August 5, 2025 06:49
@Watson1978 Watson1978 requested a review from daipom August 5, 2025 06:49
Copy link

@daipom daipom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks!

@daipom daipom merged commit 608b968 into fluent-plugins-nursery:master Aug 6, 2025
3 checks passed
@Watson1978 Watson1978 deleted the error-handling branch August 6, 2025 03:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants