Skip to content

Commit

Permalink
Fix class names in compactor_runner.py (#3528)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lujie1996 committed Feb 22, 2023
1 parent 08f4586 commit 7249ed6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/compactor_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
import time
import yaml

COMPACTOR_CONTROLS_CLASS_NAME = "org.corfudb.compactor.CorfuCompactorControls"
COMPACTOR_CHECKPOINTER_CLASS_NAME = "org.corfudb.compactor.CorfuCompactorCheckpointer"
COMPACTOR_CONTROLS_CLASS_NAME = "org.corfudb.compactor.CompactorController"
COMPACTOR_CHECKPOINTER_CLASS_NAME = "org.corfudb.compactor.CompactorCheckpointer"
COMPACTOR_BULK_READ_SIZE = 50
COMPACTOR_JVM_XMX = 1024
FORCE_DISABLE_CHECKPOINTING = "FORCE_DISABLE_CHECKPOINTING"
Expand Down

0 comments on commit 7249ed6

Please sign in to comment.