[
https://issues.apache.org/jira/browse/HBASE-16821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15573155#comment-15573155
]
Ted Yu commented on HBASE-16821:
--------------------------------
Ran the hung tests with patch:
{code}
Running org.apache.hadoop.hbase.client.TestHTableMultiplexer
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.306 sec - in
org.apache.hadoop.hbase.client.TestHTableMultiplexer
Running org.apache.hadoop.hbase.client.TestHCM
Tests run: 28, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 554.896 sec -
in org.apache.hadoop.hbase.client.TestHCM
Running org.apache.hadoop.hbase.client.TestMobCloneSnapshotFromClient
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 222.763 sec -
in org.apache.hadoop.hbase.client.TestMobCloneSnapshotFromClient
Running org.apache.hadoop.hbase.client.TestFromClientSide
Tests run: 80, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 290.082 sec -
in org.apache.hadoop.hbase.client.TestFromClientSide
Running org.apache.hadoop.hbase.client.TestReplicaWithCluster
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 68.388 sec - in
org.apache.hadoop.hbase.client.TestReplicaWithCluster
Running org.apache.hadoop.hbase.coprocessor.TestMasterObserver
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 66.269 sec - in
org.apache.hadoop.hbase.coprocessor.TestMasterObserver
{code}
The tests are not related to bulk load.
> Enhance LoadIncrementalHFiles to convey missing hfiles if any
> -------------------------------------------------------------
>
> Key: HBASE-16821
> URL: https://issues.apache.org/jira/browse/HBASE-16821
> Project: HBase
> Issue Type: Improvement
> Reporter: Ted Yu
> Assignee: Ted Yu
> Attachments: 16821.v1.txt
>
>
> When map parameter of run() method is not null:
> {code}
> public int run(String dirPath, Map<byte[], List<Path>> map, TableName
> tableName) throws Exception{
> {code}
> the caller knows the exact files to be bulk loaded.
> This issue is to enhance the run() API so that when certain hfiles turn out
> to be missing, the return value should indicate the missing files.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)