shoothzj commented on code in PR #4381:
URL: https://github.com/apache/bookkeeper/pull/4381#discussion_r1611330796


##########
site3/website/src/pages/bps/BP-67-support-skipping-compaction-at-busy-times.md:
##########
@@ -0,0 +1,30 @@
+# BP-67: Support skipping compaction at busy times
+
+### Motivation
+
+Compaction mechanism is a critical part of the system. It is responsible for 
compacting the entry log file to reclaim disk space.
+But it is a IO intensive operation. While compaction is running, it need to 
copy the valid data to a new file and delete the old file.

Review Comment:
   ```suggestion
   But it is an IO intensive operation. While compaction is running, it need to 
copy the valid data to a new file and delete the old file.
   ```



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to