You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by "xiaobiaozhao (via GitHub)" <gi...@apache.org> on 2023/03/01 12:08:02 UTC

[GitHub] [incubator-kvrocks] xiaobiaozhao opened a new issue, #1291: Enable quick compaction-checker

xiaobiaozhao opened a new issue, #1291:
URL: https://github.com/apache/incubator-kvrocks/issues/1291

   ### Discussed in https://github.com/apache/incubator-kvrocks/discussions/1283
   
   <div type='discussions-op-text'>
   
   <sup>Originally posted by **xiaobiaozhao** February 27, 2023</sup>
   In some case,we need save a lot of data with short ttl, eg ttl = 3600s.
   In current kvrocks, it takes at least two days for compation to take place, which can cause disk space not to be released quickly. I think kvrocks needs to come up with a configuration to figure out how long compation will take.
   
   New a conf item `compaction-checker-force-compact-seconds` https://github.com/apache/incubator-kvrocks/blob/c439f3af9d5c7ccb97ff4c7bdab088287acd73cc/src/storage/compaction_checker.cc#L58
   
   And new a conf item `compaction-checker-interval-seconds`
   https://github.com/apache/incubator-kvrocks/blob/c439f3af9d5c7ccb97ff4c7bdab088287acd73cc/src/server/server.cc#L184
   </div>


-- 
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: issues-unsubscribe@kvrocks.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] git-hulk closed issue #1291: Enable quick compaction-checker

Posted by "git-hulk (via GitHub)" <gi...@apache.org>.
git-hulk closed issue #1291: Enable quick compaction-checker
URL: https://github.com/apache/incubator-kvrocks/issues/1291


-- 
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: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] ellutionist commented on issue #1291: Enable quick compaction-checker

Posted by "ellutionist (via GitHub)" <gi...@apache.org>.
ellutionist commented on issue #1291:
URL: https://github.com/apache/incubator-kvrocks/issues/1291#issuecomment-1450042583

   Will do this. Please assign to me.


-- 
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: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org