You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2019/05/10 03:58:43 UTC

[GitHub] [accumulo] ctubbsii commented on a change in pull request #1157: fix #1153 preventing multiple threads working on same bulk file

ctubbsii commented on a change in pull request #1157: fix #1153 preventing multiple threads working on same bulk file
URL: https://github.com/apache/accumulo/pull/1157#discussion_r282739207
 
 

 ##########
 File path: server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/Tablet.java
 ##########
 @@ -255,6 +255,11 @@ public long getDataSourceDeletions() {
 
   private final ConfigurationObserver configObserver;
 
+  // Files that are currently in the process of bulk importing. Access to this is protected by the
+  // tablet lock.
 
 Review comment:
   Good comment about the lock. This answered a question I had.

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


With regards,
Apache Git Services