This is an automated email from the ASF dual-hosted git repository.
haonan pushed a change to branch mem_control
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from 97f7365 merge master
add cee57d1 fix review
add 09993c3 fix review
add 8253181 add expression in group by align by device (#1853)
add 4a1dc2d [IOTDB-886]fix float loss precision (#1796)
add ac0af88 Remove duplicate declaration of plugin
org.apache.maven.plugins:maven-assembly-plugin in tsfile model (#1852)
add c1fcaa4 add more tracing log
add 0496d75 fix typo
add d40fbcb remove tracing dir reInitial
add efbe467 merge master and fix review comments
add c924847 Merge pull request #1845 from Alima777/addMoreTracing
add 78954ea fix tsfilemanage concurrent bug (#1849)
add fe7c76d Merge branch 'master' of https://github.com/apache/iotdb into
mem_control
No new revisions were added by this update.
Summary of changes:
.../System Tools/Performance Tracing Tool.md | 18 ++++---
.../System Tools/Performance Tracing Tool.md | 16 +++---
.../resources/conf/iotdb-engine.properties | 4 ++
.../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 15 ++++++
.../org/apache/iotdb/db/conf/IoTDBDescriptor.java | 6 +--
.../level/LevelTsFileManagement.java | 49 +++++++++--------
.../org/apache/iotdb/db/metadata/MManager.java | 32 +++++------
.../db/query/control/QueryResourceManager.java | 5 +-
.../iotdb/db/query/control/TracingManager.java | 63 ++++++++++++++++------
.../db/query/dataset/AlignByDeviceDataSet.java | 1 +
.../iotdb/db/query/reader/series/SeriesReader.java | 1 +
.../org/apache/iotdb/db/service/TSServiceImpl.java | 6 +--
.../java/org/apache/iotdb/db/utils/MemUtils.java | 4 +-
.../apache/iotdb/db/utils/TypeInferenceUtils.java | 9 ++++
.../iotdb/db/integration/IoTDBAlignByDeviceIT.java | 42 +++++++++++++++
.../iotdb/db/utils/TypeInferenceUtilsTest.java | 4 +-
tsfile/pom.xml | 20 -------
17 files changed, 194 insertions(+), 101 deletions(-)