Ted Yu created HBASE-17092:
------------------------------

             Summary: Both LoadIncrementalHFiles#doBulkLoad() methods should 
set return value
                 Key: HBASE-17092
                 URL: https://issues.apache.org/jira/browse/HBASE-17092
             Project: HBase
          Issue Type: Bug
            Reporter: Ted Yu


Currently there are two LoadIncrementalHFiles#doBulkLoad() methods.
One returns a Map:
{code}
  public Map<LoadQueueItem, ByteBuffer> doBulkLoad(Map<byte[], List<Path>> map, 
final Admin admin,
{code}
The other one is void return type.

This issue makes both methods record return value which is used by the run() 
method.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to