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/11/16 05:28:21 UTC

[iotdb] branch jira-1002 updated (efb73f2 -> 62f7701)

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

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


    from efb73f2  Merge remote-tracking branch 'origin/master'
     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 62f7701  Merge remote-tracking branch 'origin/master'

No new revisions were added by this update.

Summary of changes:
 .github/workflows/main-ci.yml                      | 112 +++++++++++++++++
 .../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 ++-
 6 files changed, 257 insertions(+), 37 deletions(-)
 create mode 100644 .github/workflows/main-ci.yml