You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by GitBox <gi...@apache.org> on 2020/10/30 02:04:08 UTC

[GitHub] [hawq] Librago opened a new pull request #1499: refactor lock implement and fix mem usage bug

Librago opened a new pull request #1499:
URL: https://github.com/apache/hawq/pull/1499


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hawq] huor commented on pull request #1499: refactor lock implement and fix mem usage bug

Posted by GitBox <gi...@apache.org>.
huor commented on pull request #1499:
URL: https://github.com/apache/hawq/pull/1499#issuecomment-720249663


   The commit message should be in the format "HAWQ-xxxx. refactor lock implement and fix mem usage 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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hawq] huor merged pull request #1499: refactor lock implement and fix mem usage bug

Posted by GitBox <gi...@apache.org>.
huor merged pull request #1499:
URL: https://github.com/apache/hawq/pull/1499


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hawq] huor commented on a change in pull request #1499: refactor lock implement and fix mem usage bug

Posted by GitBox <gi...@apache.org>.
huor commented on a change in pull request #1499:
URL: https://github.com/apache/hawq/pull/1499#discussion_r514703189



##########
File path: depends/dbcommon/src/dbcommon/log/logger.h
##########
@@ -77,6 +77,7 @@ std::string FormatErrorString(const char *fmt, ...)
 #define LOG_INFO(...) COMPACT_LOG_INFO(__VA_ARGS__)
 #define LOG_WARNING(...) COMPACT_LOG_WARNING(__VA_ARGS__)
 #define LOG_ERROR(errCode, ...) COMPACT_LOG_ERROR(errCode, __VA_ARGS__)
+#define LOG_BACKSTRACE(...) COMPACT_LOG_BACKSTRACE(__VA_ARGS__)

Review comment:
       LOG_BACKTRACE?




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org