qidaye commented on code in PR #42295:
URL: https://github.com/apache/doris/pull/42295#discussion_r1830523681
##########
be/src/common/status.h:
##########
@@ -76,6 +76,7 @@ namespace ErrorCode {
TStatusError(HTTP_ERROR, true); \
TStatusError(TABLET_MISSING, true); \
TStatusError(NOT_MASTER, true); \
+ TStatusError(TRY_LOCK_FAILED, false); \
Review Comment:
The second argument, false, indicates that the status does not print a stack
trace.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]