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 2020/02/18 22:55:05 UTC

[GitHub] [accumulo] ctubbsii commented on issue #1520: UnsynchronizedBuffer max array size is too large

ctubbsii commented on issue #1520: UnsynchronizedBuffer max array size is too large
URL: https://github.com/apache/accumulo/issues/1520#issuecomment-587945569
 
 
   @dan-blum Creating a mutation that large seems like a bad idea. The exception seems like a reasonable one to throw under circumstances involving such a huge mutation. At the very least, it seems better to let the JVM throw that exception than to try to accommodate specific JVM behaviors.
   
   Is there a way to determine programmatically the actual JVM limit? Or, do you have an alternate solution for limiting the mutation buffer size that doesn't involve hard-coding specific "known" JVM behaviors?
   

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