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

yiguolei pushed a change to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git


    from cafa0d8fe30 branch-4.0: [fix](regression) Rewrite case and add some 
info #58453 (#58587)
     add ede3490bb3b branch-4.0: [fix](metacache) Fix query hang caused by 
Caffeine cache deadlock in external table queries #57856 (#58066)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/doris/common/CacheFactory.java |  22 +++-
 .../doris/datasource/ExternalSchemaCache.java      |   2 +-
 .../doris/datasource/hive/HiveMetaStoreCache.java  |   6 +-
 .../hudi/source/HudiCachedFsViewProcessor.java     |   2 +-
 .../hudi/source/HudiCachedMetaClientProcessor.java |   1 -
 .../hudi/source/HudiCachedPartitionProcessor.java  |   2 +-
 .../datasource/iceberg/IcebergMetadataCache.java   |   8 +-
 .../doris/datasource/metacache/MetaCache.java      |   6 +-
 .../datasource/paimon/PaimonMetadataCache.java     |   2 +-
 .../org/apache/doris/common/CacheFactoryTest.java  |   6 +-
 .../metacache/MetaCacheDeadlockTest.java           | 114 +++++++++++++++++++++
 11 files changed, 153 insertions(+), 18 deletions(-)
 create mode 100644 
fe/fe-core/src/test/java/org/apache/doris/datasource/metacache/MetaCacheDeadlockTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to