This is an automated email from the ASF dual-hosted git repository. jiangtian pushed a commit to branch trigger_CI in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit b3d256a97cccd3d502539b223ddfde75bb986393 Author: Tian Jiang <[email protected]> AuthorDate: Wed Aug 7 17:37:21 2024 +0800 Report INTERNAL_SERVER_ERROR in executeBatch --- .../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 e74319c9a7a..3899e882a5d 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 @@ -1565,9 +1565,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(
