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

[iotdb] branch cluster_new updated (aafedec -> 1067753)

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

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


    from aafedec  use more distinguishing thread names
     add 70b7182  try-github-action-to-replace-travis (#2051)
     add 011c434  fix session pool bug when someone call pool.close
     add 8ce9467  add tset case
     add 26f6daf  change notifyAll to notify to save CPU
     add 73eaf17  fix some code smell
     add 271f692  Merge pull request #2049 from apache/fix_session_pool
     add 5b653a4  Remove unnecessary delete path check
     add 84c1f9c  Merge pull request #2056 from wshao08/del_fix
     add 07ab57d  fix filechannal force and interrupting-related exception(#2038)
     add 1067753  Merge branch 'master' into cluster_new

No new revisions were added by this update.

Summary of changes:
 .github/workflows/main-ci.yml                      | 112 +++++++++++++++++
 .../org/apache/iotdb/db/metadata/MLogWriter.java   |   1 +
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |   4 -
 .../iotdb/db/integration/IoTDBDeletionIT.java      |  29 +++++
 .../apache/iotdb/db/utils/EnvironmentUtils.java    |  18 ++-
 .../org/apache/iotdb/session/pool/SessionPool.java | 133 ++++++++++++++++-----
 .../apache/iotdb/session/pool/SessionPoolTest.java |  18 +++
 .../fileOutputFactory/LocalFSOutputFactory.java    |   3 +-
 ...SameMeasurementsWithDifferentDataTypesTest.java |  14 ++-
 .../write/writer/ForceAppendTsFileWriterTest.java  |  14 ++-
 10 files changed, 295 insertions(+), 51 deletions(-)
 create mode 100644 .github/workflows/main-ci.yml