-
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
roachtest: acceptance/gossip/peerings failed #73465
Labels
branch-master
Failures and bugs on the master branch.
C-test-failure
Broken test (automatically or manually discovered).
O-roachtest
O-robot
Originated from a bot.
release-blocker
Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.
Comments
cockroach-teamcity
added
branch-master
Failures and bugs on the master branch.
C-test-failure
Broken test (automatically or manually discovered).
O-roachtest
O-robot
Originated from a bot.
release-blocker
Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.
labels
Dec 4, 2021
This also failed on a PR for me recently. In both cases, one of the nodes has gone down with the following fatal log message:
|
Cc @nvanbenschoten this is probably fallout from being reactive to ctx
cancellation now
(sent from mobile, please excuse my brevity)
…On Sat, Dec 4, 2021, 11:27 Steven Danna ***@***.***> wrote:
This also failed on a PR for me recently. In both cases, one of the nodes
has gone down with the following fatal log message:
a52188f4f75f> F211204 00:40:09.814203 704 kv/kvserver/store_raft.go:348 ⋮ [n4,s4,r19/2:{-}] 85 while applying snapshot: while applying snapshot: error rate limiting bulk io write: context canceled
(1) attached stack trace
-- stack trace:
| github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*Replica).handleRaftReadyRaftMuLocked
| /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvserver/replica_raft.go:621
| [...repeated from below...]
Wraps: (2) while applying snapshot
Wraps: (3) attached stack trace
-- stack trace:
| github.com/cockroachdb/cockroach/pkg/kv/kvserver.limitBulkIOWrite
| /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvserver/syncing_write.go:54
| github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*SSTSnapshotStorageFile).Write
| /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvserver/replica_sst_snapshot_storage.go:183
| github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*SSTSnapshotStorageScratch).WriteSST
| /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvserver/replica_sst_snapshot_storage.go:118
| github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*Replica).applySnapshot
| /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvserver/replica_raftstorage.go:867
| github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*Replica).handleRaftReadyRaftMuLocked
| /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvserver/replica_raft.go:619
| github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*Store).processRaftSnapshotRequest.func1
| /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvserver/store_raft.go:340
| github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*Store).withReplicaForRequest
| /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvserver/store_raft.go:218
| github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*Store).processRaftSnapshotRequest
| /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvserver/store_raft.go:278
| github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*Store).receiveSnapshot
| /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvserver/store_snapshot.go:663
| github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*Store).HandleSnapshot.func1
| /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvserver/store_raft.go:82
| github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunTaskWithErr
| /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:347
| github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*Store).HandleSnapshot
| /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvserver/store_raft.go:72
| github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*RaftTransport).RaftSnapshot.func1.1
| /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvserver/raft_transport.go:433
| github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*RaftTransport).RaftSnapshot.func1
| /go/src/github.com/cockroachdb/cockroach/pkg/kv/kvserver/raft_transport.go:434
| github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTaskEx.func2
| /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:491
| runtime.goexit
| /usr/local/go/src/runtime/asm_amd64.s:1581
Wraps: (4) error rate limiting bulk io write
—
You are receiving this because you are on a team that was mentioned.
Reply to this email directly, view it on GitHub
<#73465 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGXPZDINWCPEELGYAPXLF3UPHUKPANCNFSM5JK5NARA>
.
|
Yes, this will be fixed by @erikgrinaker's #73484. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
branch-master
Failures and bugs on the master branch.
C-test-failure
Broken test (automatically or manually discovered).
O-roachtest
O-robot
Originated from a bot.
release-blocker
Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.
roachtest.acceptance/gossip/peerings failed with artifacts on master @ 2b0cff2d653829dce61fefff7f69d76013c43e63:
Help
See: roachtest README
See: How To Investigate (internal)
This test on roachdash | Improve this report!
The text was updated successfully, but these errors were encountered: