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

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


    from f6dac5d  Ignore upper/lower case
     add 644448a  remove writeProcessException from tvlist
     add 12de9c5  server log_info.log does not contain INFO level log (#1598)
     add f465f06  Use readLock in `getActiveRatio`
     add 794ad5f  [ISSUE#1599]check datatype with encoding. (#1600)
     add ffdf15f  fix spark package name in doc (#1607)
     add b3f21a3  [IOTDB-832] fix reconnection failure bug in sessionPool 
(#1610)
     add 5e6c4b3  fix docker jmx
     add d70758c  Merge pull request #1612 from apache/fix_docker_jmx
     add 31fc4bb  Merge branch 'master' of 
https://github.com/apache/incubator-iotdb into mem_control
     add df64eb4  change the treemap in sgInfo to list
     add 8988c2d  FIX A LOT OF BUGS
     add 6c628a8  no need to report sgInfo when non-TEXT data flushed
     add 8c709e4  fix closing tsfile and a bug when flush the second tsfile
     add 7ecce54  try to fix OOM when insert text data (still not working...)
     add 1328106  fix OOM when insert text data
     add 6eb5f03  Merge branch 'mem_control' into remove_dynamic_adapter

No new revisions were added by this update.

Summary of changes:
 docs/UserGuide/Client/Status Codes.md              |  1 +
 .../Ecosystem Integration/Spark TsFile.md          | 18 +++---
 docs/zh/UserGuide/Client/Status Codes.md           |  1 +
 .../Ecosystem Integration/Spark TsFile.md          | 18 +++---
 server/src/assembly/resources/conf/iotdb-env.bat   |  1 +
 server/src/assembly/resources/conf/iotdb-env.sh    |  1 +
 server/src/assembly/resources/conf/logback.xml     |  1 +
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |  2 +-
 .../db/conf/adapter/ActiveTimeSeriesCounter.java   |  6 +-
 .../org/apache/iotdb/db/engine/StorageEngine.java  | 13 +---
 .../iotdb/db/engine/flush/TsFileFlushPolicy.java   |  2 +-
 .../db/engine/memtable/IWritableMemChunk.java      | 30 +++++----
 .../iotdb/db/engine/memtable/WritableMemChunk.java | 29 +++++----
 .../db/engine/storagegroup/StorageGroupInfo.java   | 14 +++--
 .../engine/storagegroup/StorageGroupProcessor.java |  4 +-
 .../db/engine/storagegroup/TsFileProcessor.java    | 39 +++++-------
 .../org/apache/iotdb/db/metadata/MManager.java     |  4 +-
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |  3 -
 .../iotdb/db/qp/strategy/PhysicalGenerator.java    |  1 -
 .../iotdb/db/rescon/PrimitiveArrayManager.java     |  6 +-
 .../org/apache/iotdb/db/rescon/SystemInfo.java     | 40 +++++++++---
 .../org/apache/iotdb/db/utils/SchemaUtils.java     | 47 ++++++++++++--
 .../iotdb/db/utils/datastructure/BinaryTVList.java |  6 +-
 .../db/utils/datastructure/BooleanTVList.java      |  6 +-
 .../iotdb/db/utils/datastructure/DoubleTVList.java |  6 +-
 .../iotdb/db/utils/datastructure/FloatTVList.java  |  5 +-
 .../iotdb/db/utils/datastructure/IntTVList.java    |  5 +-
 .../iotdb/db/utils/datastructure/LongTVList.java   |  5 +-
 .../iotdb/db/utils/datastructure/TVList.java       | 31 ++++-----
 .../storagegroup/StorageGroupProcessorTest.java    | 73 ----------------------
 .../iotdb/db/engine/storagegroup/TTLTest.java      |  2 -
 .../iotdb/db/integration/IoTDBSimpleQueryIT.java   | 39 ++++++++++++
 .../iotdb/db/metadata/MManagerImproveTest.java     |  2 +-
 .../java/org/apache/iotdb/rpc/TSStatusCode.java    |  1 +
 .../org/apache/iotdb/session/pool/SessionPool.java | 15 ++++-
 .../apache/iotdb/session/pool/SessionPoolTest.java | 69 ++++++++++----------
 .../iotdb/tsfile/file/metadata/ChunkMetadata.java  |  5 +-
 37 files changed, 279 insertions(+), 272 deletions(-)

Reply via email to