This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 23b05104df change response code to WRITE_PROCESS_REJECT when
limitation is triggered by wal size (#7143)
add 3c1f57c09d [IOTDB-4126] Optimize cache implementation using HashMap to
find Node instead of traversal with a for loop (#6986)
No new revisions were added by this update.
Summary of changes:
.../db/mpp/transformation/datastructure/Cache.java | 77 ++++-----------------
.../row/ElasticSerializableRowRecordList.java | 8 +--
.../tv/ElasticSerializableTVList.java | 8 +--
.../iotdb/db/query/udf/datastructure/LRUCache.java | 12 ++--
.../db/query/udf/datastructure/LRUCacheTest.java | 79 ++++++++++++++++++++++
5 files changed, 107 insertions(+), 77 deletions(-)