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

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


    from 1fa9fd5b8d keep guoneng test example
     new b9cae50e03 3c3d ok without IoTConsensus
     new 10b5b87836 tmp save
     new 629970a26a add pom to test client
     new c4b9c179df add logback file

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 example/session/pom.xml                            | 48 ++++++++++-
 .../java/org/apache/iotdb/FastInsertExample.java   | 93 ++++++++++++++++++++++
 .../main/java/org/apache/iotdb/PrepareWrite.java   | 17 ++--
 .../src/main/java/org/apache/iotdb/WriteTest.java  |  5 +-
 .../org/apache/iotdb/WriteTestFixParallel.java     | 45 ++++++-----
 .../session/src/main/resources/logback.xml         |  8 +-
 .../apache/iotdb/isession/pool/ISessionPool.java   |  7 ++
 .../mpp/plan/planner/plan/node/PlanNodeType.java   |  5 +-
 .../planner/plan/node/write/FastInsertRowNode.java | 10 +++
 .../plan/node/write/FastInsertRowsNode.java        | 45 +++++++++++
 .../planner/plan/node/write/InsertRowsNode.java    |  4 +-
 .../org/apache/iotdb/session/pool/SessionPool.java | 24 ++++++
 12 files changed, 270 insertions(+), 41 deletions(-)
 create mode 100644 
example/session/src/main/java/org/apache/iotdb/FastInsertExample.java
 copy integration-test/src/main/java/org/apache/iotdb/it/env/EnvType.java => 
example/session/src/main/java/org/apache/iotdb/PrepareWrite.java (71%)
 copy testcontainer/src/test/resources/logback-container.xml => 
example/session/src/main/resources/logback.xml (87%)

Reply via email to