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

roachtest: schemachange/during/tpcc failed [disk stall] #113227

Closed
cockroach-teamcity opened this issue Oct 27, 2023 · 2 comments
Closed

roachtest: schemachange/during/tpcc failed [disk stall] #113227

cockroach-teamcity opened this issue Oct 27, 2023 · 2 comments
Labels
A-storage Relating to our storage engine (Pebble) on-disk storage. 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. T-storage Storage Team X-infra-flake the automatically generated issue was closed due to an infrastructure problem not a product issue
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Oct 27, 2023

roachtest.schemachange/during/tpcc failed with artifacts on master @ 174ec84d49a0e478a4052361fcbeceea62400bcc:

(monitor.go:153).Wait: monitor failure: unexpected node event: n1: cockroach process for system interface died (exit code 7)
test artifacts and logs in: /artifacts/schemachange/during/tpcc/run_1

Parameters: ROACHTEST_arch=amd64 , ROACHTEST_cloud=gce , ROACHTEST_cpu=16 , ROACHTEST_encrypted=false , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

/cc @cockroachdb/sql-foundations

This test on roachdash | Improve this report!

Jira issue: CRDB-32820

@cockroach-teamcity 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. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) labels Oct 27, 2023
@cockroach-teamcity cockroach-teamcity added this to the 24.1 milestone Oct 27, 2023
@rafiss
Copy link
Collaborator

rafiss commented Oct 27, 2023

F231027 16:17:35.356271 81773686 storage/pebble.go:1400 ⋮ [n1,s1,pebble] 8065  file write stall detected: disk slowness detected: syncto on file 058206.sst (7368704 bytes) has been ongoing for 21.8s

looks like an instance of #97968 but I will let Storage confirm that.

@rafiss rafiss added T-storage Storage Team and removed T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) labels Oct 27, 2023
@blathers-crl blathers-crl bot added the A-storage Relating to our storage engine (Pebble) on-disk storage. label Oct 27, 2023
@rafiss rafiss changed the title roachtest: schemachange/during/tpcc failed roachtest: schemachange/during/tpcc failed [disk stall] Oct 27, 2023
@jbowens
Copy link
Collaborator

jbowens commented Oct 30, 2023

goroutine 948507 [syscall]:
syscall.Syscall(0xc00ed5ead8?, 0x123?, 0x8000000000000000?, 0xc01d213bb0?)
	GOROOT/src/syscall/syscall_linux.go:69 +0x27
golang.org/x/sys/unix.Fdatasync(0x6c53fff998d?)
	golang.org/x/sys/unix/external/org_golang_x_sys/unix/zsyscall_linux.go:733 +0x30
github.com/cockroachdb/pebble/vfs.(*linuxFile).SyncData(0x6c53fff998d?)
	github.com/cockroachdb/pebble/vfs/external/com_github_cockroachdb_pebble/vfs/default_linux.go:65 +0x1d
github.com/cockroachdb/pebble/vfs.(*diskHealthCheckingFile).SyncData.func1()
	github.com/cockroachdb/pebble/vfs/external/com_github_cockroachdb_pebble/vfs/disk_health.go:264 +0x2e
github.com/cockroachdb/pebble/vfs.(*diskHealthCheckingFile).timeDiskOp(0xc00e8f6ff0, 0x3, 0x0, 0xc01d213c88)
	github.com/cockroachdb/pebble/vfs/external/com_github_cockroachdb_pebble/vfs/disk_health.go:297 +0x135
github.com/cockroachdb/pebble/vfs.(*diskHealthCheckingFile).SyncData(0x0?)
	github.com/cockroachdb/pebble/vfs/external/com_github_cockroachdb_pebble/vfs/disk_health.go:263 +0x55
github.com/cockroachdb/pebble/vfs.(*enospcFile).SyncData(0x4f5eb7?)
	github.com/cockroachdb/pebble/vfs/external/com_github_cockroachdb_pebble/vfs/disk_full.go:436 +0x22
github.com/cockroachdb/pebble/vfs.(*syncingFile).Sync(0xc00d002e88?)
	github.com/cockroachdb/pebble/vfs/external/com_github_cockroachdb_pebble/vfs/syncing_file.go:111 +0x4c
github.com/cockroachdb/pebble/record.(*LogWriter).syncWithLatency(0xc013160000)
	github.com/cockroachdb/pebble/record/external/com_github_cockroachdb_pebble/record/log_writer.go:552 +0x43
github.com/cockroachdb/pebble/record.(*LogWriter).flushPending(0xc013160000, {0xc00ed5ead8, 0x123, 0x3530}, {0
	github.com/cockroachdb/pebble/record/external/com_github_cockroachdb_pebble/record/log_writer.go:539 +0x1da
github.com/cockroachdb/pebble/record.(*LogWriter).flushLoop(0xc013160000, {0x5978680, 0xc1c8a28})
	github.com/cockroachdb/pebble/record/external/com_github_cockroachdb_pebble/record/log_writer.go:473 +0x3ba
runtime/pprof.Do({0x794dad8?, 0xc0000be088?}, {{0xc000630860?, 0xc004e4cd00?, 0xc00157c3c0?}}, 0xc006b21fc0)
	GOROOT/src/runtime/pprof/runtime.go:44 +0xa3
github.com/cockroachdb/pebble/record.NewLogWriter.func2()
	github.com/cockroachdb/pebble/record/external/com_github_cockroachdb_pebble/record/log_writer.go:355 +0x5c
created by github.com/cockroachdb/pebble/record.NewLogWriter
	github.com/cockroachdb/pebble/record/external/com_github_cockroachdb_pebble/record/log_writer.go:354 +0x416\

@jbowens jbowens closed this as completed Oct 30, 2023
@jbowens jbowens added the X-infra-flake the automatically generated issue was closed due to an infrastructure problem not a product issue label Oct 30, 2023
@exalate-issue-sync exalate-issue-sync bot removed the X-infra-flake the automatically generated issue was closed due to an infrastructure problem not a product issue label Oct 30, 2023
@jbowens jbowens added the X-infra-flake the automatically generated issue was closed due to an infrastructure problem not a product issue label Nov 1, 2023
@jbowens jbowens moved this to Done in [Deprecated] Storage Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-storage Relating to our storage engine (Pebble) on-disk storage. 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. T-storage Storage Team X-infra-flake the automatically generated issue was closed due to an infrastructure problem not a product issue
Projects
No open projects
Archived in project
Development

No branches or pull requests

3 participants