mikewalch commented on a change in pull request #1143: fixes #1139 prevent 1.9 and 2.0 server communications URL: https://github.com/apache/accumulo/pull/1143#discussion_r279925432
########## File path: server/base/src/main/java/org/apache/accumulo/server/ServerConstants.java ########## @@ -44,11 +44,10 @@ public static final String INSTANCE_ID_DIR = "instance_id"; /** - * current version (3) reflects additional namespace operations (ACCUMULO-802) in version - * 1.6.0<br> - * (versions should never be negative) + * Accumulo servers will only communicate with each other when this is the same. Bumped for 2.0 to + * prevent 1.9 and 2.0 servers from communicating. Review comment: Could mention `This is not a client-to-server wire version` ---------------------------------------------------------------- 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
