You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2022/01/19 01:59:49 UTC

[iotdb] branch master updated (efeb344 -> dbb67fe)

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

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


    from efeb344  Fix when opening too many file handlers, too many warning logs will be printed (#4891)
     add dbb67fe  [IOTDB-2391] Cached file length in TsFileResource (#4886)

No new revisions were added by this update.

Summary of changes:
 .../db/engine/storagegroup/TsFileResource.java     |  16 +-
 .../datastructure/FixedPriorityBlockingQueue.java  | 134 ++++++++++
 .../FixedPriorityBlockingQueueTest.java            | 286 +++++++++++++++++++++
 3 files changed, 435 insertions(+), 1 deletion(-)
 create mode 100644 server/src/main/java/org/apache/iotdb/db/utils/datastructure/FixedPriorityBlockingQueue.java
 create mode 100644 server/src/test/java/org/apache/iotdb/db/utils/datastructure/FixedPriorityBlockingQueueTest.java