jt2594838 commented on a change in pull request #32: fix sonar issues
URL: https://github.com/apache/incubator-iotdb/pull/32#discussion_r251691807
 
 

 ##########
 File path: 
iotdb/src/main/java/org/apache/iotdb/db/engine/filenode/FileNodeManager.java
 ##########
 @@ -73,15 +72,14 @@
 public class FileNodeManager implements IStatistic, IService {
 
   private static final Logger LOGGER = 
LoggerFactory.getLogger(FileNodeManager.class);
-  private static final TSFileConfig TsFileConf = 
TSFileDescriptor.getInstance().getConfig();
   private static final IoTDBConfig TsFileDBConf = 
IoTDBDescriptor.getInstance().getConfig();
   private static final Directories directories = Directories.getInstance();
   private final String baseDir;
   /**
    * Stat information.
    */
-  private final String statStorageDeltaName = 
MonitorConstants.statStorageGroupPrefix
-      + MonitorConstants.MONITOR_PATH_SEPERATOR + 
MonitorConstants.fileNodeManagerPath;
+  private static final String STAT_STORAGE_DELTA_NAME = 
MonitorConstants.statStorageGroupPrefix
 
 Review comment:
   Moved.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to