You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2022/08/31 14:58:53 UTC

[iotdb] branch rel/0.13 updated (7367d11069 -> d573f87d63)

This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a change to branch rel/0.13
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 7367d11069 [To rel/0.13]Fix rewriteFileTool for aligned timeseries (#7172)
     add d573f87d63 Re ext lib 0.13 (#7180)

No new revisions were added by this update.

Summary of changes:
 .../iotdb/external/api/IPropertiesLoader.java      |  11 +-
 ...sNumerLimiter.java => ISeriesNumerMonitor.java} |   7 +-
 .../iotdb/flink/tsfile/util/TSFileConfigUtil.java  |   1 +
 .../util/TSFileConfigUtilCompletenessTest.java     |  13 +-
 metrics/dropwizard-metrics/pom.xml                 |   6 -
 .../resources/conf/iotdb-engine.properties         |  25 +---
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |  41 ++----
 .../org/apache/iotdb/db/conf/IoTDBConstant.java    |   4 -
 .../org/apache/iotdb/db/conf/IoTDBDescriptor.java  |  80 +++--------
 .../org/apache/iotdb/db/metadata/MManager.java     |  70 +++++----
 .../java/org/apache/iotdb/db/service/IoTDB.java    |   4 -
 .../org/apache/iotdb/db/utils/JarLoaderUtil.java   | 156 ---------------------
 .../iotdb/tsfile/common/conf/TSFileConfig.java     |  11 ++
 .../iotdb/tsfile/common/conf/TSFileDescriptor.java |   4 +-
 14 files changed, 107 insertions(+), 326 deletions(-)
 rename external-api/src/main/java/org/apache/iotdb/external/api/{ISeriesNumerLimiter.java => ISeriesNumerMonitor.java} (82%)
 delete mode 100644 server/src/main/java/org/apache/iotdb/db/utils/JarLoaderUtil.java