Skip to content

Commit

Permalink
Fix cherry-picking issue with #15137
Browse files Browse the repository at this point in the history
  • Loading branch information
mattisonchao committed May 25, 2022
1 parent 67a75da commit d3796e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public class MLPendingAckStore implements PendingAckStore {
private final AtomicLong currentIndexLag = new AtomicLong(0);
private volatile long maxIndexLag;

protected PositionImpl maxAckPosition = PositionImpl.EARLIEST;
protected PositionImpl maxAckPosition = PositionImpl.earliest;
private final LogIndexLagBackoff logIndexBackoff;

/**
Expand Down

0 comments on commit d3796e2

Please sign in to comment.