Ring-k commented on a change in pull request #1387:
URL: https://github.com/apache/incubator-iotdb/pull/1387#discussion_r444706948
##########
File path:
cluster/src/main/java/org/apache/iotdb/cluster/server/member/MetaGroupMember.java
##########
@@ -1551,6 +1584,20 @@ TSStatus forwardPlan(Map<PhysicalPlan, PartitionGroup>
planGroupMap) {
subStatus = forwardPlan(entry.getKey(), entry.getValue());
}
if (subStatus.getCode() != TSStatusCode.SUCCESS_STATUS.getStatusCode()) {
+ if (entry.getKey() instanceof InsertPlan
+ && subStatus.getCode() ==
TSStatusCode.STORAGE_ENGINE_ERROR.getStatusCode()
Review comment:
Thanks for your suggestion. The error code `TIMESERIES_NOT_EXIST` will
be introduced.
----------------------------------------------------------------
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]