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

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

commit 0ba1797a59dd36639d5a04727e249bcfd26a6e72
Author: yiguolei <[email protected]>
AuthorDate: Sun Mar 12 00:21:45 2023 +0800

    f
---
 fe/fe-core/src/main/java/org/apache/doris/qe/QeProcessorImpl.java | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/fe/fe-core/src/main/java/org/apache/doris/qe/QeProcessorImpl.java 
b/fe/fe-core/src/main/java/org/apache/doris/qe/QeProcessorImpl.java
index 1ed4a5d7be..15175aa801 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/qe/QeProcessorImpl.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/qe/QeProcessorImpl.java
@@ -179,6 +179,7 @@ public final class QeProcessorImpl implements QeProcessor {
 
     @Override
     public TReportExecStatusResult reportExecStatus(TReportExecStatusParams 
params, TNetworkAddress beAddr) {
+        try {
         try {
             Thread.currentThread().sleep(1000);
         } catch (Exception e) {
@@ -212,6 +213,10 @@ public final class QeProcessorImpl implements QeProcessor {
         }
         result.setStatus(new TStatus(TStatusCode.OK));
         return result;
+        } catch (Exception e) {
+            LOG.info("errors yyy", e);
+            return null;
+        }
     }
 
     @Override


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

Reply via email to