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

status: _status/range/x useless on broken cluster #30874

Closed
tbg opened this issue Oct 2, 2018 · 2 comments
Closed

status: _status/range/x useless on broken cluster #30874

tbg opened this issue Oct 2, 2018 · 2 comments
Labels
A-kv-client Relating to the KV client and the KV interface. C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) S-3-productivity Severe issues that impede the productivity of CockroachDB developers.

Comments

@tbg
Copy link
Member

tbg commented Oct 2, 2018

On a cluster reproducing #30832, /_status/range/1 results in the following output:

{
  "error": "all SubConns are in TransientFailure, latest connection error: connection error: desc = \"transport: failed to write client preface: io: read/write on closed pipe\"",
  "code": 14
}

All nodes are live, and even if they weren't, "read/write on closed pipe" looks unlike any error expected in that setting.

We should do a better job at making sure the debug commands work when clusters are unavailable.

@tbg tbg added S-3-productivity Severe issues that impede the productivity of CockroachDB developers. A-kv-client Relating to the KV client and the KV interface. labels Oct 2, 2018
@tbg tbg added this to the 2.2 milestone Oct 2, 2018
@tbg tbg added the C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) label Oct 2, 2018
@petermattis petermattis removed this from the 2.2 milestone Oct 5, 2018
@knz
Copy link
Contributor

knz commented Sep 27, 2019

This may be related to #41162.

@knz
Copy link
Contributor

knz commented May 4, 2020

Folding into #42828 which has the root cause.

@knz knz closed this as completed May 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-kv-client Relating to the KV client and the KV interface. C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) S-3-productivity Severe issues that impede the productivity of CockroachDB developers.
Projects
None yet
Development

No branches or pull requests

3 participants