Skip to content

Commit

Permalink
Fix PausedCompactionMetrics caused by merge issue (apache#4491)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdColeman committed Apr 25, 2024
1 parent 94b8d96 commit 65dd34f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public class Compactor extends AbstractServer implements MetricsProducer, Compac

private ServiceLock compactorLock;
private ServerAddress compactorAddress = null;
private PausedCompactionMetrics pausedMetrics;
private final PausedCompactionMetrics pausedMetrics = new PausedCompactionMetrics();

// Exposed for tests
protected volatile boolean shutdown = false;
Expand Down

0 comments on commit 65dd34f

Please sign in to comment.