You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2020/11/03 06:29:08 UTC

[iotdb] branch master updated (5851ac9 -> b7b293f)

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

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


    from 5851ac9  [IOTDB-973] fix bug when start-cli with -e parameter (#1908)
     add b7b293f  Add more query log (#1918)

No new revisions were added by this update.

Summary of changes:
 .../resources/conf/iotdb-engine.properties         |  8 +++
 server/src/assembly/resources/conf/logback.xml     | 66 ++++++++++++++++++++++
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 40 ++++++++++++-
 .../org/apache/iotdb/db/conf/IoTDBDescriptor.java  | 27 ++++++++-
 .../apache/iotdb/db/engine/cache/ChunkCache.java   |  9 ++-
 .../iotdb/db/engine/cache/ChunkMetadataCache.java  |  6 ++
 .../db/engine/cache/TimeSeriesMetadataCache.java   | 13 +++++
 .../org/apache/iotdb/db/service/TSServiceImpl.java | 41 +++++++++++++-
 8 files changed, 201 insertions(+), 9 deletions(-)