Skip to content

Instantly share code, notes, and snippets.

@wdberkeley
Created May 1, 2017 17:37
Show Gist options
  • Save wdberkeley/aa97e9a108b57acacc4da6db0625445b to your computer and use it in GitHub Desktop.
Save wdberkeley/aa97e9a108b57acacc4da6db0625445b to your computer and use it in GitHub Desktop.
KUDU-1860 ksck output example
Connected to the Master
WARNING: Unable to connect to Tablet Server ac2de1a8f62542fcb7a180dc232b1c30 (127.0.0.1:7150): Network error: could not send Ping RPC to server: Client connection negotiation failed: client connection to 127.0.0.1:7150: connect: Connection refused (error 61)
WARNING: Unable to connect to Tablet Server 4414b7f80f4d488eb65e7772759f2bcf (127.0.0.1:7152): Network error: could not send Ping RPC to server: Client connection negotiation failed: client connection to 127.0.0.1:7152: connect: Connection refused (error 61)
WARNING: Fetched info from 1 Tablet Servers, 2 weren't reachable
Tablet 3c5b2090495d4e05ae024c96725f7099 of table 'twitter' is unavailable: 2 replica(s) not RUNNING
9e8acf07e76c468eadaf1903e923a86a (127.0.0.1:7151): RUNNING [LEADER]
4414b7f80f4d488eb65e7772759f2bcf (127.0.0.1:7152): TS unavailable
ac2de1a8f62542fcb7a180dc232b1c30 (127.0.0.1:7150): TS unavailable
WARNING: Some replicas' configs differ from the master's.
The master's config is:
4414b7f80f4d488eb65e7772759f2bcf
9e8acf07e76c468eadaf1903e923a86a [LEADER]
ac2de1a8f62542fcb7a180dc232b1c30
The following replicas' configs disagree with the master's or could not be retrieved:
Replica 9e8acf07e76c468eadaf1903e923a86a (127.0.0.1:7151) with config
9e8acf07e76c468eadaf1903e923a86a [LEADER]
ac2de1a8f62542fcb7a180dc232b1c30
Replica 4414b7f80f4d488eb65e7772759f2bcf (127.0.0.1:7152) did not return a config
Replica ac2de1a8f62542fcb7a180dc232b1c30 (127.0.0.1:7150) did not return a config
WARNING: Consensus information may change at any time. The warnings above may reflect a transient state of the tablet.
Table twitter has 1 unavailable tablet(s)
Tablet fca8323b44a54059891301805902e495 of table 'ycsb' is unavailable: 2 replica(s) not RUNNING
9e8acf07e76c468eadaf1903e923a86a (127.0.0.1:7151): RUNNING [LEADER]
4414b7f80f4d488eb65e7772759f2bcf (127.0.0.1:7152): TS unavailable
ac2de1a8f62542fcb7a180dc232b1c30 (127.0.0.1:7150): TS unavailable
WARNING: Some replicas' configs differ from the master's.
The master's config is:
4414b7f80f4d488eb65e7772759f2bcf
9e8acf07e76c468eadaf1903e923a86a [LEADER]
ac2de1a8f62542fcb7a180dc232b1c30
The following replicas' configs disagree with the master's or could not be retrieved:
Replica 9e8acf07e76c468eadaf1903e923a86a (127.0.0.1:7151) with config
9e8acf07e76c468eadaf1903e923a86a [LEADER]
ac2de1a8f62542fcb7a180dc232b1c30
Replica 4414b7f80f4d488eb65e7772759f2bcf (127.0.0.1:7152) did not return a config
Replica ac2de1a8f62542fcb7a180dc232b1c30 (127.0.0.1:7150) did not return a config
WARNING: Consensus information may change at any time. The warnings above may reflect a transient state of the tablet.
Table ycsb has 1 unavailable tablet(s)
WARNING: 2 out of 2 table(s) are not in a healthy state
==================
Errors:
==================
error fetching info from tablet servers: Network error: Not all Tablet Servers are reachable
table consistency check error: Corruption: 2 table(s) are bad
FAILED
Runtime error: ksck discovered errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment