You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by lt...@apache.org on 2019/12/19 13:55:51 UTC

[incubator-iotdb] branch master updated (d688c1b -> 038cbbf)

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

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


    from d688c1b  divide queryId generation into data query and non-data query (#666)
     add 639cf97  fix a bug of deleting sg
     add e9b321f  fix ut
     new 038cbbf  Merge pull request #669 from apache/fix_jira_375

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:
 .../db/conf/adapter/IoTDBConfigDynamicAdapter.java | 10 +++++++---
 .../db/exception/ConfigAdjusterException.java      |  3 ++-
 .../org/apache/iotdb/db/metadata/MManager.java     |  3 ++-
 .../adapter/IoTDBConfigDynamicAdapterTest.java     | 22 ++++++++--------------
 4 files changed, 19 insertions(+), 19 deletions(-)


[incubator-iotdb] 01/01: Merge pull request #669 from apache/fix_jira_375

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

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

commit 038cbbf1bac6bc534d3391b2d1a32ab7a72a8411
Merge: d688c1b e9b321f
Author: Tianan Li <li...@163.com>
AuthorDate: Thu Dec 19 21:55:44 2019 +0800

    Merge pull request #669 from apache/fix_jira_375
    
    [IOTDB-375]Fix a bug of  incorrect dynamic parameter evaluation while deleting sg

 .../db/conf/adapter/IoTDBConfigDynamicAdapter.java | 10 +++++++---
 .../db/exception/ConfigAdjusterException.java      |  3 ++-
 .../org/apache/iotdb/db/metadata/MManager.java     |  3 ++-
 .../adapter/IoTDBConfigDynamicAdapterTest.java     | 22 ++++++++--------------
 4 files changed, 19 insertions(+), 19 deletions(-)