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)
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)