steveloughran commented on PR #6874:
URL: https://github.com/apache/hadoop/pull/6874#issuecomment-3118073395

   This is incompatible at the wire serialization level, as EncryptionSecrets 
says 
   ```
   
   " * <i>Important.</i>
    * If the wire format is ever changed incompatibly,
    * update the serial version UID to ensure that older clients get safely
    * rejected.
   "
   ```
   
   We've added a new string to the payload, so it needs a new serialization ID 
generated and set in the java source.
   
   
   @raphaelazzolini would you be able to change that serialization number ASAP? 
   
   I've updated the docs to indicate wire incompatibility.


-- 
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.

To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to