Skip to content

manifest: change panic to Fatalf#5226

Merged
RaduBerinde merged 1 commit intocockroachdb:masterfrom
RaduBerinde:rotate-wal-panic
Aug 22, 2025
Merged

manifest: change panic to Fatalf#5226
RaduBerinde merged 1 commit intocockroachdb:masterfrom
RaduBerinde:rotate-wal-panic

Conversation

@RaduBerinde
Copy link
Copy Markdown
Member

This panic causes an "unlock of unlocked mutex" panic on unwinding,
which obscures the original panic. Change to a Fatalf.

Fixes #5225

This panic causes an "unlock of unlocked mutex" panic on unwinding,
which obscures the original panic. Change to a `Fatalf`.

Fixes cockroachdb#5225
@RaduBerinde RaduBerinde requested a review from a team as a code owner August 22, 2025 14:25
@RaduBerinde RaduBerinde requested a review from jbowens August 22, 2025 14:25
@cockroach-teamcity
Copy link
Copy Markdown
Member

This change is Reviewable

@RaduBerinde
Copy link
Copy Markdown
Member Author

TFTR!

@RaduBerinde RaduBerinde merged commit 36f982a into cockroachdb:master Aug 22, 2025
8 checks passed
@RaduBerinde RaduBerinde deleted the rotate-wal-panic branch November 5, 2025 20:06
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.

Saw a panic during one test build of my application on @v2.0.6

3 participants