Skip to content
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

kv: TestRollbackWithCanceledContextBasic failed #76767

Closed
cockroach-teamcity opened this issue Feb 18, 2022 · 1 comment · Fixed by #76825
Closed

kv: TestRollbackWithCanceledContextBasic failed #76767

cockroach-teamcity opened this issue Feb 18, 2022 · 1 comment · Fixed by #76825
Labels
branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. T-kv KV Team

Comments

@cockroach-teamcity
Copy link
Member

kv.TestRollbackWithCanceledContextBasic failed with artifacts on master @ 1113ce6c6b53147821fd808a0ca215ef81509ee4:

=== RUN   TestRollbackWithCanceledContextBasic
    test_log_scope.go:79: test logs captured to: /artifacts/tmp/_tmp/fcd31eddbd190d6e192d70e8125daada/logTestRollbackWithCanceledContextBasic4010996793
    test_log_scope.go:80: use -show-logs to present logs inline
Help

See also: How To Investigate a Go Test Failure (internal)
Parameters in this failure:

  • TAGS=bazel,gss,deadlock

/cc @cockroachdb/kv

This test on roachdash | Improve this report!

@cockroach-teamcity cockroach-teamcity added branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. labels Feb 18, 2022
@blathers-crl blathers-crl bot added the T-kv KV Team label Feb 18, 2022
@erikgrinaker
Copy link
Contributor

Another one of these

panic: unexpected Stopped processor

goroutine 886564 [running]:
github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*Replica).registerWithRangefeedRaftMuLocked(0xc000353500, {0x5033c58, 0xc0071d3bc0}, {{0xc011cf74d8, 0x1, 0x8}, {0xc011cf7530, 0x1, 0x8}}, {0x16d4d3f440fc7dd2, ...}, ...)
  github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/replica_rangefeed.go:415 +0x798
github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*Replica).rangeFeedWithRangeID(0xc000353500, 0x5090c30, 0xc00708d9e0, {0x7f7d8628b3c8, 0xc012436480})
  github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/replica_rangefeed.go:238 +0x605
github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*Replica).RangeFeed(...)
  github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/replica_rangefeed.go:148
github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*Store).RangeFeed(0xc00ace0000, 0xc00708d9e0, {0x5090c30, 0xc012436480})
  github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/store.go:3036 +0xf7
github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*Stores).RangeFeed(0x0, 0xc00708d9e0, {0x5090c30, 0xc012436480})
  github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/stores.go:216 +0xe8
github.com/cockroachdb/cockroach/pkg/server.(*Node).RangeFeed(0x5090c30, 0x0, {0x5090c30, 0xc012436480})
  github.com/cockroachdb/cockroach/pkg/server/node.go:1194 +0x38
github.com/cockroachdb/cockroach/pkg/rpc.internalClientAdapter.RangeFeed.func1()
  github.com/cockroachdb/cockroach/pkg/rpc/pkg/rpc/context.go:702 +0xeb
created by github.com/cockroachdb/cockroach/pkg/rpc.internalClientAdapter.RangeFeed
  github.com/cockroachdb/cockroach/pkg/rpc/pkg/rpc/context.go:699 +0x1cf

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-robot Originated from a bot. T-kv KV Team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants