ctubbsii 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_r404945319
##########
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:
Since the Fate serialization has changed, it will be very important that
there are no outstanding import table fate operations outstanding before
upgrading. I suspect this is unlikely for most people, but may be something to
call out in the release notes.
----------------------------------------------------------------
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