keith-turner commented on a change in pull request #1579: Closes #1576: Update 
importTable with directory list as Set<String>
URL: https://github.com/apache/accumulo/pull/1579#discussion_r405775512
 
 

 ##########
 File path: 
server/master/src/main/java/org/apache/accumulo/master/tableOps/tableImport/ImportTable.java
 ##########
 @@ -53,16 +54,17 @@
 public class ImportTable extends MasterRepo {
   private static final Logger log = LoggerFactory.getLogger(ImportTable.class);
 
-  private static final long serialVersionUID = 1L;
+  private static final long serialVersionUID = 2L;
 
 Review comment:
   I think we check before upgrade if there are any outstanding FATE ops and if 
so upgrade will not proceed.  So usually do not need to worry about FATE 
persistence across versions.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to