Skip to content

Commit

Permalink
add exception catch in insert
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaojialin committed Apr 6, 2020
1 parent b4390ba commit f812ca0
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -1094,6 +1094,7 @@ public TSStatus insert(TSInsertReq req) {
} catch (Exception e) {
logger.error("meet error when insert", e);
}
return RpcUtils.getStatus(TSStatusCode.EXECUTE_STATEMENT_ERROR);
}

@Override
Expand Down

0 comments on commit f812ca0

Please sign in to comment.