Caideyipi commented on code in PR #15269:
URL: https://github.com/apache/iotdb/pull/15269#discussion_r2045923805


##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/scheduler/AsyncPlanNodeSender.java:
##########
@@ -109,32 +109,36 @@ public void waitUntilCompleted() throws 
InterruptedException {
     }
   }
 
-  public List<TSStatus> getFailureStatusList() {
-    List<TSStatus> failureStatusList = new ArrayList<>();
+  public List<FailedFragmentInstance> getFailedInstances() {
+    List<FailedFragmentInstance> failureStatusList = new ArrayList<>();

Review Comment:
   Better rename the variable



##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/scheduler/FragmentInstanceDispatcherImpl.java:
##########
@@ -97,30 +98,33 @@ public class FragmentInstanceDispatcherImpl implements 
IFragInstanceDispatcher {
 
   private static final String UNEXPECTED_ERRORS = "Unexpected errors: ";
 
+  private final long maxRetryDurationInNs;
+
   public FragmentInstanceDispatcherImpl(
       QueryType type,
       MPPQueryContext queryContext,
       ExecutorService executor,

Review Comment:
   Can this be deleted too?



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to