You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2019/04/30 17:44:45 UTC

[GitHub] [accumulo] keith-turner commented on issue #1139: Ensure 2.0.0 upgrade works properly when 1.9 tservers are still running

keith-turner commented on issue #1139: Ensure 2.0.0 upgrade works properly when 1.9 tservers are still running
URL: https://github.com/apache/accumulo/issues/1139#issuecomment-488047585
 
 
   I ran this experiment and the 2.0 master was unable to authenticate with the 1.9 tserver.  I dug into why and its because the system token hashes all instance properties (including default values) to generate the system password.  Accumulo 2.0 has a new instance property `instance.crypto.service` that is not present in 1.9.  This new property is what caused authentication to fail.
   
   There is also a wire version constant that is included in the system token.  I think it may make sense to bump this.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services