You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "FengQingxin (Jira)" <ji...@apache.org> on 2022/04/13 01:45:00 UTC

[jira] [Created] (IOTDB-2896) [Conf]Got a warn when start iotdb instance

FengQingxin created IOTDB-2896:
----------------------------------

             Summary: [Conf]Got a warn when start iotdb instance
                 Key: IOTDB-2896
                 URL: https://issues.apache.org/jira/browse/IOTDB-2896
             Project: Apache IoTDB
          Issue Type: Bug
    Affects Versions: 0.14.0-SNAPSHOT
            Reporter: FengQingxin
         Attachments: image-2022-04-13-09-44-32-365.png

复现步骤:

使用当前master分支代码0ec17d79eb7673fb23d4986e19b39ff1e1f7fe0c编译生成的版本,

启动iotdb,查看启动日志包含以下告警信息:

2022-04-13 09:34:54,419 [main] WARN  o.a.i.d.c.IoTDBDescriptor:908 - Incorrect format in config file, use default configuration
java.lang.RuntimeException: Illegal Cross Compaction Strategy REWRITE
        at org.apache.iotdb.db.engine.compaction.constant.CrossCompactionSelector.getCrossCompactionStrategy(CrossCompactionSelector.java:38)
        at org.apache.iotdb.db.conf.IoTDBDescriptor.loadProps(IoTDBDescriptor.java:367)
        at org.apache.iotdb.db.conf.IoTDBDescriptor.<init>(IoTDBDescriptor.java:69)
        at org.apache.iotdb.db.conf.IoTDBDescriptor$IoTDBDescriptorHolder.<clinit>(IoTDBDescriptor.java:1608)
        at org.apache.iotdb.db.conf.IoTDBDescriptor.getInstance(IoTDBDescriptor.java:73)
        at org.apache.iotdb.db.metadata.LocalSchemaProcessor.<clinit>(LocalSchemaProcessor.java:130)
        at org.apache.iotdb.db.service.IoTDB.<clinit>(IoTDB.java:65)

!image-2022-04-13-09-44-32-365.png!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)