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
Describe the bug
If the compactor does not have access to the GCS bucket to read blocks it will silently fail without any logs that indicates that it failed reading from GCS. It is completely silent after:
This is odd. I suppose we need to look for an error return in the GCS client we're not logging or returning correctly. Thanks for issue. Will look into it.
Describe the bug
If the compactor does not have access to the GCS bucket to read blocks it will silently fail without any logs that indicates that it failed reading from GCS. It is completely silent after:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Compactor should log an error stating that it cannot read from GCS due to lack of permissions.
Environment:
Additional Context
The clue I got was from port-forward to 3100 on the compactor and scrolling through
/metrics
, eventually I saw this:which led me to realize we had not set serviceAccountName for the compactor deployment
The text was updated successfully, but these errors were encountered: