fluent / fluentd

Fluentd: Unified Logging Layer (project under CNCF)
https://www.fluentd.org
Apache License 2.0
12.82k stars 1.34k forks source link

Consistent gracefulReload RPC #3415

Open kenhys opened 3 years ago

kenhys commented 3 years ago

Is your feature request related to a problem? Please describe.

https://github.com/fluent/fluentd/pull/3396 tried to keep consistency even though excessive gracefulReload request is thrown (It has same problem with SIGUSR2 too) It tries to introduce blocking interval - @blocking_reload_interval parameter, but it seems that it turned out that it is too simple an approach.

Describe the solution you'd like

Describe alternatives you've considered

Additional context

See https://github.com/fluent/fluentd/pull/3396

Feedbacks against #3396

ashie commented 3 years ago

It's for #3341

ashie commented 3 years ago

I confirmed that current implementation can run multiple reload threads simultaneously when it receives excessive gracefulReload request.

ashie commented 2 years ago

We should also take a look #3469 when we working on it.

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 30 days

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 30 days

github-actions[bot] commented 2 years ago

This issue was automatically closed because of stale in 30 days