This is an automated email from the ASF dual-hosted git repository.
liudw pushed a change to branch range_delete
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 113ec67 fix StorageGroupProcessor param err
add 0a4546c add iterator in SessionDataSetWrapper
add a9a74c1 sync useage with github issue #748
add 65f3d72 change the way to calculate chunkmetadata cache
add d705694 OOM
add da145fa [IOTDB-657] Update MQTT example document (#1180)
add 212ceac optimize contruct dataset values array logic
add 9465b89 add a judge null interface
add 004c25f change comments
add bd4b22e decrease cache size in query
add eb5e759 Add more JMX MBean
add c299afb Merge branches 'master' and 'range_delete' of
https://github.com/apache/incubator-iotdb into range_delete
No new revisions were added by this update.
Summary of changes:
docs/Community/Community-Powered By.md | 17 +++++
docs/zh/Community/Community-Powered By.md | 39 ++++++++--
example/mqtt/README.md | 3 +-
.../main/java/org/apache/iotdb/SessionExample.java | 35 ++++++++-
.../resources/conf/iotdb-engine.properties | 2 +-
.../db/engine/cache/CacheHitRatioMonitor.java | 65 +++++++++++++++-
.../engine/cache/CacheHitRatioMonitorMXBean.java | 27 +++++++
.../apache/iotdb/db/engine/cache/ChunkCache.java | 21 +++++-
.../iotdb/db/engine/cache/ChunkMetadataCache.java | 39 +++++++---
.../iotdb/db/engine/cache/LRULinkedHashMap.java | 31 ++++++--
.../db/engine/cache/TimeSeriesMetadataCache.java | 17 ++++-
.../java/org/apache/iotdb/rpc/IoTDBRpcDataSet.java | 86 +++++++++++++---------
.../org/apache/iotdb/session/SessionDataSet.java | 14 +++-
.../iotdb/session/pool/SessionDataSetWrapper.java | 8 ++
14 files changed, 326 insertions(+), 78 deletions(-)