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 02:19:52 UTC

[iotdb] branch split_wal_buffer updated (22f5bee -> c7f7b17)

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

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


    from 22f5bee  fix SerializeUtil
     add 32c0432  Add QQ group and wechat group in README and official website (#2044)
     add 321dcf4  Create sonar_and_coverall.yml
     add a076e74  Update sonar_and_coverall.yml
     add 56ab924  Add Sonar and Coveralls Check using Github Action (#2052)
     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 c7f7b17  Merge branch 'master' into split_wal_buffer

No new revisions were added by this update.

Summary of changes:
 .github/workflows/main-ci.yml                      | 112 +++++++++++++++++
 .github/workflows/sonar_and_coverall.yml           |  76 ++++++++++++
 README.md                                          |  11 ++
 README_ZH.md                                       |  13 +-
 .../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 +++
 site/src/main/.vuepress/theme/components/Page.vue  |   3 +
 .../fileOutputFactory/LocalFSOutputFactory.java    |   3 +-
 ...SameMeasurementsWithDifferentDataTypesTest.java |  14 ++-
 .../write/writer/ForceAppendTsFileWriterTest.java  |  14 ++-
 14 files changed, 397 insertions(+), 52 deletions(-)
 create mode 100644 .github/workflows/main-ci.yml
 create mode 100644 .github/workflows/sonar_and_coverall.yml