You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by su...@apache.org on 2020/04/28 06:33:07 UTC

[incubator-iotdb] branch tsfile_metadata_index_pro updated (0cec4cc -> ced199e)

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

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


 discard 0cec4cc  Merge master and fix some problems
 discard 228f701  add cache size log
 discard a336b0b  add show child paths documents. (#1108)
 discard 3efd1d8  [IOTDB-624]Fix a Last cache bug when WAL is disabled (#1109)
 discard ed9efba  Resolving spelling mistakes in variable names in AuthUtils (#1110)
 discard b393435  [IOTDB-619] Remove stale LeafMNodes in tag inverted index map while deleting storage group (#1106)
 discard 3216855  check is null in Filed (#1107)
 discard 4362351  add isNull to Field
 discard fbaa41e  [IOTDB-617] Support alter one time series's tag/attribute property (#1103)
 discard 1f3590f  format code
 discard c926935  fix limit in show timeseries without tag
 discard 2e877ac  fix doc
 discard 208b086  add 0.9.2 download url
 discard 6e3e0ea  Added Dockerfile for 0.9.1 for JRE 8
 discard abc944a  add sitemapxml-maven-plugin version 2
 discard 2ba221c  [IOTDB-617] Support alter one time series's tag/attribute property (#1096)
 discard bb09e48  record mlog at last (#1098)
 discard b9001ac  [IOTDB-125] Potential Concurrency bug while deleting and inserting happen together (#1088)
 discard 6b1ad03  -- Change is on site module. (#1095)
 discard dba21e1  fix zh 3-Server/1-Download.md
 discard 92c48ce  fix Native API create One or Multiple ts
 discard 4cced01  [IOTDB-597] Rename methods in Session (#1060)
 discard 76522cc  fix grammar error on the website
 discard ebb618e  update limit doc (#1091)
 discard ce46940  push limit from MManager to MTree (#1089)
 discard 64461c0  Upgrade mlog (#1081)
     add ced199e  Merge master and fix some problems

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (0cec4cc)
            \
             N -- N -- N   refs/heads/tsfile_metadata_index_pro (ced199e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 client-py/src/client_example.py                    |   8 +-
 docker/src/main/Dockerfile-0.9.1-jre8              |  41 --
 docs/Development/ContributeGuide.md                |   3 +-
 docs/Download/README.md                            |  10 -
 docs/SystemDesign/1-TsFile/3-Write.md              |   2 +-
 .../4-StorageEngine/6-DataManipulation.md          |   2 +-
 .../4-Client/2-Programming - Native API.md         | 114 ++--
 .../4-Client/5-Programming - TsFile API.md         | 141 +++-
 .../1-DDL Data Definition Language.md              |  91 +--
 .../5-Operation Manual/4-SQL Reference.md          |  47 --
 docs/zh/Development/ContributeGuide.md             |   2 +-
 docs/zh/Download/README.md                         |  10 -
 docs/zh/SystemDesign/1-TsFile/3-Write.md           |   2 +-
 .../4-StorageEngine/6-DataManipulation.md          |   2 +-
 docs/zh/UserGuide/3-Server/1-Download.md           |  36 +-
 .../4-Client/2-Programming - Native API.md         | 101 +--
 docs/zh/UserGuide/4-Client/3-Programming - JDBC.md |   2 +-
 .../4-Client/5-Programming - TsFile API.md         | 139 +++-
 .../1-DDL Data Definition Language.md              |  87 +--
 .../5-Operation Manual/4-SQL Reference.md          |  46 --
 .../apache/iotdb/hadoop/tsfile/TsFileHelper.java   |  50 +-
 .../apache/iotdb/rocketmq/RocketMQConsumer.java    |   2 +-
 .../main/java/org/apache/iotdb/SessionExample.java | 211 +++---
 .../java/org/apache/iotdb/tsfile/TsFileRead.java   |   4 +-
 ...ithTablet.java => TsFileWriteWithRowBatch.java} |  76 +--
 .../java/org/apache/iotdb/flink/IoTDBSink.java     |   4 +-
 .../iotdb/flink/IoTDBSinkBatchInsertTest.java      |   4 +-
 .../iotdb/flink/IoTDBSinkBatchTimerTest.java       |   2 +-
 .../apache/iotdb/flink/IoTDBSinkInsertTest.java    |   2 +-
 .../iotdb/hadoop/tsfile/TsFileTestHelper.java      |  40 +-
 .../org/apache/iotdb/hive/TsFileTestHelper.java    |  41 +-
 .../java/org/apache/iotdb/jdbc/IoTDBStatement.java |  12 +-
 .../org/apache/iotdb/db/qp/strategy/SqlBase.g4     |  19 -
 .../org/apache/iotdb/db/conf/IoTDBConfigCheck.java |  17 -
 .../org/apache/iotdb/db/conf/IoTDBDescriptor.java  |   3 -
 .../org/apache/iotdb/db/engine/StorageEngine.java  |  10 +-
 .../apache/iotdb/db/engine/cache/ChunkCache.java   |   1 -
 .../iotdb/db/engine/cache/ChunkMetadataCache.java  |   1 -
 .../db/engine/cache/TimeSeriesMetadataCache.java   |   1 -
 .../iotdb/db/engine/cache/TsFileMetaDataCache.java |   1 -
 .../iotdb/db/engine/memtable/AbstractMemTable.java |  20 +-
 .../apache/iotdb/db/engine/memtable/IMemTable.java |   6 +-
 .../engine/storagegroup/StorageGroupProcessor.java | 108 ++--
 .../db/engine/storagegroup/TsFileProcessor.java    |  26 +-
 .../exception/metadata/DeleteFailedException.java  |  38 --
 .../org/apache/iotdb/db/metadata/MLogWriter.java   |  58 +-
 .../org/apache/iotdb/db/metadata/MManager.java     | 714 ++++++---------------
 .../java/org/apache/iotdb/db/metadata/MTree.java   | 211 ++----
 .../iotdb/db/metadata/MetadataOperationType.java   |   1 -
 .../org/apache/iotdb/db/metadata/TagLogFile.java   |  24 +-
 .../iotdb/db/metadata/mnode/InternalMNode.java     |  59 +-
 .../org/apache/iotdb/db/metadata/mnode/MNode.java  |   8 +-
 .../main/java/org/apache/iotdb/db/qp/Planner.java  |   6 +-
 .../apache/iotdb/db/qp/constant/SQLConstant.java   |   7 +-
 .../apache/iotdb/db/qp/executor/IPlanExecutor.java |   4 +-
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  | 396 ++++--------
 .../org/apache/iotdb/db/qp/logical/Operator.java   |   3 +-
 .../db/qp/logical/sys/AlterTimeSeriesOperator.java |  97 ---
 .../db/qp/logical/sys/ShowTimeSeriesOperator.java  |   2 +-
 .../apache/iotdb/db/qp/physical/PhysicalPlan.java  |   4 +-
 ...{InsertTabletPlan.java => BatchInsertPlan.java} |  24 +-
 .../db/qp/physical/sys/AlterTimeSeriesPlan.java    |  86 ---
 .../db/qp/physical/sys/ShowTimeSeriesPlan.java     |  15 +-
 .../iotdb/db/qp/strategy/LogicalGenerator.java     |  99 +--
 .../iotdb/db/qp/strategy/PhysicalGenerator.java    | 149 ++---
 .../dataset/groupby/LocalGroupByExecutor.java      |  92 ++-
 .../iotdb/db/query/reader/series/SeriesReader.java | 135 ++--
 .../org/apache/iotdb/db/service/TSServiceImpl.java | 110 +---
 .../java/org/apache/iotdb/db/utils/AuthUtils.java  |  22 +-
 .../java/org/apache/iotdb/db/utils/MemUtils.java   |  10 +-
 .../iotdb/db/writelog/recover/LogReplayer.java     |  31 +-
 .../storagegroup/StorageGroupProcessorTest.java    |  29 +-
 .../apache/iotdb/db/integration/IoTDBLastIT.java   |   6 +-
 .../iotdb/db/integration/IoTDBSimpleQueryIT.java   |   2 -
 .../iotdb/db/integration/IoTDBTagAlterIT.java      | 455 -------------
 .../apache/iotdb/db/integration/IoTDBTagIT.java    |  69 +-
 .../iotdb/db/metadata/MManagerImproveTest.java     |  24 +-
 service-rpc/rpc-changelist.md                      |  68 +-
 .../java/org/apache/iotdb/rpc/TSStatusCode.java    |   1 -
 service-rpc/src/main/thrift/rpc.thrift             |  30 +-
 .../java/org/apache/iotdb/session/Session.java     | 419 ++++++------
 .../org/apache/iotdb/session/SessionUtils.java     |  42 +-
 .../org/apache/iotdb/session/pool/SessionPool.java | 119 ++--
 .../org/apache/iotdb/session/IoTDBSessionIT.java   | 253 ++++----
 .../apache/iotdb/session/pool/SessionPoolTest.java |  17 +-
 site/pom.xml                                       |   1 -
 .../.vuepress/theme/global-components/IoTDB.vue    |   4 +-
 .../iotdb/tsfile/exception/NullFieldException.java |  27 -
 .../org/apache/iotdb/tsfile/read/common/Field.java |  23 -
 .../apache/iotdb/tsfile/write/TsFileWriter.java    |  40 +-
 .../tsfile/write/chunk/ChunkGroupWriterImpl.java   |  24 +-
 .../tsfile/write/chunk/IChunkGroupWriter.java      |  14 +-
 .../write/record/{Tablet.java => RowBatch.java}    | 100 ++-
 .../apache/iotdb/tsfile/write/schema/Schema.java   |  22 +
 .../apache/iotdb/tsfile/read/common/FieldTest.java |  32 -
 .../iotdb/tsfile/write/TsFileWriterTest.java       |  35 +-
 96 files changed, 1953 insertions(+), 3855 deletions(-)
 delete mode 100644 docker/src/main/Dockerfile-0.9.1-jre8
 rename example/tsfile/src/main/java/org/apache/iotdb/tsfile/{TsFileWriteWithTablet.java => TsFileWriteWithRowBatch.java} (52%)
 delete mode 100644 server/src/main/java/org/apache/iotdb/db/exception/metadata/DeleteFailedException.java
 delete mode 100644 server/src/main/java/org/apache/iotdb/db/qp/logical/sys/AlterTimeSeriesOperator.java
 rename server/src/main/java/org/apache/iotdb/db/qp/physical/crud/{InsertTabletPlan.java => BatchInsertPlan.java} (94%)
 delete mode 100644 server/src/main/java/org/apache/iotdb/db/qp/physical/sys/AlterTimeSeriesPlan.java
 delete mode 100644 server/src/test/java/org/apache/iotdb/db/integration/IoTDBTagAlterIT.java
 delete mode 100644 tsfile/src/main/java/org/apache/iotdb/tsfile/exception/NullFieldException.java
 rename tsfile/src/main/java/org/apache/iotdb/tsfile/write/record/{Tablet.java => RowBatch.java} (62%)
 delete mode 100644 tsfile/src/test/java/org/apache/iotdb/tsfile/read/common/FieldTest.java