Skip to content

Commit 002ad17

Browse files
committed
Update FileReaderManager.java
1 parent 250c4da commit 002ad17

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/dataregion/read/control

iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/dataregion/read/control/FileReaderManager.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,8 @@
4242
*/
4343
public class FileReaderManager {
4444

45-
private static final Logger logger = LoggerFactory.getLogger(FileReaderManager.class);
45+
private static final Logger logger = LoggerFactory.getLogger(IoTDBConstant.QUERY_LOGGER_NAME);
4646
private static final Logger resourceLogger = LoggerFactory.getLogger("FileMonitor");
47-
private static final Logger QUERY_LOGGER =
48-
LoggerFactory.getLogger(IoTDBConstant.QUERY_LOGGER_NAME);
4947

5048
/** max number of file streams being cached, must be lower than 65535. */
5149
private static final int MAX_CACHED_FILE_SIZE = 30000;

0 commit comments

Comments
 (0)