HBASE-16315 RegionSizeCalculator prints region names as binary without escapes
This commit is contained in:
parent
1b5f8c7123
commit
64136151b1
|
@ -53,7 +53,7 @@ public class RegionLoad {
|
|||
* @return the region name as a string
|
||||
*/
|
||||
public String getNameAsString() {
|
||||
return Bytes.toString(getName());
|
||||
return Bytes.toStringBinary(getName());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue