This is an automated email from the ASF dual-hosted git repository. jiangtian pushed a commit to branch trigger_CI_table in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 472193adcf6e304ea6f04b37e1025bd78f03826d Author: Tian Jiang <[email protected]> AuthorDate: Wed Aug 7 17:37:21 2024 +0800 Report INTERNAL_SERVER_ERROR in executeBatch (cherry picked from commit b3d256a97cccd3d502539b223ddfde75bb986393) --- .../org/apache/iotdb/db/protocol/thrift/impl/ClientRPCServiceImpl.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/protocol/thrift/impl/ClientRPCServiceImpl.java b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/protocol/thrift/impl/ClientRPCServiceImpl.java index fc0706cef62..978673c3bc9 100644 --- a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/protocol/thrift/impl/ClientRPCServiceImpl.java +++ b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/protocol/thrift/impl/ClientRPCServiceImpl.java @@ -1706,9 +1706,6 @@ public class ClientRPCServiceImpl implements IClientRPCServiceWithHandler { TSStatus status = onQueryException( e, "\"" + statement + "\". " + OperationType.EXECUTE_BATCH_STATEMENT); - if (status.getCode() != TSStatusCode.INTERNAL_SERVER_ERROR.getStatusCode()) { - isAllSuccessful = false; - } results.add(status); } finally { addStatementExecutionLatency(
