You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by su...@apache.org on 2020/07/22 09:17:22 UTC

[incubator-iotdb] branch mem_control updated (182b230 -> 0db167a)

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

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


    from 182b230  Merge branch 'master' of https://github.com/apache/incubator-iotdb into mem_control
     add 0db167a  Add interface for System module and ArrayManager

No new revisions were added by this update.

Summary of changes:
 .../ArrayManager.java}                             | 46 +++++++------
 ...TVListAllocatorMBean.java => FlushManager.java} | 22 +++++-
 .../apache/iotdb/db/rescon/PrimitiveArrayPool.java | 14 ++--
 .../java/org/apache/iotdb/db/rescon/System.java    | 78 ++++++++++++++++++++++
 4 files changed, 133 insertions(+), 27 deletions(-)
 copy server/src/main/java/org/apache/iotdb/db/{qp/physical/crud/FillQueryPlan.java => rescon/ArrayManager.java} (55%)
 copy server/src/main/java/org/apache/iotdb/db/rescon/{TVListAllocatorMBean.java => FlushManager.java} (73%)
 create mode 100644 server/src/main/java/org/apache/iotdb/db/rescon/System.java