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/11/13 23:02:53 UTC

[GitHub] [accumulo] ctubbsii opened a new pull request #1427: Remove java flags for CMS java garbage collector

ctubbsii opened a new pull request #1427: Remove java flags for CMS java garbage collector
URL: https://github.com/apache/accumulo/pull/1427
 
 
   * Concurrent Mark Sweep (CMS) garbage collector is deprecated in Java
     9 and later, and will likely be removed in a future version
   * This change removes the explicit use of a specific java garbage
     collector, instead relying on users to configure their own in their
     environment, as appropriate for their circumstances
   * If users do not set their JVM garbage collector explicitly, then we
     shouldn't override default Java behavior with our own preferred
     default, which may be worse than Java's defaults

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