sigee commented on issue #81: BOOKKEEPER-753: Bookie should run garbage 
collection before startup when all directories became full
URL: https://github.com/apache/bookkeeper/pull/81#issuecomment-314996052
 
 
   IMHO
   It is a terrible practice to use the garbage collector because the use of it 
could introduce an over load to the software that may be even worst than on the 
memory, the garbage collector has his own thread which is not possible to 
control plus depending on the algorithm used by the gc could take more time and 
is consider very inefficient, you should check your software if it worst with 
the help of the gc because it is definitely broke, **a good solution must not 
depend on the gc**.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to