-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
gossip: v21.1.8: nil pointer in gcjobnotifier #77425
Labels
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
O-sentry
Originated from an in-the-wild panic report.
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Comments
cockroach-teamcity
added
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
O-sentry
Originated from an in-the-wild panic report.
labels
Mar 7, 2022
yuzefovich
changed the title
sentry: panic.go:969: runtime error: invalid memory address or nil pointer dereference
--
runtime.errorString
panic.go:969: *withstack.withStack (top exception)
gossip: v21.1.8: nil pointer in gcjobnotifier
Mar 12, 2022
ajwerner
added a commit
to ajwerner/cockroach
that referenced
this issue
Apr 26, 2022
If a notifier is added before the initial system config, it can result in a crash. This may be more common in 22.1, where the initial config takes longer to be populated. Fixes cockroachdb#77425 Release note (bug fix): Fixes a rare crash which can occur when restarting a node after dropping tables.
blathers-crl bot
pushed a commit
that referenced
this issue
Apr 26, 2022
If a notifier is added before the initial system config, it can result in a crash. This may be more common in 22.1, where the initial config takes longer to be populated. Fixes #77425 Release note (bug fix): Fixes a rare crash which can occur when restarting a node after dropping tables.
blathers-crl bot
pushed a commit
that referenced
this issue
Apr 26, 2022
If a notifier is added before the initial system config, it can result in a crash. This may be more common in 22.1, where the initial config takes longer to be populated. Fixes #77425 Release note (bug fix): Fixes a rare crash which can occur when restarting a node after dropping tables.
blathers-crl bot
pushed a commit
that referenced
this issue
Apr 26, 2022
If a notifier is added before the initial system config, it can result in a crash. This may be more common in 22.1, where the initial config takes longer to be populated. Fixes #77425 Release note (bug fix): Fixes a rare crash which can occur when restarting a node after dropping tables.
This was referenced Jul 20, 2022
exalate-issue-sync
bot
added
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
and removed
T-sql-schema-deprecated
Use T-sql-foundations instead
labels
May 10, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
O-sentry
Originated from an in-the-wild panic report.
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
This issue was autofiled by Sentry. It represents a crash or reported error on a live cluster with telemetry enabled.
Sentry link: https://sentry.io/organizations/cockroach-labs/issues/3076654295/?referrer=webhooks_plugin
Panic message:
Stacktrace (expand for inline code snippets):
/usr/local/go/src/runtime/panic.go#L968-L970 in runtime.gopanic
/usr/local/go/src/runtime/panic.go#L211-L213 in runtime.panicmem
/usr/local/go/src/runtime/signal_unix.go#L741-L743 in runtime.sigpanic
cockroach/pkg/gossip/util.go
Lines 47 to 49 in 57b7968
cockroach/pkg/sql/gcjob/gcjobnotifier/notifier.go
Lines 89 to 91 in 57b7968
cockroach/pkg/sql/gcjob/gc_job.go
Lines 124 to 126 in 57b7968
cockroach/pkg/jobs/registry.go
Lines 1207 to 1209 in 57b7968
cockroach/pkg/jobs/registry.go
Lines 1208 to 1210 in 57b7968
cockroach/pkg/jobs/adopt.go
Lines 278 to 280 in 57b7968
cockroach/pkg/jobs/adopt.go
Lines 219 to 221 in 57b7968
cockroach/pkg/util/stop/stopper.go
Lines 445 to 447 in 57b7968
/usr/local/go/src/runtime/asm_amd64.s#L1373-L1375 in runtime.goexit
v21.1.8
Jira issue: CRDB-13586
The text was updated successfully, but these errors were encountered: