924060929 commented on a change in pull request #5160:
URL: https://github.com/apache/incubator-doris/pull/5160#discussion_r549251871
##########
File path: fe/fe-core/src/main/java/org/apache/doris/qe/MasterOpExecutor.java
##########
@@ -42,7 +42,9 @@
// the total time of thrift connectTime add readTime and writeTime
private int thriftTimeoutMs;
- public MasterOpExecutor(OriginStatement originStmt, ConnectContext ctx,
RedirectStatus status) {
+ private boolean shouldNotRetry;
+
+ public MasterOpExecutor(OriginStatement originStmt, ConnectContext ctx,
RedirectStatus status, boolean isQuery) {
Review comment:
yes,the condition isQuery is conservative & convenient
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]