DanielWang2035 commented on code in PR #14717:
URL: https://github.com/apache/iotdb/pull/14717#discussion_r1952251945
##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/StorageEngine.java:
##########
@@ -936,26 +946,18 @@ public TSStatus executeLoadCommand(
try {
switch (loadCommand) {
case EXECUTE:
- if (loadTsFileManager.loadAll(uuid, isGeneratedByPipe,
progressIndex)) {
- status = RpcUtils.SUCCESS_STATUS;
- } else {
- status.setCode(TSStatusCode.LOAD_FILE_ERROR.getStatusCode());
- status.setMessage(
- String.format(
- "No load TsFile uuid %s recorded for execute load command
%s.",
- uuid, loadCommand));
+ if (!loadTsFileManager.loadAll(uuid, isGeneratedByPipe,
progressIndex)) {
Review Comment:
revert
--
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]