Skip to content

IoTDB 130 and 200 need support align by device in config #493

Description

@linxt20

As we can see, the commonlyUseDB in ConfigDescriptor.java file only has IoTDB 110 version in this function.Maybe this is a old code in it, and there is no care for it while adding new IoTDB version so that the funtion about align by device can't be use in the laster IoTDB version.

The following code may be a reference

Objects.equals(dbVersion, DBVersion.IOTDB_130) || Objects.equals(dbVersion, DBVersion.IOTDB_200)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions