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: don't retry getDiskUsageInBytes if context is canceled #39810

Merged

Conversation

nvanbenschoten
Copy link
Member

We see 9741070 identical lines like:

14:47:24]W:	 [Step 2/2] I190820 14:47:24.014582 176324 cluster.go:1985  failed to log message: write /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20190820-1445527/import/tpch/nodes=8/run_1/diskusage-exec.log: no space left on device: retrying disk usage computation after spurious error: cluster.RunWithBuffer: context canceled

in the teamcity roachprod logs, which looks to be the cause of the error:

Artifact file 'diskusage-exec.log' has size 28719493120 bytes which exceeds maximum allowed size of 3221225472 bytes. Maximum artifact size is configured at the Administration -> Global Settings page.

This might also be related to some test timeouts.

Release note: None

We see 9741070 identical lines like:
```
14:47:24]W:	 [Step 2/2] I190820 14:47:24.014582 176324 cluster.go:1985  failed to log message: write /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20190820-1445527/import/tpch/nodes=8/run_1/diskusage-exec.log: no space left on device: retrying disk usage computation after spurious error: cluster.RunWithBuffer: context canceled
```

in the teamcity roachprod logs, which looks to be the cause of the error:
```
Artifact file 'diskusage-exec.log' has size 28719493120 bytes which exceeds maximum allowed size of 3221225472 bytes. Maximum artifact size is configured at the Administration -> Global Settings page.
```

This might also be related to some test timeouts.

Release note: None
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Contributor

@andreimatei andreimatei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @andreimatei)

@nvanbenschoten
Copy link
Member Author

bors r+

craig bot pushed a commit that referenced this pull request Aug 21, 2019
39810: roachtest: don't retry getDiskUsageInBytes if context is canceled r=nvanbenschoten a=nvanbenschoten

We see 9741070 identical lines like:
```
14:47:24]W:	 [Step 2/2] I190820 14:47:24.014582 176324 cluster.go:1985  failed to log message: write /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20190820-1445527/import/tpch/nodes=8/run_1/diskusage-exec.log: no space left on device: retrying disk usage computation after spurious error: cluster.RunWithBuffer: context canceled
```

in the teamcity roachprod logs, which looks to be the cause of the error:
```
Artifact file 'diskusage-exec.log' has size 28719493120 bytes which exceeds maximum allowed size of 3221225472 bytes. Maximum artifact size is configured at the Administration -> Global Settings page.
```

This might also be related to some test timeouts.

Release note: None

Co-authored-by: Nathan VanBenschoten <[email protected]>
@craig
Copy link
Contributor

craig bot commented Aug 21, 2019

Build succeeded

@craig craig bot merged commit f8fd454 into cockroachdb:master Aug 21, 2019
@nvanbenschoten nvanbenschoten deleted the nvanbenschoten/dontRetryDiskUsage branch September 5, 2019 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants