[jira] [Updated] (HBASE-25567) HRegionFileSystem.loadRegionInfoFileContent throws IOException occasionally

2021-02-11 Thread Jun Yuan (Jira)


 [ 
https://issues.apache.org/jira/browse/HBASE-25567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jun Yuan updated HBASE-25567:
-
Component/s: (was: regionserver)
 Client

> HRegionFileSystem.loadRegionInfoFileContent throws IOException occasionally
> ---
>
> Key: HBASE-25567
> URL: https://issues.apache.org/jira/browse/HBASE-25567
> Project: HBase
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 2.1.4
>Reporter: Jun Yuan
>Priority: Major
>
> We invoked HRegionFileSystem.loadRegionInfoFileContent to read .regioninfo 
> from hdfs, but get an exception occasionally
> {code:java}
> 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){code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-25567) HRegionFileSystem.loadRegionInfoFileContent throws IOException occasionally

2021-02-11 Thread Jun Yuan (Jira)


 [ 
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
{code:java}
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){code}

  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
> {code:java}
> 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){code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-25567) HRegionFileSystem.loadRegionInfoFileContent throws IOException occasionally

2021-02-11 Thread Jun Yuan (Jira)


 [ 
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

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)




  was:
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}




> 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
> 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)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (HBASE-25567) HRegionFileSystem.loadRegionInfoFileContent throws IOException occasionally

2021-02-11 Thread Jun Yuan (Jira)


 [ 
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)