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

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


The following commit(s) were added to refs/heads/branch-4.0 by this push:
     new 0e24772b34f branch-4.0: [cloud](status) Report error once tablets 
cannot be read #56751 (#56788)
0e24772b34f is described below

commit 0e24772b34fe7c219fbc70c7422e83c0d4d06262
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Oct 11 16:27:19 2025 +0800

    branch-4.0: [cloud](status) Report error once tablets cannot be read #56751 
(#56788)
    
    Cherry-picked from #56751
    
    Co-authored-by: Gabriel <[email protected]>
---
 be/src/pipeline/exec/olap_scan_operator.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/be/src/pipeline/exec/olap_scan_operator.cpp 
b/be/src/pipeline/exec/olap_scan_operator.cpp
index 16870de81a9..83f0abb498e 100644
--- a/be/src/pipeline/exec/olap_scan_operator.cpp
+++ b/be/src/pipeline/exec/olap_scan_operator.cpp
@@ -642,6 +642,7 @@ Status OlapScanLocalState::prepare(RuntimeState* state) {
             return Status::OK();
         }
         COUNTER_UPDATE(_sync_rowset_timer, 
_sync_cloud_tablets_watcher.elapsed_time());
+        RETURN_IF_ERROR(_cloud_tablet_future.get());
         auto total_rowsets = std::accumulate(
                 _tablets.cbegin(), _tablets.cend(), 0LL,
                 [](long long acc, const auto& tabletWithVersion) {


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

Reply via email to