mihir6692 commented on PR #5772:
URL: https://github.com/apache/hbase/pull/5772#issuecomment-2014346223
Here is Sample Output for `/hbck/hbck_metrics` call
```
{
"data": {
"hbck_report_start_time": 1711082593359,
"hbck_report_end_time": 1711082593924,
"hbck_orphan_regions_on_fs": [
{
"orphan_region_id": "abcdefghi",
"orphan_region_hdfs_path": "hdfs://path1"
},
{
"orphan_region_id": "pqrsxyz",
"orphan_region_hdfs_path": "hdfs://path2"
}
],
"hbck_orphan_regions_on_rs": [
{
"orphan_region_id": "abcdefghi",
"orphan_region_rs_name": {
"host_name": "localhost1",
"host_port": 16010,
"start_code": 12345
}
},
{
"orphan_region_id": "pqrsxyz",
"orphan_region_rs_name": {
"host_name": "localhost1",
"host_port": 16010,
"start_code": 12345
}
}
],
"hbck_inconsistent_regions": [
{
"inconsistent_region_id": "abcdefef",
"server_name_in_meta": {
"host_name": "localhost1",
"host_port": 16010,
"start_code": 12345
},
"list_of_server_name": [
{
"host_name": "localhost1",
"host_port": 16010,
"start_code": 12345
},
{
"host_name": "localhost2",
"host_port": 16010,
"start_code": 12345
}
]
},
{
"inconsistent_region_id": "xyzpqrs",
"server_name_in_meta": {
"host_name": "localhost2",
"host_port": 16010,
"start_code": 12345
},
"list_of_server_name": [
{
"host_name": "localhost1",
"host_port": 16010,
"start_code": 12345
},
{
"host_name": "localhost2",
"host_port": 16010,
"start_code": 12345
}
]
}
],
"hbck_holes": [
{
"region_hole1": {
"region_id": "region1",
"table_name": "table1",
"start_key": "abcd",
"end_key": "xyz"
},
"region_hole2": {
"region_id": "region2",
"table_name": "table2",
"start_key": "abcd",
"end_key": "xyz"
}
},
{
"region_hole1": {
"region_id": "region2",
"table_name": "table2",
"start_key": "abcd",
"end_key": "xyz"
},
"region_hole2": {
"region_id": "region1",
"table_name": "table1",
"start_key": "abcd",
"end_key": "xyz"
}
}
],
"hbck_overlaps": [
{
"overlap_region1": {
"region_id": "region1",
"table_name": "table1",
"start_key": "abcd",
"end_key": "xyz"
},
"overlap_region2": {
"region_id": "region2",
"table_name": "table2",
"start_key": "abcd",
"end_key": "xyz"
}
},
{
"overlap_region1": {
"region_id": "region2",
"table_name": "table2",
"start_key": "abcd",
"end_key": "xyz"
},
"overlap_region2": {
"region_id": "region1",
"table_name": "table1",
"start_key": "abcd",
"end_key": "xyz"
}
}
],
"hbck_unknown_servers": [
{
"unknown_server_region_id": {
"region_id": "region1",
"table_name": "table1",
"start_key": "abcd",
"end_key": "xyz"
},
"unknown_server_name": {
"host_name": "localhost1",
"host_port": 16010,
"start_code": 12345
}
},
{
"unknown_server_region_id": {
"region_id": "region1",
"table_name": "table1",
"start_key": "abcd",
"end_key": "xyz"
},
"unknown_server_name": {
"host_name": "localhost1",
"host_port": 16010,
"start_code": 12345
}
}
],
"hbck_empty_region_info": [
{
"empty_region_info": "emtpyRegion1"
},
{
"empty_region_info": "emtpyRegion2"
}
]
}
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]