Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

fix: fluentbit should not keep retrying indefinitely #589

Merged
merged 3 commits into from
Oct 9, 2020
Merged

Conversation

alejandroEsc
Copy link
Contributor

What type of PR is this?

BUG

What this PR does/ why we need it:

Keep retrying on errors causes us to keep them perpetually in memory and fill out our buffer choking off fluentbit from pushing logs

Which issue(s) this PR fixes:

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

Fix fluentbit configuration to unblock output buffer. 

Checklist

  • The commit message explains the changes and why are needed.
  • The code builds and passes lint/style checks locally.
  • The relevant subset of integration tests pass locally.
  • The core changes are covered by tests.
  • The documentation is updated where needed.

@alejandroEsc alejandroEsc requested review from a team as code owners October 9, 2020 20:34
@alejandroEsc alejandroEsc self-assigned this Oct 9, 2020
Copy link
Contributor

@gracedo gracedo left a comment

Choose a reason for hiding this comment

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

Can you bump the addon-revision, otherwise lgtm!

@alejandroEsc
Copy link
Contributor Author

Can you bump the addon-revision, otherwise lgtm!

duh, sorry

addons/fluentbit/fluentbit.yaml Outdated Show resolved Hide resolved
@branden
Copy link
Contributor

branden commented Oct 9, 2020

dispatch-e2e-test is failing because Kommander is currently broken. I'll go ahead and merge.

@branden branden merged commit e32cfad into master Oct 9, 2020
@branden branden deleted the ae/fluentbit branch October 9, 2020 23:18
branden pushed a commit that referenced this pull request Oct 10, 2020
* fix: fluentbit should not keep retrying indefinitely

* revision bump

* Update addons/fluentbit/fluentbit.yaml

Co-authored-by: Branden Rolston <[email protected]>

Co-authored-by: Branden Rolston <[email protected]>
(cherry picked from commit e32cfad)
branden added a commit that referenced this pull request Oct 12, 2020
* fix: fluentbit should not keep retrying indefinitely (#589)

* fix: fluentbit should not keep retrying indefinitely

* revision bump

* Update addons/fluentbit/fluentbit.yaml

Co-authored-by: Branden Rolston <[email protected]>

Co-authored-by: Branden Rolston <[email protected]>
(cherry picked from commit e32cfad)

* Bump fluent-bit to 0.7.3 (#584)

Co-authored-by: Branden Rolston <[email protected]>
(cherry picked from commit f7de10d)

Co-authored-by: Alejandro Escobar <[email protected]>
Co-authored-by: D2iQ Dispatch <[email protected]>
branden added a commit that referenced this pull request Oct 12, 2020
* fix: fluentbit should not keep retrying indefinitely (#589)

* fix: fluentbit should not keep retrying indefinitely

* revision bump

* Update addons/fluentbit/fluentbit.yaml

Co-authored-by: Branden Rolston <[email protected]>

Co-authored-by: Branden Rolston <[email protected]>
(cherry picked from commit e32cfad)

* Bump fluent-bit to 0.7.3 (#584)

Co-authored-by: Branden Rolston <[email protected]>
(cherry picked from commit f7de10d)

Co-authored-by: Alejandro Escobar <[email protected]>
Co-authored-by: D2iQ Dispatch <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants