-
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
kvserver: v22.2.0-beta.4: raft closed timestamp regression in cmd #90682
Comments
with 22.2.04.demo The node can't start at the same location. The total log:
|
Another node will have different error:
|
dup of #78419 |
Sorry, closed before seeing that a user posted here. @erikgrinaker seems like a dup of #70894, I wonder whether you could provide some help to @jiamo. |
Hi @jiamo, sorry to hear you hit this. As described in the error message, you can get past the error by setting this environment variable:
This can cause regressions (due to these faulty commands) in e.g. follower reads (serving stale reads) or changefeeds (emitting values below the checkpoint), but if you're not using those features then this shouldn't have any adverse effects. We'll have a closer look at this to figure out what's going on. |
cc @cockroachdb/replication |
Still open. See #70894 (comment) for the best summary. |
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/3697992203/?referrer=webhooks_plugin
Panic message:
Stacktrace (expand for inline code snippets):
https://github.com/cockroachdb/cockroach/blob/cc25a7893ea924897fcc6d3e80d116c85666e8eb/pkg/kv/kvserver/pkg/kv/kvserver/store_raft.go#L641-L643 in pkg/kv/kvserver.(*Store).processReady
https://github.com/cockroachdb/cockroach/blob/cc25a7893ea924897fcc6d3e80d116c85666e8eb/pkg/kv/kvserver/pkg/kv/kvserver/scheduler.go#L307-L309 in pkg/kv/kvserver.(*raftScheduler).worker
cockroach/pkg/util/stop/stopper.go
Lines 488 to 490 in cc25a78
GOROOT/src/runtime/asm_amd64.s#L1593-L1595 in runtime.goexit
v22.2.0-beta.4
Jira issue: CRDB-20886
The text was updated successfully, but these errors were encountered: