You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "chenxu (JIRA)" <ji...@apache.org> on 2018/12/11 11:08:00 UTC

[jira] [Updated] (HBASE-21583) bulkload maybe failed if StripeCompaction enabled but Region has no stripes

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

chenxu updated HBASE-21583:
---------------------------
    Attachment: HBASE-21583-master-v1.patch

> bulkload maybe failed if StripeCompaction enabled but Region has no stripes
> ---------------------------------------------------------------------------
>
>                 Key: HBASE-21583
>                 URL: https://issues.apache.org/jira/browse/HBASE-21583
>             Project: HBase
>          Issue Type: Bug
>            Reporter: chenxu
>            Priority: Major
>         Attachments: HBASE-21583-master-v1.patch
>
>
> Table-A is an existing table that enable StripeCompaction,when create Table-B(also enable StripeCompaction) and bulkload data copy from Table-A,the following exception will occur.
> org.apache.hadoop.hbase.client.RetriesExhaustedException: Failed after attempts=1, exceptions:
> Mon Dec 10 21:26:34 CST 2018, RpcRetryingCaller{globalStartTime=1544448389041, pause=100, retries=1}, java.io.IOException: java.io.IOException: Newly created stripes do not cover the entire key space.
> at org.apache.hadoop.hbase.regionserver.StripeStoreFileManager$CompactionOrFlushMergeCopy.processNewCandidateStripes(StripeStoreFileManager.java:886)
> at org.apache.hadoop.hbase.regionserver.StripeStoreFileManager$CompactionOrFlushMergeCopy.mergeResults(StripeStoreFileManager.java:717)
> at org.apache.hadoop.hbase.regionserver.StripeStoreFileManager$CompactionOrFlushMergeCopy.access$100(StripeStoreFileManager.java:690)
> at org.apache.hadoop.hbase.regionserver.StripeStoreFileManager.insertNewFiles(StripeStoreFileManager.java:151)
> at org.apache.hadoop.hbase.regionserver.HStore.bulkLoadHFile(HStore.java:891)
> at org.apache.hadoop.hbase.regionserver.HStore.bulkLoadHFile(HStore.java:869)
> at org.apache.hadoop.hbase.regionserver.HRegion.bulkLoadHFiles(HRegion.java:5524)
> at org.apache.hadoop.hbase.regionserver.RSRpcServices.bulkLoadHFile(RSRpcServices.java:1980)
> at org.apache.hadoop.hbase.protobuf.generated.ClientProtos$ClientService$2.callBlockingMethod(ClientProtos.java:33650)
> at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2208)
> at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:116)
> at org.apache.hadoop.hbase.ipc.RpcExecutor.consumerLoop(RpcExecutor.java:135)
> at org.apache.hadoop.hbase.ipc.RpcExecutor$1.run(RpcExecutor.java:110)
> at java.lang.Thread.run(Thread.java:745)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)