You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2020/11/20 15:26:38 UTC

[iotdb] branch move_site_compile_into_seperate_profile updated (3230efb -> d00a3ba)

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

hxd pushed a change to branch move_site_compile_into_seperate_profile
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from 3230efb  move compiling the website into a seperate profile
     add 032f792  Fix some format issues of tsfile doc (#2081)
     add 4f27434  Use Collections.singletonList to reduce memory usage (#2084)
     add c6b0fe5  Correct formatting debugging information in Manager (#2085)
     add 8cc4a0f  Use SHA-256 instead of MD5 for less hash collision and more safety (#2047)
     add e088c11  add class for name to load IoTDB JDBC Driver(#2082)
     add d00a3ba  Merge remote-tracking branch 'origin/master' into move_site_compile_into_seperate_profile

No new revisions were added by this update.

Summary of changes:
 docs/SystemDesign/TsFile/Format.md                 | 18 ++++-----
 docs/zh/SystemDesign/TsFile/Format.md              | 20 +++++-----
 .../org/apache/iotdb/db/metadata/MManager.java     | 44 ++++++++--------------
 .../apache/iotdb/db/sync/conf/SyncConstant.java    |  2 +-
 .../db/sync/receiver/transfer/SyncServiceImpl.java | 14 +++----
 .../iotdb/db/sync/sender/transfer/SyncClient.java  | 24 ++++++------
 .../iotdb/db/integration/IoTDBSimpleQueryIT.java   |  3 +-
 .../apache/iotdb/db/integration/IoTDBTagIT.java    | 16 ++++----
 .../org/apache/iotdb/db/metadata/MTreeTest.java    |  3 +-
 thrift/src/main/thrift/sync.thrift                 |  2 +-
 10 files changed, 67 insertions(+), 79 deletions(-)