You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2020/11/16 06:11:50 UTC

[iotdb] branch jira-990-0.11 updated (7cb4e86 -> ec3337f)

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

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


    from 7cb4e86  fix test
     add 78f5441  Fix the problem of formatting debug information in MManager (#2028)
     add d929b73  fix get total memory size
     add 16742cd  fix session pool bug when someone call pool.close
     add d4b5439  add tset case
     add c3dcd74  change notifyAll to notify to save CPU
     add f7f6fad  fix some code smell
     add 2440505  Merge pull request #2050 from apache/fix_session_pool_for_0.11
     add aeda8b6  try-github-action-to-replace-travis (#2051)
     add dab6f23  Create sonar_and_coverall.yml
     add 36d7a54  Update sonar_and_coverall.yml
     add ab5d35b  Add Sonar and Coveralls Check using Github Action (#2052)
     add ec3337f  Merge branch 'rel/0.11' of https://github.com/apache/iotdb into jira-990-0.11

No new revisions were added by this update.

Summary of changes:
 .github/workflows/main-ci.yml                      | 112 +++++++++++++++++
 .github/workflows/sonar_and_coverall.yml           |  76 ++++++++++++
 server/src/assembly/resources/conf/iotdb-env.bat   |   2 +-
 .../org/apache/iotdb/db/metadata/MManager.java     |   8 +-
 .../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 ++-
 9 files changed, 338 insertions(+), 42 deletions(-)
 create mode 100644 .github/workflows/main-ci.yml
 create mode 100644 .github/workflows/sonar_and_coverall.yml