We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d909cea commit 90a3278Copy full SHA for 90a3278
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/tools/DelayAnalyzer.java
@@ -125,14 +125,12 @@ public DelayAnalyzer(int windowSize) {
125
}
126
this.windowSize = windowSize;
127
this.delaySamples = new long[windowSize];
128
- LOGGER.debug("DelayAnalyzer initialized with window size: {}", windowSize);
129
130
131
@TestOnly
132
public DelayAnalyzer(int windowSize, int placeHolder) {
133
134
135
136
137
138
/**
0 commit comments