File tree Expand file tree Collapse file tree
main/java/org/apache/iotdb/db/storageengine Expand file tree Collapse file tree Original file line number Diff line number Diff line change 147147 <level >INFO</level >
148148 </filter >
149149 </appender >
150- <appender class =" ch.qos.logback.core.rolling.RollingFileAppender" name =" QUERY " >
150+ <appender class =" ch.qos.logback.core.rolling.RollingFileAppender" name =" QueryLog " >
151151 <file >${IOTDB_HOME}/logs/query.log</file >
152152 <rollingPolicy class =" ch.qos.logback.core.rolling.TimeBasedRollingPolicy" >
153153 <fileNamePattern >${IOTDB_HOME}/logs/query-%d{yyyyMMdd}.log.gz</fileNamePattern >
254254 <logger level =" info" name =" IoTDB_AUDIT_LOGGER" >
255255 <appender-ref ref =" AUDIT" />
256256 </logger >
257- <logger level =" info" name =" QUERY " additivity =" false" >
258- <appender-ref ref =" QUERY " />
257+ <logger level =" info" name =" QueryLog " additivity =" false" >
258+ <appender-ref ref =" QueryLog " />
259259 </logger >
260260 <logger level =" info" name =" SLOW_SQL" >
261261 <appender-ref ref =" SLOW_SQL" />
Original file line number Diff line number Diff line change 5959public class ChunkCache {
6060
6161 private static final Logger LOGGER = LoggerFactory .getLogger (ChunkCache .class );
62- private static final Logger QUERY_LOGGER = LoggerFactory .getLogger (IoTDBConstant .QUERY_LOGGER_NAME );
62+ private static final Logger QUERY_LOGGER =
63+ LoggerFactory .getLogger (IoTDBConstant .QUERY_LOGGER_NAME );
6364 private static final IoTDBConfig CONFIG = IoTDBDescriptor .getInstance ().getConfig ();
6465 private static final long MEMORY_THRESHOLD_IN_CHUNK_CACHE =
6566 CONFIG .getAllocateMemoryForChunkCache ();
Original file line number Diff line number Diff line change 2222import org .apache .iotdb .common .rpc .thrift .TSStatus ;
2323import org .apache .iotdb .commons .cluster .NodeStatus ;
2424import org .apache .iotdb .commons .conf .CommonDescriptor ;
25+ import org .apache .iotdb .commons .conf .IoTDBConstant ;
2526import org .apache .iotdb .commons .consensus .DataRegionId ;
2627import org .apache .iotdb .commons .exception .MetadataException ;
2728import org .apache .iotdb .commons .file .SystemFileFactory ;
Original file line number Diff line number Diff line change 1919
2020package org .apache .iotdb .db .storageengine .dataregion .read .control ;
2121
22+ import org .apache .iotdb .commons .conf .IoTDBConstant ;
2223import org .apache .iotdb .commons .utils .TestOnly ;
2324import org .apache .iotdb .db .storageengine .dataregion .tsfile .TsFileResource ;
2425
Original file line number Diff line number Diff line change 1919
2020package org .apache .iotdb .db .storageengine .dataregion .read .control ;
2121
22+ import org .apache .iotdb .commons .conf .IoTDBConstant ;
2223import org .apache .iotdb .db .storageengine .dataregion .read .QueryDataSource ;
2324import org .apache .iotdb .db .storageengine .dataregion .tsfile .TsFileResource ;
2425
Original file line number Diff line number Diff line change 1919
2020package org .apache .iotdb .db .storageengine .dataregion .read .reader .chunk .metadata ;
2121
22+ import org .apache .iotdb .commons .conf .IoTDBConstant ;
2223import org .apache .iotdb .db .queryengine .execution .fragment .QueryContext ;
2324import org .apache .iotdb .db .queryengine .metric .SeriesScanCostMetricSet ;
2425import org .apache .iotdb .db .storageengine .dataregion .modification .Modification ;
You can’t perform that action at this time.
0 commit comments