You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ji...@apache.org on 2020/04/22 02:25:32 UTC

[incubator-iotdb] branch cluster_new updated (32a278b -> afa5151)

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

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


    from 32a278b  add a query after delete storage groups in ClientMain
     add 39f8feb  [IOTDB-607] add batch create timeseries in rpc (#1075)
     add e6bcd34  fix mlog in(#1079)
     add 9e8fe56  remove check is query in session (#1082)
     add d33dbed  update client. (#1076)
     add e89fe25  [IOTDB-528]modify grafana group by (#1073)
     add afa5151  Merge branch 'master' into cluster_new

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/client/AbstractClient.java    |  83 ++++++++++++-----
 .../UserGuide/7-Ecosystem Integration/1-Grafana.md |  70 +++++++++++----
 .../UserGuide/7-Ecosystem Integration/1-Grafana.md |  65 +++++++++++---
 .../main/java/org/apache/iotdb/SessionExample.java |  60 +++++++++++--
 grafana/readme.md                                  |  74 +++++++++++----
 grafana/readme_zh.md                               |  95 ++++++++++++++------
 .../iotdb/web/grafana/dao/impl/BasicDaoImpl.java   |  70 +++++++++------
 .../main/resources}/application.properties         |  10 ++-
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |  13 +++
 .../org/apache/iotdb/db/metadata/MManager.java     |   5 +-
 .../org/apache/iotdb/db/service/TSServiceImpl.java | 100 +++++++++++++++++----
 .../apache/iotdb/db/sql/CheckPathValidityTest.java |  49 ++++++++++
 service-rpc/rpc-changelist.md                      |   2 +
 service-rpc/src/main/thrift/rpc.thrift             |  14 +++
 .../main/java/org/apache/iotdb/session/Config.java |  14 ---
 .../java/org/apache/iotdb/session/Session.java     |  73 ++++++++-------
 .../org/apache/iotdb/session/pool/SessionPool.java |  31 +++++--
 .../iotdb/session/CheckPathValidityTest.java       |  49 ----------
 .../org/apache/iotdb/session/IoTDBSessionIT.java   |  41 ++++++++-
 19 files changed, 659 insertions(+), 259 deletions(-)
 rename grafana/{conf => src/main/resources}/application.properties (79%)
 create mode 100644 server/src/test/java/org/apache/iotdb/db/sql/CheckPathValidityTest.java
 delete mode 100644 session/src/test/java/org/apache/iotdb/session/CheckPathValidityTest.java