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 2020/01/11 02:57:54 UTC

[incubator-iotdb] branch new_series_reader updated (881a829 -> 14c3d21)

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

qiaojialin pushed a change to branch new_series_reader
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from 881a829  Merge remote-tracking branch 'origin/master' into new_series_reader
     add 279ff01  [IOTDB-412]Paths are not correctly deduplicated (#727)
     add 91ccddd  Made all tests Locale Invariant by always explicitly defaulting to Locale.ENGLISH. (#726)
     add b7a3055  fix gc log collection in start-server.sh scripts
     add 0a796a2  set all gc log as info level (though some startup memory allocation log is debug and trace still)
     add 14c3d21  Merge remote-tracking branch 'origin/master' into new_series_reader

No new revisions were added by this update.

Summary of changes:
 .../UserGuide/3-Server/4-Config Manual.md          | 19 ++++++-
 .../UserGuide/3-Server/4-Config Manual.md          | 20 +++++++-
 server/src/assembly/resources/conf/iotdb-env.bat   | 29 ++++++-----
 server/src/assembly/resources/conf/iotdb-env.sh    | 31 +++++++++---
 .../src/assembly/resources/sbin/start-server.bat   |  2 +-
 server/src/assembly/resources/sbin/start-server.sh |  6 ++-
 .../iotdb/db/qp/strategy/PhysicalGenerator.java    | 34 +++++++------
 .../iotdb/db/integration/IoTDBDeletionIT.java      |  4 +-
 .../db/integration/IoTDBFlushQueryMergeTest.java   |  8 +--
 .../apache/iotdb/db/qp/plan/PhysicalPlanTest.java  | 59 ++++++++++++++++++++--
 10 files changed, 164 insertions(+), 48 deletions(-)