[
https://issues.apache.org/jira/browse/HBASE-25567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jun Yuan updated HBASE-25567:
-----------------------------
Description:
We invoked HRegionFileSystem.loadRegionInfoFileContent to read .regioninfo from
hdfs, but get an exception occasionally
{noformat}
Caused by: java.io.IOException: read=3, wanted=4
at
org.apache.hadoop.hbase.client.RegionInfo.parseFrom(RegionInfo.java:743)
at
org.apache.hadoop.hbase.regionserver.HRegionFileSystem.loadRegionInfoFileContent(HRegionFileSystem.java:856)
{nofmormat}
was:
We invoked HRegionFileSystem.loadRegionInfoFileContent to read .regioninfo from
hdfs, but get an exception occasionally
Caused by: java.io.IOException: read=3, wanted=4
at
org.apache.hadoop.hbase.client.RegionInfo.parseFrom(RegionInfo.java:743)
at
org.apache.hadoop.hbase.regionserver.HRegionFileSystem.loadRegionInfoFileContent(HRegionFileSystem.java:856)
> HRegionFileSystem.loadRegionInfoFileContent throws IOException occasionally
> ---------------------------------------------------------------------------
>
> Key: HBASE-25567
> URL: https://issues.apache.org/jira/browse/HBASE-25567
> Project: HBase
> Issue Type: Bug
> Components: regionserver
> Affects Versions: 2.1.4
> Reporter: Jun Yuan
> Priority: Major
>
> We invoked HRegionFileSystem.loadRegionInfoFileContent to read .regioninfo
> from hdfs, but get an exception occasionally
> {noformat}
> Caused by: java.io.IOException: read=3, wanted=4
> at
> org.apache.hadoop.hbase.client.RegionInfo.parseFrom(RegionInfo.java:743)
> at
> org.apache.hadoop.hbase.regionserver.HRegionFileSystem.loadRegionInfoFileContent(HRegionFileSystem.java:856)
> {nofmormat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)