Github user keith-turner commented on a diff in the pull request:

    https://github.com/apache/accumulo/pull/120#discussion_r70623846
  
    --- Diff: 
server/base/src/main/java/org/apache/accumulo/server/ServerConstants.java ---
    @@ -68,7 +72,7 @@
       public static final int LOGGING_TO_HDFS = 4;
       public static final BitSet CAN_UPGRADE = new BitSet();
       static {
    -    for (int i : new int[] {DATA_VERSION, MOVE_TO_ROOT_TABLE, 
MOVE_DELETE_MARKERS, LOGGING_TO_HDFS}) {
    +    for (int i : new int[] {DATA_VERSION, MOVE_TO_REPLICATION_TABLE, 
MOVE_TO_ROOT_TABLE, MOVE_DELETE_MARKERS, LOGGING_TO_HDFS}) {
    --- End diff --
    
    I added 1.7 to the set of release we can upgrade from.  Probably need to 
remove some (like everyone that is not tested).   I think we should test the 
upgrade from 1.6 to 1.8 and remove all other releases.  Thoughts?  I can take a 
wack at testing 1.6 to 1.8 upgrade testing, unless someone else wants to do it. 
  


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to