gavinchou commented on code in PR #40486: URL: https://github.com/apache/doris/pull/40486#discussion_r1771277650
########## cloud/src/meta-service/txn_lazy_committer.cpp: ########## @@ -409,7 +409,7 @@ void TxnLazyCommitTask::commit() { code_ = MetaServiceCode::PROTOBUF_SERIALIZE_ERR; ss << "failed to serialize version_pb when saving, txn_id=" << txn_id_; msg_ = ss.str(); - return; Review Comment: is this a bug? -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org