You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "yukunpeng (Jira)" <ji...@apache.org> on 2020/05/28 03:52:00 UTC

[jira] [Comment Edited] (HBASE-24450) There was a partial failure due to IO when attempting to load

    [ https://issues.apache.org/jira/browse/HBASE-24450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118274#comment-17118274 ] 

yukunpeng edited comment on HBASE-24450 at 5/28/20, 3:51 AM:
-------------------------------------------------------------

When bulk load some hfiles, IO exception occurred in hadoop, how to retry
{code:java}
regionserver.SecureBulkLoadManager: Failed to complete bulk load
java.io.IOException: Failed rename of hdfs://node1:9000/tmp/load/ontime/715505590901669888/f/8ccf9d873d114d248efd497c15a2007a to hdfs://node1:9000/Hydrogen/data/default/ontime/82c3619f9a6b2c3ddc73092deb239a85/f/4d6fa87ae5e24899b5a84dd944fa3c96_SeqId_84_
        at org.apache.hadoop.hbase.regionserver.HRegionFileSystem.commitStoreFile(HRegionFileSystem.java:480)
        at org.apache.hadoop.hbase.regionserver.HStore.bulkLoadHFile(HStore.java:891)
{code}
{code:java}
 
2020-05-28 11:48:47,301 ERROR [RpcServer.default.FPBQ.Fifo.handler=29,queue=2,port=16020] regionserver.SecureBulkLoadManager: Failed to complete bulk load java.io.IOException: Failed rename of hdfs://node1:9000/tmp/load/ontime/715505590901669888/f/b137252855764f51be61746b0bd8179a to hdfs://node1:9000/Hydrogen/data/default/ontime/82c3619f9a6b2c3ddc73092deb239a85/f/acf774e955064d319d7485168f6fcf49_SeqId_78_ at org.apache.hadoop.hbase.regionserver.HRegionFileSystem.commitStoreFile(HRegionFileSystem.java:480)
{code}
 


was (Author: yukunpeng):
When bulk load some hfiles, IO exception occurred in hadoop, how to retry

> There was a partial failure due to IO when attempting to load
> -------------------------------------------------------------
>
>                 Key: HBASE-24450
>                 URL: https://issues.apache.org/jira/browse/HBASE-24450
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 2.2.4
>            Reporter: yukunpeng
>            Priority: Minor
>




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