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

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


    from 755c708a73c [Fix](Job)Replace BlockingWaitStrategy with 
LiteTimeoutBlockingWaitStrategy to avoid deadlock issues. (#40625)
     new bc02f3f8008 [Fix](hdfs-fs)The cache expiration should explicitly 
release the held fs (#38610)
     new d926041cc3c [fix](scanner) Fix deadlock when scanner submit failed 
(#40495)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 be/src/vec/exec/scan/scanner_context.cpp           |  44 ++++++--
 be/src/vec/exec/scan/scanner_context.h             |   4 +-
 be/src/vec/exec/scan/scanner_scheduler.cpp         |  31 +++---
 be/src/vec/exec/scan/scanner_scheduler.h           |   2 +-
 .../doris/fs/remote/RemoteFSPhantomManager.java    | 117 +++++++++++++++++++++
 .../apache/doris/fs/remote/RemoteFileSystem.java   |  21 +++-
 .../remote/RemoteFileSystemPhantomReference.java   |  44 ++++++++
 .../org/apache/doris/fs/remote/S3FileSystem.java   |   8 ++
 .../apache/doris/fs/remote/dfs/DFSFileSystem.java  |   8 ++
 9 files changed, 250 insertions(+), 29 deletions(-)
 create mode 100644 
fe/fe-core/src/main/java/org/apache/doris/fs/remote/RemoteFSPhantomManager.java
 create mode 100644 
fe/fe-core/src/main/java/org/apache/doris/fs/remote/RemoteFileSystemPhantomReference.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to