CorfuDB icon indicating copy to clipboard operation
CorfuDB copied to clipboard

Decrease Compactor heartbeat interval to 8 seconds

Open Lujie1996 opened this issue 1 year ago • 0 comments

Currently checkpointer heartbeat is checked every 10 seconds, but it's updated by checkpointer every 15 seconds, resulting in noisy logs (i.e. HeartBeat not moving forward for table).

Checklist (Definition of Done):

  • [x] There are no TODOs left in the code
  • [x] Coding conventions (e.g. for logging, unit tests) have been followed
  • [x] Change is covered by automated tests
  • [x] Public API has Javadoc

Lujie1996 avatar Apr 19 '24 22:04 Lujie1996