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

Merge pull request #44065 from knz/backport19.2-44064 #44065

Merged
merged 4 commits into from
Jan 16, 2020

Conversation

knz
Copy link
Contributor

@knz knz commented Jan 16, 2020

Backport 4/4 commits from #44064.

/cc @cockroachdb/release


Fixes #43966.
Mostly fixes the zip regression introduced in 19.2 by #36813.

knz added 3 commits January 16, 2020 14:03
Release note (bug fix): `cockroach zip` now emits the `goroutine`
file in the proper sub-directory when the corresponding call
fails with an error.
@knz knz requested a review from tbg January 16, 2020 13:05
@knz knz requested a review from a team as a code owner January 16, 2020 13:05
@cockroach-teamcity
Copy link
Member

This change is Reviewable

The recent addition of the goroutine dump collection in cockroachdb#36813
introduced a bug where `debug zip` would prematurely stop if it could
not request the goroutine file list.

This patch fixes that.

Release note (bug fix): `cockroach debug zip` is again able to operate
correctly and continue to iterate over all nodes if one of the nodes
does not deliver its goroutine dumps. It would previously
prematurely and incorrectly stop with an incomplete dump; this
was a regression introduced in 19.2.
@knz knz force-pushed the backport19.2-44064 branch from 700dc07 to f59aae1 Compare January 16, 2020 13:08
@tbg
Copy link
Member

tbg commented Jan 16, 2020 via email

@knz knz changed the title release-19.2: cli: misc zip-related fixes Merge pull request #44065 from knz/backport19.2-44064 Jan 16, 2020
@knz knz merged commit 7a92bde into cockroachdb:release-19.2 Jan 16, 2020
@knz knz deleted the backport19.2-44064 branch January 16, 2020 18:35
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