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/05/02 16:29:42 UTC

[GitHub] [accumulo] milleruntime opened a new pull request, #2670: Create new internal GC class

milleruntime opened a new pull request, #2670:
URL: https://github.com/apache/accumulo/pull/2670

   * Pull out the GCEnv inner class of SimpleGarbageCollector into its own
   class and call it GCRun.
   * Make SimpleGarbageCollector increment the current stats based on what
   is returned by the GCRun class
   * Changes to GCEnv (now GCRun): 
       Make the stats private numbers to allow dropping of synchronized block. 
       Pass in ServerContext.
       Create separate logger classes for each instance Level type
       Make it return the stats gathered during that run


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


[GitHub] [accumulo] milleruntime commented on pull request #2670: Create new internal GC class

Posted by GitBox <gi...@apache.org>.
milleruntime commented on PR #2670:
URL: https://github.com/apache/accumulo/pull/2670#issuecomment-1116019136

   All ITs are passing.


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


[GitHub] [accumulo] milleruntime commented on pull request #2670: Create new internal GC class

Posted by GitBox <gi...@apache.org>.
milleruntime commented on PR #2670:
URL: https://github.com/apache/accumulo/pull/2670#issuecomment-1115261985

   I made these improvements to help enable #2668.


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


[GitHub] [accumulo] milleruntime merged pull request #2670: Create new internal GC class

Posted by GitBox <gi...@apache.org>.
milleruntime merged PR #2670:
URL: https://github.com/apache/accumulo/pull/2670


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