Skip to content

Instantly share code, notes, and snippets.

@wdberkeley
Created May 4, 2018 19:36
Show Gist options
  • Save wdberkeley/0b4a4e38a9bd85acdaec627782217794 to your computer and use it in GitHub Desktop.
Save wdberkeley/0b4a4e38a9bd85acdaec627782217794 to your computer and use it in GitHub Desktop.
ksck json output sample
{
"master_summaries": [
{
"uuid": "6b1bf54fa8c9415fa45ea371874ca247",
"address": "localhost:7051",
"health": "HEALTHY",
"status": "OK"
},
{
"uuid": "043941ad34d44a69a28a304f9cae0254",
"address": "localhost:7052",
"health": "HEALTHY",
"status": "OK"
},
{
"uuid": "4fdfd6c04c554cabb9b204e445595de1",
"address": "localhost:7053",
"health": "HEALTHY",
"status": "OK"
}
],
"tserver_summaries": [
{
"uuid": "654c14a4febb4065a34b7ac89ce68aa5",
"address": "127.0.0.1:7250",
"health": "HEALTHY",
"status": "OK"
},
{
"uuid": "4a8125f28ac64395a7509c04c3222e9e",
"address": "127.0.0.1:7050",
"health": "HEALTHY",
"status": "OK"
},
{
"uuid": "ff4878e4ef5640ac9d41e564395cbe5e",
"address": "127.0.0.1:7150",
"health": "HEALTHY",
"status": "OK"
}
],
"master_uuids": [
"6b1bf54fa8c9415fa45ea371874ca247",
"043941ad34d44a69a28a304f9cae0254",
"4fdfd6c04c554cabb9b204e445595de1"
],
"master_consensus_conflict": false,
"master_consensus_states": [
{
"type": "COMMITTED",
"term": 5,
"opid_index": -1,
"leader_uuid": "4fdfd6c04c554cabb9b204e445595de1",
"voter_uuids": [
"043941ad34d44a69a28a304f9cae0254",
"4fdfd6c04c554cabb9b204e445595de1",
"6b1bf54fa8c9415fa45ea371874ca247"
]
},
{
"type": "COMMITTED",
"term": 5,
"opid_index": -1,
"leader_uuid": "4fdfd6c04c554cabb9b204e445595de1",
"voter_uuids": [
"043941ad34d44a69a28a304f9cae0254",
"4fdfd6c04c554cabb9b204e445595de1",
"6b1bf54fa8c9415fa45ea371874ca247"
]
},
{
"type": "COMMITTED",
"term": 5,
"opid_index": -1,
"leader_uuid": "4fdfd6c04c554cabb9b204e445595de1",
"voter_uuids": [
"043941ad34d44a69a28a304f9cae0254",
"4fdfd6c04c554cabb9b204e445595de1",
"6b1bf54fa8c9415fa45ea371874ca247"
]
}
],
"tablet_summaries": [
{
"health": "HEALTHY",
"status": "Tablet bdbbcf60818c489581a9a0bed5c3202b of table 'loadgen_auto_5e0719d11a8d4c27beba4b2b0cde5744' is healthy.",
"master_cstate": {
"type": "MASTER",
"leader_uuid": "ff4878e4ef5640ac9d41e564395cbe5e",
"voter_uuids": [
"4a8125f28ac64395a7509c04c3222e9e",
"654c14a4febb4065a34b7ac89ce68aa5",
"ff4878e4ef5640ac9d41e564395cbe5e"
]
},
"replicas": [
{
"ts_uuid": "654c14a4febb4065a34b7ac89ce68aa5",
"ts_address": "127.0.0.1:7250",
"ts_healthy": true,
"is_leader": false,
"is_voter": true,
"state": "RUNNING",
"status_pb": {
"tablet_id": "bdbbcf60818c489581a9a0bed5c3202b",
"table_name": "loadgen_auto_5e0719d11a8d4c27beba4b2b0cde5744",
"state": "RUNNING",
"last_status": "No bootstrap required, opened a new log",
"estimated_on_disk_size": 8424154,
"tablet_data_state": "TABLET_DATA_READY",
"partition": {
"hash_buckets": [
0
],
"partition_key_start": "",
"partition_key_end": "\u0000\u0000\u0000\u0001"
}
},
"consensus_state": {
"type": "COMMITTED",
"term": 8,
"opid_index": -1,
"leader_uuid": "ff4878e4ef5640ac9d41e564395cbe5e",
"voter_uuids": [
"4a8125f28ac64395a7509c04c3222e9e",
"654c14a4febb4065a34b7ac89ce68aa5",
"ff4878e4ef5640ac9d41e564395cbe5e"
]
}
},
{
"ts_uuid": "4a8125f28ac64395a7509c04c3222e9e",
"ts_address": "127.0.0.1:7050",
"ts_healthy": true,
"is_leader": false,
"is_voter": true,
"state": "RUNNING",
"status_pb": {
"tablet_id": "bdbbcf60818c489581a9a0bed5c3202b",
"table_name": "loadgen_auto_5e0719d11a8d4c27beba4b2b0cde5744",
"state": "RUNNING",
"last_status": "No bootstrap required, opened a new log",
"estimated_on_disk_size": 8424261,
"tablet_data_state": "TABLET_DATA_READY",
"partition": {
"hash_buckets": [
0
],
"partition_key_start": "",
"partition_key_end": "\u0000\u0000\u0000\u0001"
}
},
"consensus_state": {
"type": "COMMITTED",
"term": 8,
"opid_index": -1,
"leader_uuid": "ff4878e4ef5640ac9d41e564395cbe5e",
"voter_uuids": [
"4a8125f28ac64395a7509c04c3222e9e",
"654c14a4febb4065a34b7ac89ce68aa5",
"ff4878e4ef5640ac9d41e564395cbe5e"
]
}
},
{
"ts_uuid": "ff4878e4ef5640ac9d41e564395cbe5e",
"ts_address": "127.0.0.1:7150",
"ts_healthy": true,
"is_leader": true,
"is_voter": true,
"state": "RUNNING",
"status_pb": {
"tablet_id": "bdbbcf60818c489581a9a0bed5c3202b",
"table_name": "loadgen_auto_5e0719d11a8d4c27beba4b2b0cde5744",
"state": "RUNNING",
"last_status": "No bootstrap required, opened a new log",
"estimated_on_disk_size": 8424263,
"tablet_data_state": "TABLET_DATA_READY",
"partition": {
"hash_buckets": [
0
],
"partition_key_start": "",
"partition_key_end": "\u0000\u0000\u0000\u0001"
}
},
"consensus_state": {
"type": "COMMITTED",
"term": 8,
"opid_index": -1,
"leader_uuid": "ff4878e4ef5640ac9d41e564395cbe5e",
"voter_uuids": [
"4a8125f28ac64395a7509c04c3222e9e",
"654c14a4febb4065a34b7ac89ce68aa5",
"ff4878e4ef5640ac9d41e564395cbe5e"
]
}
}
]
},
{
"health": "HEALTHY",
"status": "Tablet 0bfcfadda0ef4b569ba8cc562348cfc6 of table 'loadgen_auto_5e0719d11a8d4c27beba4b2b0cde5744' is healthy.",
"master_cstate": {
"type": "MASTER",
"leader_uuid": "ff4878e4ef5640ac9d41e564395cbe5e",
"voter_uuids": [
"4a8125f28ac64395a7509c04c3222e9e",
"654c14a4febb4065a34b7ac89ce68aa5",
"ff4878e4ef5640ac9d41e564395cbe5e"
]
},
"replicas": [
{
"ts_uuid": "ff4878e4ef5640ac9d41e564395cbe5e",
"ts_address": "127.0.0.1:7150",
"ts_healthy": true,
"is_leader": true,
"is_voter": true,
"state": "RUNNING",
"status_pb": {
"tablet_id": "0bfcfadda0ef4b569ba8cc562348cfc6",
"table_name": "loadgen_auto_5e0719d11a8d4c27beba4b2b0cde5744",
"state": "RUNNING",
"last_status": "No bootstrap required, opened a new log",
"estimated_on_disk_size": 8427068,
"tablet_data_state": "TABLET_DATA_READY",
"partition": {
"hash_buckets": [
1
],
"partition_key_start": "\u0000\u0000\u0000\u0001",
"partition_key_end": "\u0000\u0000\u0000\u0002"
}
},
"consensus_state": {
"type": "COMMITTED",
"term": 7,
"opid_index": -1,
"leader_uuid": "ff4878e4ef5640ac9d41e564395cbe5e",
"voter_uuids": [
"4a8125f28ac64395a7509c04c3222e9e",
"654c14a4febb4065a34b7ac89ce68aa5",
"ff4878e4ef5640ac9d41e564395cbe5e"
]
}
},
{
"ts_uuid": "654c14a4febb4065a34b7ac89ce68aa5",
"ts_address": "127.0.0.1:7250",
"ts_healthy": true,
"is_leader": false,
"is_voter": true,
"state": "RUNNING",
"status_pb": {
"tablet_id": "0bfcfadda0ef4b569ba8cc562348cfc6",
"table_name": "loadgen_auto_5e0719d11a8d4c27beba4b2b0cde5744",
"state": "RUNNING",
"last_status": "No bootstrap required, opened a new log",
"estimated_on_disk_size": 8427127,
"tablet_data_state": "TABLET_DATA_READY",
"partition": {
"hash_buckets": [
1
],
"partition_key_start": "\u0000\u0000\u0000\u0001",
"partition_key_end": "\u0000\u0000\u0000\u0002"
}
},
"consensus_state": {
"type": "COMMITTED",
"term": 7,
"opid_index": -1,
"leader_uuid": "ff4878e4ef5640ac9d41e564395cbe5e",
"voter_uuids": [
"4a8125f28ac64395a7509c04c3222e9e",
"654c14a4febb4065a34b7ac89ce68aa5",
"ff4878e4ef5640ac9d41e564395cbe5e"
]
}
},
{
"ts_uuid": "4a8125f28ac64395a7509c04c3222e9e",
"ts_address": "127.0.0.1:7050",
"ts_healthy": true,
"is_leader": false,
"is_voter": true,
"state": "RUNNING",
"status_pb": {
"tablet_id": "0bfcfadda0ef4b569ba8cc562348cfc6",
"table_name": "loadgen_auto_5e0719d11a8d4c27beba4b2b0cde5744",
"state": "RUNNING",
"last_status": "No bootstrap required, opened a new log",
"estimated_on_disk_size": 8427002,
"tablet_data_state": "TABLET_DATA_READY",
"partition": {
"hash_buckets": [
1
],
"partition_key_start": "\u0000\u0000\u0000\u0001",
"partition_key_end": "\u0000\u0000\u0000\u0002"
}
},
"consensus_state": {
"type": "COMMITTED",
"term": 7,
"opid_index": -1,
"leader_uuid": "ff4878e4ef5640ac9d41e564395cbe5e",
"voter_uuids": [
"4a8125f28ac64395a7509c04c3222e9e",
"654c14a4febb4065a34b7ac89ce68aa5",
"ff4878e4ef5640ac9d41e564395cbe5e"
]
}
}
]
},
{
"health": "HEALTHY",
"status": "Tablet e1ae7cd7ce134007bedfc2a0eb4a6380 of table 'loadgen_auto_5e0719d11a8d4c27beba4b2b0cde5744' is healthy.",
"master_cstate": {
"type": "MASTER",
"leader_uuid": "654c14a4febb4065a34b7ac89ce68aa5",
"voter_uuids": [
"4a8125f28ac64395a7509c04c3222e9e",
"654c14a4febb4065a34b7ac89ce68aa5",
"ff4878e4ef5640ac9d41e564395cbe5e"
]
},
"replicas": [
{
"ts_uuid": "4a8125f28ac64395a7509c04c3222e9e",
"ts_address": "127.0.0.1:7050",
"ts_healthy": true,
"is_leader": false,
"is_voter": true,
"state": "RUNNING",
"status_pb": {
"tablet_id": "e1ae7cd7ce134007bedfc2a0eb4a6380",
"table_name": "loadgen_auto_5e0719d11a8d4c27beba4b2b0cde5744",
"state": "RUNNING",
"last_status": "No bootstrap required, opened a new log",
"estimated_on_disk_size": 8425628,
"tablet_data_state": "TABLET_DATA_READY",
"partition": {
"hash_buckets": [
2
],
"partition_key_start": "\u0000\u0000\u0000\u0002",
"partition_key_end": "\u0000\u0000\u0000\u0003"
}
},
"consensus_state": {
"type": "COMMITTED",
"term": 1,
"opid_index": -1,
"leader_uuid": "654c14a4febb4065a34b7ac89ce68aa5",
"voter_uuids": [
"4a8125f28ac64395a7509c04c3222e9e",
"654c14a4febb4065a34b7ac89ce68aa5",
"ff4878e4ef5640ac9d41e564395cbe5e"
]
}
},
{
"ts_uuid": "ff4878e4ef5640ac9d41e564395cbe5e",
"ts_address": "127.0.0.1:7150",
"ts_healthy": true,
"is_leader": false,
"is_voter": true,
"state": "RUNNING",
"status_pb": {
"tablet_id": "e1ae7cd7ce134007bedfc2a0eb4a6380",
"table_name": "loadgen_auto_5e0719d11a8d4c27beba4b2b0cde5744",
"state": "RUNNING",
"last_status": "No bootstrap required, opened a new log",
"estimated_on_disk_size": 8425715,
"tablet_data_state": "TABLET_DATA_READY",
"partition": {
"hash_buckets": [
2
],
"partition_key_start": "\u0000\u0000\u0000\u0002",
"partition_key_end": "\u0000\u0000\u0000\u0003"
}
},
"consensus_state": {
"type": "COMMITTED",
"term": 1,
"opid_index": -1,
"leader_uuid": "654c14a4febb4065a34b7ac89ce68aa5",
"voter_uuids": [
"4a8125f28ac64395a7509c04c3222e9e",
"654c14a4febb4065a34b7ac89ce68aa5",
"ff4878e4ef5640ac9d41e564395cbe5e"
]
}
},
{
"ts_uuid": "654c14a4febb4065a34b7ac89ce68aa5",
"ts_address": "127.0.0.1:7250",
"ts_healthy": true,
"is_leader": true,
"is_voter": true,
"state": "RUNNING",
"status_pb": {
"tablet_id": "e1ae7cd7ce134007bedfc2a0eb4a6380",
"table_name": "loadgen_auto_5e0719d11a8d4c27beba4b2b0cde5744",
"state": "RUNNING",
"last_status": "No bootstrap required, opened a new log",
"estimated_on_disk_size": 8425619,
"tablet_data_state": "TABLET_DATA_READY",
"partition": {
"hash_buckets": [
2
],
"partition_key_start": "\u0000\u0000\u0000\u0002",
"partition_key_end": "\u0000\u0000\u0000\u0003"
}
},
"consensus_state": {
"type": "COMMITTED",
"term": 1,
"opid_index": -1,
"leader_uuid": "654c14a4febb4065a34b7ac89ce68aa5",
"voter_uuids": [
"4a8125f28ac64395a7509c04c3222e9e",
"654c14a4febb4065a34b7ac89ce68aa5",
"ff4878e4ef5640ac9d41e564395cbe5e"
]
}
}
]
},
{
"health": "HEALTHY",
"status": "Tablet e749dd0aa39c473da34b4e970d305902 of table 'loadgen_auto_5e0719d11a8d4c27beba4b2b0cde5744' is healthy.",
"master_cstate": {
"type": "MASTER",
"leader_uuid": "654c14a4febb4065a34b7ac89ce68aa5",
"voter_uuids": [
"4a8125f28ac64395a7509c04c3222e9e",
"654c14a4febb4065a34b7ac89ce68aa5",
"ff4878e4ef5640ac9d41e564395cbe5e"
]
},
"replicas": [
{
"ts_uuid": "4a8125f28ac64395a7509c04c3222e9e",
"ts_address": "127.0.0.1:7050",
"ts_healthy": true,
"is_leader": false,
"is_voter": true,
"state": "RUNNING",
"status_pb": {
"tablet_id": "e749dd0aa39c473da34b4e970d305902",
"table_name": "loadgen_auto_5e0719d11a8d4c27beba4b2b0cde5744",
"state": "RUNNING",
"last_status": "No bootstrap required, opened a new log",
"estimated_on_disk_size": 8426793,
"tablet_data_state": "TABLET_DATA_READY",
"partition": {
"hash_buckets": [
3
],
"partition_key_start": "\u0000\u0000\u0000\u0003",
"partition_key_end": "\u0000\u0000\u0000\u0004"
}
},
"consensus_state": {
"type": "COMMITTED",
"term": 1,
"opid_index": -1,
"leader_uuid": "654c14a4febb4065a34b7ac89ce68aa5",
"voter_uuids": [
"4a8125f28ac64395a7509c04c3222e9e",
"654c14a4febb4065a34b7ac89ce68aa5",
"ff4878e4ef5640ac9d41e564395cbe5e"
]
}
},
{
"ts_uuid": "ff4878e4ef5640ac9d41e564395cbe5e",
"ts_address": "127.0.0.1:7150",
"ts_healthy": true,
"is_leader": false,
"is_voter": true,
"state": "RUNNING",
"status_pb": {
"tablet_id": "e749dd0aa39c473da34b4e970d305902",
"table_name": "loadgen_auto_5e0719d11a8d4c27beba4b2b0cde5744",
"state": "RUNNING",
"last_status": "No bootstrap required, opened a new log",
"estimated_on_disk_size": 8426807,
"tablet_data_state": "TABLET_DATA_READY",
"partition": {
"hash_buckets": [
3
],
"partition_key_start": "\u0000\u0000\u0000\u0003",
"partition_key_end": "\u0000\u0000\u0000\u0004"
}
},
"consensus_state": {
"type": "COMMITTED",
"term": 1,
"opid_index": -1,
"leader_uuid": "654c14a4febb4065a34b7ac89ce68aa5",
"voter_uuids": [
"4a8125f28ac64395a7509c04c3222e9e",
"654c14a4febb4065a34b7ac89ce68aa5",
"ff4878e4ef5640ac9d41e564395cbe5e"
]
}
},
{
"ts_uuid": "654c14a4febb4065a34b7ac89ce68aa5",
"ts_address": "127.0.0.1:7250",
"ts_healthy": true,
"is_leader": true,
"is_voter": true,
"state": "RUNNING",
"status_pb": {
"tablet_id": "e749dd0aa39c473da34b4e970d305902",
"table_name": "loadgen_auto_5e0719d11a8d4c27beba4b2b0cde5744",
"state": "RUNNING",
"last_status": "No bootstrap required, opened a new log",
"estimated_on_disk_size": 8426808,
"tablet_data_state": "TABLET_DATA_READY",
"partition": {
"hash_buckets": [
3
],
"partition_key_start": "\u0000\u0000\u0000\u0003",
"partition_key_end": "\u0000\u0000\u0000\u0004"
}
},
"consensus_state": {
"type": "COMMITTED",
"term": 1,
"opid_index": -1,
"leader_uuid": "654c14a4febb4065a34b7ac89ce68aa5",
"voter_uuids": [
"4a8125f28ac64395a7509c04c3222e9e",
"654c14a4febb4065a34b7ac89ce68aa5",
"ff4878e4ef5640ac9d41e564395cbe5e"
]
}
}
]
},
{
"health": "HEALTHY",
"status": "Tablet b41d4072f7174053aa17aaf6fd7f98a3 of table 'loadgen_auto_5e0719d11a8d4c27beba4b2b0cde5744' is healthy.",
"master_cstate": {
"type": "MASTER",
"leader_uuid": "654c14a4febb4065a34b7ac89ce68aa5",
"voter_uuids": [
"4a8125f28ac64395a7509c04c3222e9e",
"654c14a4febb4065a34b7ac89ce68aa5",
"ff4878e4ef5640ac9d41e564395cbe5e"
]
},
"replicas": [
{
"ts_uuid": "4a8125f28ac64395a7509c04c3222e9e",
"ts_address": "127.0.0.1:7050",
"ts_healthy": true,
"is_leader": false,
"is_voter": true,
"state": "RUNNING",
"status_pb": {
"tablet_id": "b41d4072f7174053aa17aaf6fd7f98a3",
"table_name": "loadgen_auto_5e0719d11a8d4c27beba4b2b0cde5744",
"state": "RUNNING",
"last_status": "No bootstrap required, opened a new log",
"estimated_on_disk_size": 8426628,
"tablet_data_state": "TABLET_DATA_READY",
"partition": {
"hash_buckets": [
4
],
"partition_key_start": "\u0000\u0000\u0000\u0004",
"partition_key_end": "\u0000\u0000\u0000\u0005"
}
},
"consensus_state": {
"type": "COMMITTED",
"term": 5,
"opid_index": -1,
"leader_uuid": "654c14a4febb4065a34b7ac89ce68aa5",
"voter_uuids": [
"4a8125f28ac64395a7509c04c3222e9e",
"654c14a4febb4065a34b7ac89ce68aa5",
"ff4878e4ef5640ac9d41e564395cbe5e"
]
}
},
{
"ts_uuid": "ff4878e4ef5640ac9d41e564395cbe5e",
"ts_address": "127.0.0.1:7150",
"ts_healthy": true,
"is_leader": false,
"is_voter": true,
"state": "RUNNING",
"status_pb": {
"tablet_id": "b41d4072f7174053aa17aaf6fd7f98a3",
"table_name": "loadgen_auto_5e0719d11a8d4c27beba4b2b0cde5744",
"state": "RUNNING",
"last_status": "No bootstrap required, opened a new log",
"estimated_on_disk_size": 8426640,
"tablet_data_state": "TABLET_DATA_READY",
"partition": {
"hash_buckets": [
4
],
"partition_key_start": "\u0000\u0000\u0000\u0004",
"partition_key_end": "\u0000\u0000\u0000\u0005"
}
},
"consensus_state": {
"type": "COMMITTED",
"term": 5,
"opid_index": -1,
"leader_uuid": "654c14a4febb4065a34b7ac89ce68aa5",
"voter_uuids": [
"4a8125f28ac64395a7509c04c3222e9e",
"654c14a4febb4065a34b7ac89ce68aa5",
"ff4878e4ef5640ac9d41e564395cbe5e"
]
}
},
{
"ts_uuid": "654c14a4febb4065a34b7ac89ce68aa5",
"ts_address": "127.0.0.1:7250",
"ts_healthy": true,
"is_leader": true,
"is_voter": true,
"state": "RUNNING",
"status_pb": {
"tablet_id": "b41d4072f7174053aa17aaf6fd7f98a3",
"table_name": "loadgen_auto_5e0719d11a8d4c27beba4b2b0cde5744",
"state": "RUNNING",
"last_status": "No bootstrap required, opened a new log",
"estimated_on_disk_size": 8426717,
"tablet_data_state": "TABLET_DATA_READY",
"partition": {
"hash_buckets": [
4
],
"partition_key_start": "\u0000\u0000\u0000\u0004",
"partition_key_end": "\u0000\u0000\u0000\u0005"
}
},
"consensus_state": {
"type": "COMMITTED",
"term": 5,
"opid_index": -1,
"leader_uuid": "654c14a4febb4065a34b7ac89ce68aa5",
"voter_uuids": [
"4a8125f28ac64395a7509c04c3222e9e",
"654c14a4febb4065a34b7ac89ce68aa5",
"ff4878e4ef5640ac9d41e564395cbe5e"
]
}
}
]
},
{
"health": "HEALTHY",
"status": "Tablet 0ee80d2eaf6a4ee4a685f3ce64410a12 of table 'loadgen_auto_5e0719d11a8d4c27beba4b2b0cde5744' is healthy.",
"master_cstate": {
"type": "MASTER",
"leader_uuid": "654c14a4febb4065a34b7ac89ce68aa5",
"voter_uuids": [
"4a8125f28ac64395a7509c04c3222e9e",
"654c14a4febb4065a34b7ac89ce68aa5",
"ff4878e4ef5640ac9d41e564395cbe5e"
]
},
"replicas": [
{
"ts_uuid": "4a8125f28ac64395a7509c04c3222e9e",
"ts_address": "127.0.0.1:7050",
"ts_healthy": true,
"is_leader": false,
"is_voter": true,
"state": "RUNNING",
"status_pb": {
"tablet_id": "0ee80d2eaf6a4ee4a685f3ce64410a12",
"table_name": "loadgen_auto_5e0719d11a8d4c27beba4b2b0cde5744",
"state": "RUNNING",
"last_status": "No bootstrap required, opened a new log",
"estimated_on_disk_size": 8427931,
"tablet_data_state": "TABLET_DATA_READY",
"partition": {
"hash_buckets": [
5
],
"partition_key_start": "\u0000\u0000\u0000\u0005",
"partition_key_end": "\u0000\u0000\u0000\u0006"
}
},
"consensus_state": {
"type": "COMMITTED",
"term": 4,
"opid_index": -1,
"leader_uuid": "654c14a4febb4065a34b7ac89ce68aa5",
"voter_uuids": [
"4a8125f28ac64395a7509c04c3222e9e",
"654c14a4febb4065a34b7ac89ce68aa5",
"ff4878e4ef5640ac9d41e564395cbe5e"
]
}
},
{
"ts_uuid": "ff4878e4ef5640ac9d41e564395cbe5e",
"ts_address": "127.0.0.1:7150",
"ts_healthy": true,
"is_leader": false,
"is_voter": true,
"state": "RUNNING",
"status_pb": {
"tablet_id": "0ee80d2eaf6a4ee4a685f3ce64410a12",
"table_name": "loadgen_auto_5e0719d11a8d4c27beba4b2b0cde5744",
"state": "RUNNING",
"last_status": "No bootstrap required, opened a new log",
"estimated_on_disk_size": 8427931,
"tablet_data_state": "TABLET_DATA_READY",
"partition": {
"hash_buckets": [
5
],
"partition_key_start": "\u0000\u0000\u0000\u0005",
"partition_key_end": "\u0000\u0000\u0000\u0006"
}
},
"consensus_state": {
"type": "COMMITTED",
"term": 4,
"opid_index": -1,
"leader_uuid": "654c14a4febb4065a34b7ac89ce68aa5",
"voter_uuids": [
"4a8125f28ac64395a7509c04c3222e9e",
"654c14a4febb4065a34b7ac89ce68aa5",
"ff4878e4ef5640ac9d41e564395cbe5e"
]
}
},
{
"ts_uuid": "654c14a4febb4065a34b7ac89ce68aa5",
"ts_address": "127.0.0.1:7250",
"ts_healthy": true,
"is_leader": true,
"is_voter": true,
"state": "RUNNING",
"status_pb": {
"tablet_id": "0ee80d2eaf6a4ee4a685f3ce64410a12",
"table_name": "loadgen_auto_5e0719d11a8d4c27beba4b2b0cde5744",
"state": "RUNNING",
"last_status": "No bootstrap required, opened a new log",
"estimated_on_disk_size": 8427813,
"tablet_data_state": "TABLET_DATA_READY",
"partition": {
"hash_buckets": [
5
],
"partition_key_start": "\u0000\u0000\u0000\u0005",
"partition_key_end": "\u0000\u0000\u0000\u0006"
}
},
"consensus_state": {
"type": "COMMITTED",
"term": 4,
"opid_index": -1,
"leader_uuid": "654c14a4febb4065a34b7ac89ce68aa5",
"voter_uuids": [
"4a8125f28ac64395a7509c04c3222e9e",
"654c14a4febb4065a34b7ac89ce68aa5",
"ff4878e4ef5640ac9d41e564395cbe5e"
]
}
}
]
},
{
"health": "HEALTHY",
"status": "Tablet e44862dd91264cbd86e69bf337bc3ff0 of table 'loadgen_auto_5e0719d11a8d4c27beba4b2b0cde5744' is healthy.",
"master_cstate": {
"type": "MASTER",
"leader_uuid": "654c14a4febb4065a34b7ac89ce68aa5",
"voter_uuids": [
"4a8125f28ac64395a7509c04c3222e9e",
"654c14a4febb4065a34b7ac89ce68aa5",
"ff4878e4ef5640ac9d41e564395cbe5e"
]
},
"replicas": [
{
"ts_uuid": "ff4878e4ef5640ac9d41e564395cbe5e",
"ts_address": "127.0.0.1:7150",
"ts_healthy": true,
"is_leader": false,
"is_voter": true,
"state": "RUNNING",
"status_pb": {
"tablet_id": "e44862dd91264cbd86e69bf337bc3ff0",
"table_name": "loadgen_auto_5e0719d11a8d4c27beba4b2b0cde5744",
"state": "RUNNING",
"last_status": "No bootstrap required, opened a new log",
"estimated_on_disk_size": 8426842,
"tablet_data_state": "TABLET_DATA_READY",
"partition": {
"hash_buckets": [
6
],
"partition_key_start": "\u0000\u0000\u0000\u0006",
"partition_key_end": "\u0000\u0000\u0000\u0007"
}
},
"consensus_state": {
"type": "COMMITTED",
"term": 1,
"opid_index": -1,
"leader_uuid": "654c14a4febb4065a34b7ac89ce68aa5",
"voter_uuids": [
"4a8125f28ac64395a7509c04c3222e9e",
"654c14a4febb4065a34b7ac89ce68aa5",
"ff4878e4ef5640ac9d41e564395cbe5e"
]
}
},
{
"ts_uuid": "4a8125f28ac64395a7509c04c3222e9e",
"ts_address": "127.0.0.1:7050",
"ts_healthy": true,
"is_leader": false,
"is_voter": true,
"state": "RUNNING",
"status_pb": {
"tablet_id": "e44862dd91264cbd86e69bf337bc3ff0",
"table_name": "loadgen_auto_5e0719d11a8d4c27beba4b2b0cde5744",
"state": "RUNNING",
"last_status": "No bootstrap required, opened a new log",
"estimated_on_disk_size": 8426876,
"tablet_data_state": "TABLET_DATA_READY",
"partition": {
"hash_buckets": [
6
],
"partition_key_start": "\u0000\u0000\u0000\u0006",
"partition_key_end": "\u0000\u0000\u0000\u0007"
}
},
"consensus_state": {
"type": "COMMITTED",
"term": 1,
"opid_index": -1,
"leader_uuid": "654c14a4febb4065a34b7ac89ce68aa5",
"voter_uuids": [
"4a8125f28ac64395a7509c04c3222e9e",
"654c14a4febb4065a34b7ac89ce68aa5",
"ff4878e4ef5640ac9d41e564395cbe5e"
]
}
},
{
"ts_uuid": "654c14a4febb4065a34b7ac89ce68aa5",
"ts_address": "127.0.0.1:7250",
"ts_healthy": true,
"is_leader": true,
"is_voter": true,
"state": "RUNNING",
"status_pb": {
"tablet_id": "e44862dd91264cbd86e69bf337bc3ff0",
"table_name": "loadgen_auto_5e0719d11a8d4c27beba4b2b0cde5744",
"state": "RUNNING",
"last_status": "No bootstrap required, opened a new log",
"estimated_on_disk_size": 8426876,
"tablet_data_state": "TABLET_DATA_READY",
"partition": {
"hash_buckets": [
6
],
"partition_key_start": "\u0000\u0000\u0000\u0006",
"partition_key_end": "\u0000\u0000\u0000\u0007"
}
},
"consensus_state": {
"type": "COMMITTED",
"term": 1,
"opid_index": -1,
"leader_uuid": "654c14a4febb4065a34b7ac89ce68aa5",
"voter_uuids": [
"4a8125f28ac64395a7509c04c3222e9e",
"654c14a4febb4065a34b7ac89ce68aa5",
"ff4878e4ef5640ac9d41e564395cbe5e"
]
}
}
]
},
{
"health": "HEALTHY",
"status": "Tablet ee48d9a67e0c4184aacab77ad1e98b5b of table 'loadgen_auto_5e0719d11a8d4c27beba4b2b0cde5744' is healthy.",
"master_cstate": {
"type": "MASTER",
"leader_uuid": "4a8125f28ac64395a7509c04c3222e9e",
"voter_uuids": [
"4a8125f28ac64395a7509c04c3222e9e",
"654c14a4febb4065a34b7ac89ce68aa5",
"ff4878e4ef5640ac9d41e564395cbe5e"
]
},
"replicas": [
{
"ts_uuid": "ff4878e4ef5640ac9d41e564395cbe5e",
"ts_address": "127.0.0.1:7150",
"ts_healthy": true,
"is_leader": false,
"is_voter": true,
"state": "RUNNING",
"status_pb": {
"tablet_id": "ee48d9a67e0c4184aacab77ad1e98b5b",
"table_name": "loadgen_auto_5e0719d11a8d4c27beba4b2b0cde5744",
"state": "RUNNING",
"last_status": "No bootstrap required, opened a new log",
"estimated_on_disk_size": 8425439,
"tablet_data_state": "TABLET_DATA_READY",
"partition": {
"hash_buckets": [
7
],
"partition_key_start": "\u0000\u0000\u0000\u0007",
"partition_key_end": ""
}
},
"consensus_state": {
"type": "COMMITTED",
"term": 8,
"opid_index": -1,
"leader_uuid": "4a8125f28ac64395a7509c04c3222e9e",
"voter_uuids": [
"4a8125f28ac64395a7509c04c3222e9e",
"654c14a4febb4065a34b7ac89ce68aa5",
"ff4878e4ef5640ac9d41e564395cbe5e"
]
}
},
{
"ts_uuid": "4a8125f28ac64395a7509c04c3222e9e",
"ts_address": "127.0.0.1:7050",
"ts_healthy": true,
"is_leader": true,
"is_voter": true,
"state": "RUNNING",
"status_pb": {
"tablet_id": "ee48d9a67e0c4184aacab77ad1e98b5b",
"table_name": "loadgen_auto_5e0719d11a8d4c27beba4b2b0cde5744",
"state": "RUNNING",
"last_status": "No bootstrap required, opened a new log",
"estimated_on_disk_size": 8425473,
"tablet_data_state": "TABLET_DATA_READY",
"partition": {
"hash_buckets": [
7
],
"partition_key_start": "\u0000\u0000\u0000\u0007",
"partition_key_end": ""
}
},
"consensus_state": {
"type": "COMMITTED",
"term": 8,
"opid_index": -1,
"leader_uuid": "4a8125f28ac64395a7509c04c3222e9e",
"voter_uuids": [
"4a8125f28ac64395a7509c04c3222e9e",
"654c14a4febb4065a34b7ac89ce68aa5",
"ff4878e4ef5640ac9d41e564395cbe5e"
]
}
},
{
"ts_uuid": "654c14a4febb4065a34b7ac89ce68aa5",
"ts_address": "127.0.0.1:7250",
"ts_healthy": true,
"is_leader": false,
"is_voter": true,
"state": "RUNNING",
"status_pb": {
"tablet_id": "ee48d9a67e0c4184aacab77ad1e98b5b",
"table_name": "loadgen_auto_5e0719d11a8d4c27beba4b2b0cde5744",
"state": "RUNNING",
"last_status": "No bootstrap required, opened a new log",
"estimated_on_disk_size": 8425473,
"tablet_data_state": "TABLET_DATA_READY",
"partition": {
"hash_buckets": [
7
],
"partition_key_start": "\u0000\u0000\u0000\u0007",
"partition_key_end": ""
}
},
"consensus_state": {
"type": "COMMITTED",
"term": 8,
"opid_index": -1,
"leader_uuid": "4a8125f28ac64395a7509c04c3222e9e",
"voter_uuids": [
"4a8125f28ac64395a7509c04c3222e9e",
"654c14a4febb4065a34b7ac89ce68aa5",
"ff4878e4ef5640ac9d41e564395cbe5e"
]
}
}
]
}
],
"table_summaries": [
{
"name": "loadgen_auto_5e0719d11a8d4c27beba4b2b0cde5744",
"health": "HEALTHY",
"replication_factor": 3,
"total_tablets": 8,
"healthy_tablets": 8,
"recovering_tablets": 0,
"underreplicated_tablets": 0,
"unavailable_tablets": 0,
"consensus_mismatch_tablets": 0
}
],
"checksum_results": {
"tables": [
{
"name": "loadgen_auto_5e0719d11a8d4c27beba4b2b0cde5744",
"tablets": [
{
"tablet_id": "0bfcfadda0ef4b569ba8cc562348cfc6",
"mismatch": false,
"replica_checksums": [
{
"ts_address": "127.0.0.1:7050",
"ts_uuid": "4a8125f28ac64395a7509c04c3222e9e",
"status": "OK",
"checksum": 561831644122
},
{
"ts_address": "127.0.0.1:7250",
"ts_uuid": "654c14a4febb4065a34b7ac89ce68aa5",
"status": "OK",
"checksum": 561831644122
},
{
"ts_address": "127.0.0.1:7150",
"ts_uuid": "ff4878e4ef5640ac9d41e564395cbe5e",
"status": "OK",
"checksum": 561831644122
}
]
},
{
"tablet_id": "0ee80d2eaf6a4ee4a685f3ce64410a12",
"mismatch": false,
"replica_checksums": [
{
"ts_address": "127.0.0.1:7050",
"ts_uuid": "4a8125f28ac64395a7509c04c3222e9e",
"status": "OK",
"checksum": 620852503482
},
{
"ts_address": "127.0.0.1:7250",
"ts_uuid": "654c14a4febb4065a34b7ac89ce68aa5",
"status": "OK",
"checksum": 620852503482
},
{
"ts_address": "127.0.0.1:7150",
"ts_uuid": "ff4878e4ef5640ac9d41e564395cbe5e",
"status": "OK",
"checksum": 620852503482
}
]
},
{
"tablet_id": "b41d4072f7174053aa17aaf6fd7f98a3",
"mismatch": false,
"replica_checksums": [
{
"ts_address": "127.0.0.1:7050",
"ts_uuid": "4a8125f28ac64395a7509c04c3222e9e",
"status": "OK",
"checksum": 567845886637
},
{
"ts_address": "127.0.0.1:7250",
"ts_uuid": "654c14a4febb4065a34b7ac89ce68aa5",
"status": "OK",
"checksum": 567845886637
},
{
"ts_address": "127.0.0.1:7150",
"ts_uuid": "ff4878e4ef5640ac9d41e564395cbe5e",
"status": "OK",
"checksum": 567845886637
}
]
},
{
"tablet_id": "bdbbcf60818c489581a9a0bed5c3202b",
"mismatch": false,
"replica_checksums": [
{
"ts_address": "127.0.0.1:7050",
"ts_uuid": "4a8125f28ac64395a7509c04c3222e9e",
"status": "OK",
"checksum": 413795828979
},
{
"ts_address": "127.0.0.1:7250",
"ts_uuid": "654c14a4febb4065a34b7ac89ce68aa5",
"status": "OK",
"checksum": 413795828979
},
{
"ts_address": "127.0.0.1:7150",
"ts_uuid": "ff4878e4ef5640ac9d41e564395cbe5e",
"status": "OK",
"checksum": 413795828979
}
]
},
{
"tablet_id": "e1ae7cd7ce134007bedfc2a0eb4a6380",
"mismatch": false,
"replica_checksums": [
{
"ts_address": "127.0.0.1:7050",
"ts_uuid": "4a8125f28ac64395a7509c04c3222e9e",
"status": "OK",
"checksum": 499348467200
},
{
"ts_address": "127.0.0.1:7250",
"ts_uuid": "654c14a4febb4065a34b7ac89ce68aa5",
"status": "OK",
"checksum": 499348467200
},
{
"ts_address": "127.0.0.1:7150",
"ts_uuid": "ff4878e4ef5640ac9d41e564395cbe5e",
"status": "OK",
"checksum": 499348467200
}
]
},
{
"tablet_id": "e44862dd91264cbd86e69bf337bc3ff0",
"mismatch": false,
"replica_checksums": [
{
"ts_address": "127.0.0.1:7050",
"ts_uuid": "4a8125f28ac64395a7509c04c3222e9e",
"status": "OK",
"checksum": 586737042833
},
{
"ts_address": "127.0.0.1:7250",
"ts_uuid": "654c14a4febb4065a34b7ac89ce68aa5",
"status": "OK",
"checksum": 586737042833
},
{
"ts_address": "127.0.0.1:7150",
"ts_uuid": "ff4878e4ef5640ac9d41e564395cbe5e",
"status": "OK",
"checksum": 586737042833
}
]
},
{
"tablet_id": "e749dd0aa39c473da34b4e970d305902",
"mismatch": false,
"replica_checksums": [
{
"ts_address": "127.0.0.1:7050",
"ts_uuid": "4a8125f28ac64395a7509c04c3222e9e",
"status": "OK",
"checksum": 544768938275
},
{
"ts_address": "127.0.0.1:7250",
"ts_uuid": "654c14a4febb4065a34b7ac89ce68aa5",
"status": "OK",
"checksum": 544768938275
},
{
"ts_address": "127.0.0.1:7150",
"ts_uuid": "ff4878e4ef5640ac9d41e564395cbe5e",
"status": "OK",
"checksum": 544768938275
}
]
},
{
"tablet_id": "ee48d9a67e0c4184aacab77ad1e98b5b",
"mismatch": false,
"replica_checksums": [
{
"ts_address": "127.0.0.1:7050",
"ts_uuid": "4a8125f28ac64395a7509c04c3222e9e",
"status": "OK",
"checksum": 522857742291
},
{
"ts_address": "127.0.0.1:7250",
"ts_uuid": "654c14a4febb4065a34b7ac89ce68aa5",
"status": "OK",
"checksum": 522857742291
},
{
"ts_address": "127.0.0.1:7150",
"ts_uuid": "ff4878e4ef5640ac9d41e564395cbe5e",
"status": "OK",
"checksum": 522857742291
}
]
}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment