This is an automated email from the ASF dual-hosted git repository.
haonan pushed a change to branch change_log_level
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from b0df37b move the lines of setting log level to the end
add f24f637 fix Tracing bug (#1811)
add 5822e2b [IOTDB-936] Refactor getAllDevices in TsFileSequenceReader
(#1808)
add ba1ec68 print error log when set illegal sg name (#1810)
add ec0d69c Update MetadataIndexTree graph (#1812)
add ef31285 Merge branch 'master' of https://github.com/apache/iotdb into
change_log_level
No new revisions were added by this update.
Summary of changes:
docs/SystemDesign/TsFile/Format.md | 2 +-
docs/zh/SystemDesign/TsFile/Format.md | 2 +-
.../db/query/control/QueryResourceManager.java | 15 ++-
.../iotdb/tsfile/read/TsFileSequenceReader.java | 104 +++++++++++----------
.../iotdb/tsfile/read/GetAllDevicesTest.java | 90 ++++++++++++++++++
.../tsfile/read/TsFileSequenceReaderTest.java | 1 -
.../iotdb/tsfile/read/reader/ReaderTest.java | 6 +-
.../apache/iotdb/tsfile/utils/FileGenerator.java | 79 +++++++++++++---
8 files changed, 222 insertions(+), 77 deletions(-)
create mode 100644
tsfile/src/test/java/org/apache/iotdb/tsfile/read/GetAllDevicesTest.java