You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2019/02/28 06:39:39 UTC

[incubator-iotdb] branch master updated (642c2b9 -> c4b0fe4)

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

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


    from 642c2b9  Add example module (#64)
     add 25c903c  Bug fix: the writer of LocalTextModificationAccessor is not recycled after being closed. Add test: testDelAfterFlush in IoTDBDeletionIT.
     add 632a15b  add result verification in IoTDBDletionIT
     new c4b0fe4  Merge pull request #76 from apache/fix_27

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:
 .../io/LocalTextModificationAccessor.java          |  1 +
 .../iotdb/db/integration/IoTDBDeletionIT.java      | 26 ++++++++++++++++++++++
 2 files changed, 27 insertions(+)


[incubator-iotdb] 01/01: Merge pull request #76 from apache/fix_27

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

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

commit c4b0fe4138fca4b6c22ebde579282760b63c2d6b
Merge: 642c2b9 632a15b
Author: Xiangdong Huang <hx...@qq.com>
AuthorDate: Thu Feb 28 14:39:35 2019 +0800

    Merge pull request #76 from apache/fix_27
    
    [IOTDB-27]Bug fix: the writer of LocalTextModificationAccessor is not recycled

 .../io/LocalTextModificationAccessor.java          |  1 +
 .../iotdb/db/integration/IoTDBDeletionIT.java      | 26 ++++++++++++++++++++++
 2 files changed, 27 insertions(+)