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/19 19:49:23 UTC

[GitHub] [accumulo] ctubbsii opened a new pull request #1523: Fix #1520 Limit UnsynchronizedBuffer max size

ctubbsii opened a new pull request #1523: Fix #1520 Limit UnsynchronizedBuffer max size
URL: https://github.com/apache/accumulo/pull/1523
 
 
   Limit UnsynchronizedBuffer maximum size to Integer.MAX_VALUE - 8, the
   same limit as ArrayList, because of some JVM behavior being unable to
   allocate arrays with Integer.MAX_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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [accumulo] ctubbsii merged pull request #1523: Fix #1520 Limit UnsynchronizedBuffer max size

Posted by GitBox <gi...@apache.org>.
ctubbsii merged pull request #1523: Fix #1520 Limit UnsynchronizedBuffer max size
URL: https://github.com/apache/accumulo/pull/1523
 
 
   

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