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 2022/02/16 15:14:36 UTC

[GitHub] [accumulo] ctubbsii commented on pull request #2500: Make build work on Java 17

ctubbsii commented on pull request #2500:
URL: https://github.com/apache/accumulo/pull/2500#issuecomment-1041598040


   > What version of Hadoop are you seeing the changes to `WritableUtils`? I did a quick diff across several versions and that class hasn't changed (other than javadoc) from 2.6.5 to 3.3.0.
   
   There isn't a change to WritableUtils. I'm just trying to avoid the compressed byte array implementation, because it uses GZip, and that's expensive and unnecessary for password-sized byte arrays, and GZip itself has changed in Java between Java 11 and 17 (something in the header changed in the compressed format, so the bytes can differ in the compressed format, but the compressed value is still decompress-able to the same original value).


-- 
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: notifications-unsubscribe@accumulo.apache.org

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