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
The following information will help us better understand what's going on:
I have collected a bundle, but I would like to send it privately to no disclose too much information.
Anything else you would like to add:
Environment:
Velero version (use velero version): 1.15.2
Velero features (use velero client config get features): FSB is used extensively
Kubernetes version (use kubectl version): 1.31
Kubernetes installer & version: AKZ Azure
Cloud provider or hardware configuration:
OS (e.g. from /etc/os-release): Azure Linux
Vote on this issue!
This is an invitation to the Velero community to vote on issues, you can see the project's top voted issues listed here.
Use the "reaction smiley face" up to the right of this comment to vote.
👍 for "I would like to see this bug fixed as soon as possible"
👎 for "There are more important bugs to focus on right now"
The text was updated successfully, but these errors were encountered:
Gui13
changed the title
Velero Panic on backup
Velero Panic on backup - Observed a panic: sync: negative WaitGroup counter
Feb 20, 2025
This should be caused by the similar reason with #8657:
The PVBs are handled very quickly and WaitGroup.Done() is called multiple times before they are added into the WaitGroup.
Is this issue reproduceble in your environment? Appreciate if you could try the dev build velero/velero:release-1.15-dev with the fix and verify whether it works.
The issue is not easily reproducible (only 1 hit in last 15 days), and it being a client env, we can't push a dev build easily.
We'll wait until velero 1.16 lands to see if this disappears.
What steps did you take and what happened:
During a velero backup, we hit a panic (this is not the same as #8657):
What did you expect to happen:
No crash :-)
The following information will help us better understand what's going on:
I have collected a bundle, but I would like to send it privately to no disclose too much information.
Anything else you would like to add:
Environment:
velero version
): 1.15.2velero client config get features
): FSB is used extensivelykubectl version
): 1.31/etc/os-release
): Azure LinuxVote on this issue!
This is an invitation to the Velero community to vote on issues, you can see the project's top voted issues listed here.
Use the "reaction smiley face" up to the right of this comment to vote.
The text was updated successfully, but these errors were encountered: