You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2019/09/04 08:48:58 UTC

[incubator-iotdb] branch master updated (33aedd1 -> c9a11a9)

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

qiaojialin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from 33aedd1  avoid reopen session (#373)
     add 59c164c  avoid reopen session
     add d1e305f  Merge remote-tracking branch 'origin/master'
     add 63c992a  make session thread safe
     new c9a11a9  Merge pull request #374 from apache/session_synchronized

The 1 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:
 .../java/org/apache/iotdb/session/Session.java     | 22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)


[incubator-iotdb] 01/01: Merge pull request #374 from apache/session_synchronized

Posted by qi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git

commit c9a11a92cd32bb9c826677514e24d42f6516cea7
Merge: 33aedd1 63c992a
Author: Jialin Qiao <qj...@mails.tsinghua.edu.cn>
AuthorDate: Wed Sep 4 16:48:54 2019 +0800

    Merge pull request #374 from apache/session_synchronized
    
    Session synchronized

 .../java/org/apache/iotdb/session/Session.java     | 22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)