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/10/22 02:57:45 UTC

[incubator-iotdb] branch master updated (c90b5fc -> 8563691)

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

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


    from c90b5fc  Remove jdk constrain of jdk8 and 11 (#439)
     add 8563691  display cache hit rate through jconsole (#431)

No new revisions were added by this update.

Summary of changes:
 .../4-Performance Monitor.md                       |  9 +++
 .../4-Performance Monitor.md                       | 11 +++
 server/src/assembly/resources/conf/logback.xml     |  2 +-
 .../db/engine/cache/CacheHitRatioMonitor.java      | 83 ++++++++++++++++++++++
 .../cache/CacheHitRatioMonitorMXBean.java}         |  7 +-
 .../iotdb/db/engine/cache/DeviceMetaDataCache.java | 36 ++++++----
 .../iotdb/db/engine/cache/TsFileMetaDataCache.java | 37 +++++++---
 .../java/org/apache/iotdb/db/service/IoTDB.java    |  2 +
 .../org/apache/iotdb/db/service/ServiceType.java   |  8 ++-
 9 files changed, 166 insertions(+), 29 deletions(-)
 create mode 100644 server/src/main/java/org/apache/iotdb/db/engine/cache/CacheHitRatioMonitor.java
 copy server/src/main/java/org/apache/iotdb/db/{rescon/TVListAllocatorMBean.java => engine/cache/CacheHitRatioMonitorMXBean.java} (83%)