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 2019/12/13 04:06:50 UTC

[incubator-iotdb] branch cluster_new updated (13c20e1 -> b99f43c)

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 13c20e1  Merge branch 'refactor_session_management' into cluster_new
     add a919d29  move queryIdGenerator into QueryResourceManager
     add b99f43c  Merge branch 'refactor_session_management' into cluster_new

No new revisions were added by this update.

Summary of changes:
 .../apache/iotdb/cluster/query/ClusterQueryManager.java    | 10 ++--------
 .../iotdb/cluster/server/member/DataGroupMember.java       |  2 +-
 .../iotdb/db/query/control/QueryResourceManager.java       |  6 +++++-
 .../java/org/apache/iotdb/db/service/TSServiceImpl.java    |  5 +----
 .../iotdb/db/integration/IoTDBSequenceDataQueryIT.java     |  9 +++------
 .../apache/iotdb/db/integration/IoTDBSeriesReaderIT.java   | 12 ++++--------
 .../java/org/apache/iotdb/db/utils/EnvironmentUtils.java   |  3 +--
 .../org/apache/iotdb/session/utils/EnvironmentUtils.java   | 14 +++++---------
 .../scala/org/apache/iotdb/spark/db/EnvironmentUtils.java  |  8 ++------
 9 files changed, 24 insertions(+), 45 deletions(-)