This is an automated email from the ASF dual-hosted git repository.
xuekaifeng pushed a change to branch KF
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from 74c4aa4 Merge branch 'master' into KF
add eba7c0b [IOTDB-916] Add a config entry to make Last cache
configurable (#1770)
add c04354f Merge branch 'master' of
https://github.com/apache/incubator-iotdb into KF
add fb16327 Merge branch 'KF' of
https://github.com/apache/incubator-iotdb into KF
No new revisions were added by this update.
Summary of changes:
.../resources/conf/iotdb-engine.properties | 7 ++++
.../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 13 +++++++
.../org/apache/iotdb/db/conf/IoTDBDescriptor.java | 3 ++
.../db/engine/cache/TimeSeriesMetadataCache.java | 1 +
.../engine/storagegroup/StorageGroupProcessor.java | 6 ++++
.../db/engine/storagegroup/TsFileProcessor.java | 1 +
.../tsfilemanagement/utils/HotCompactionUtils.java | 2 +-
.../apache/iotdb/db/qp/executor/PlanExecutor.java | 1 +
.../iotdb/db/query/executor/LastQueryExecutor.java | 42 ++++++++++++++--------
.../db/sync/receiver/transfer/SyncServiceImpl.java | 2 ++
10 files changed, 63 insertions(+), 15 deletions(-)