ctubbsii commented on a change in pull request #506: fixes #472 Enabled bulk 
imports into offline table
URL: https://github.com/apache/accumulo/pull/506#discussion_r193909619
 
 

 ##########
 File path: 
core/src/main/java/org/apache/accumulo/core/client/impl/BulkImport.java
 ##########
 @@ -245,10 +247,95 @@ public MLong(long i) {
     return results;
   }
 
-  public static List<TabletLocation> findOverlappingTablets(ClientContext 
context,
-      TabletLocator locator, Text startRow, Text endRow, FileSKVIterator 
reader)
+  public interface KeyExtentCache {
 
 Review comment:
   KeyExtentCache, or more specifically ConcurrentKeyExtentCache, could 
probably use a unit test.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to