You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ma...@apache.org on 2023/02/20 01:54:05 UTC

[iotdb] branch IOTDB-5517 updated (5c920760db -> 059ac1a9e6)

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

marklau99 pushed a change to branch IOTDB-5517
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 5c920760db update dashboard
     add 20a82d8a10 [IOTDB-5549] Ensure concurrently MNode memory release (#9089)
     add ce5df3cfc9 [Website] Add Grafana plugin download link for v0.13.4 (#9092)
     add 0cd44616f8 Improve the document of FREQ encoding (#9095)
     add 059ac1a9e6 Merge remote-tracking branch 'upstream/master' into IOTDB-5517

No new revisions were added by this update.

Summary of changes:
 docs/Download/README.md                            |   6 +-
 docs/UserGuide/Data-Concept/Encoding.md            |   4 +-
 docs/zh/Download/README.md                         |   5 +
 docs/zh/UserGuide/Data-Concept/Encoding.md         |   6 +-
 .../iotdb/commons/concurrent/ThreadName.java       |   6 +-
 .../mtree/store/disk/cache/CacheMemoryManager.java | 132 +++++++++++++--------
 .../iotdb/db/utils/concurrent/FiniteSemaphore.java |  56 +++++++++
 .../schemaRegion/SchemaStatisticsTest.java         |   3 -
 8 files changed, 159 insertions(+), 59 deletions(-)
 create mode 100644 server/src/main/java/org/apache/iotdb/db/utils/concurrent/FiniteSemaphore.java