Skip to content
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

objstore/azure: Disable Azure syslog exception logging #3341

Merged
merged 1 commit into from
Oct 20, 2020
Merged

objstore/azure: Disable Azure syslog exception logging #3341

merged 1 commit into from
Oct 20, 2020

Conversation

pharaujo
Copy link
Contributor

@pharaujo pharaujo commented Oct 20, 2020

As a follow-up to #3331, this disables Azure exception logging to syslog.

Fixes #2565

  • I added CHANGELOG entry for this change.
  • Change is not relevant to the end user.

Changes

Disabled Azure pipeline ForceLog.

Verification

Ran a build of my branch against an Azure blob storage container and confirmed no further exceptions were being sent to syslog.

@pharaujo pharaujo marked this pull request as ready for review October 20, 2020 00:54
@pharaujo
Copy link
Contributor Author

I ran e2e tests locally and they pass. Seems like the failures are test flakiness? Do you want me to any additional validation on my side?

Copy link
Member

@kakkoyun kakkoyun left a comment

Choose a reason for hiding this comment

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

Looking good so far. Thanks a lot for the contribution.
I have added a couple of comments.

pkg/objstore/azure/helpers.go Show resolved Hide resolved
pkg/objstore/azure/helpers.go Show resolved Hide resolved
As a follow-up to #3331, this disables Azure exception logging to
syslog.

Signed-off-by: Pedro Araujo <phcrva@gmail.com>
Copy link
Member

@kakkoyun kakkoyun left a comment

Choose a reason for hiding this comment

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

🥇 Thanks for your contribution and sorry for the iterations.

@kakkoyun kakkoyun changed the title Disable Azure syslog exception logging objstore/azure: Disable Azure syslog exception logging Oct 20, 2020
@kakkoyun kakkoyun merged commit b5431c4 into thanos-io:master Oct 20, 2020
@pharaujo pharaujo deleted the issue-2565-2 branch October 21, 2020 08:23
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.

Thanos compactor filling the disk with stack traces on Azure
2 participants