mirror of
https://github.com/apache/rocketmq.git
synced 2026-09-01 15:47:01 +08:00
* [ISSUE #5332]Remove DefaultMessageStore's private field printTimes that is never used * Remove unused imports Co-authored-by: Zhanhui Li <lizhanhui@apache.org>
This commit is contained in:
@@ -47,7 +47,6 @@ import java.util.concurrent.Executors;
|
||||
import java.util.concurrent.ScheduledExecutorService;
|
||||
import java.util.concurrent.TimeUnit;
|
||||
import java.util.concurrent.TimeoutException;
|
||||
import java.util.concurrent.atomic.AtomicLong;
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
import org.apache.rocketmq.common.AbstractBrokerRunnable;
|
||||
import org.apache.rocketmq.common.BrokerConfig;
|
||||
@@ -138,8 +137,6 @@ public class DefaultMessageStore implements MessageStore {
|
||||
private StoreCheckpoint storeCheckpoint;
|
||||
private TimerMessageStore timerMessageStore;
|
||||
|
||||
private AtomicLong printTimes = new AtomicLong(0);
|
||||
|
||||
private final LinkedList<CommitLogDispatcher> dispatcherList;
|
||||
|
||||
private RandomAccessFile lockFile;
|
||||
|
||||
Reference in New Issue
Block a user