You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Manno15 (via GitHub)" <gi...@apache.org> on 2023/03/17 14:28:36 UTC

[GitHub] [accumulo] Manno15 commented on a diff in pull request #3228: Fix for #2872. Makes exporttable command volume aware.

Manno15 commented on code in PR #3228:
URL: https://github.com/apache/accumulo/pull/3228#discussion_r1140309991


##########
server/manager/src/main/java/org/apache/accumulo/manager/tableOps/tableExport/WriteExportFiles.java:
##########
@@ -156,7 +156,7 @@ public void undo(long tid, Manager env) {
   public static void exportTable(VolumeManager fs, ServerContext context, String tableName,
       TableId tableID, String exportDir) throws Exception {
 
-    int count = 0;
+    // int count = 0;

Review Comment:
   Changes look good. This comment should be removed though. 



-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org