You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/04/20 09:26:03 UTC

[GitHub] [incubator-doris] chenlinzhong opened a new pull request, #9132: [Enhancement] Optimize log content, stop print stacktrace info #9130

chenlinzhong opened a new pull request, #9132:
URL: https://github.com/apache/incubator-doris/pull/9132

   it's not a good way to print stack for every log ,this may cause
      1.In high concurrency scenarios, printing too much log content frequently will affect performance
      2.Full screen stack information is not friendly to viewing logs
   
   # Proposed changes
   
   Issue Number: close #xxx
   
   ## Problem Summary:
   
   Describe the overview of changes.
   
   ## Checklist(Required)
   
   1. Does it affect the original behavior: (Yes/No/I Don't know)
   2. Has unit tests been added: (Yes/No/No Need)
   3. Has document been added or modified: (Yes/No/No Need)
   4. Does it need to update dependencies: (Yes/No)
   5. Are there any changes that cannot be rolled back: (Yes/No)
   
   ## Further comments
   
   If this is a relatively large or complex change, kick off the discussion at [dev@doris.apache.org](mailto:dev@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc...
   


-- 
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-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] github-actions[bot] closed pull request #9132: [Enhancement] Optimize log content, stop print stackinfo #9130

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed pull request #9132: [Enhancement] Optimize log content, stop print stackinfo   #9130
URL: https://github.com/apache/doris/pull/9132


-- 
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-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] chenlinzhong commented on a diff in pull request #9132: [Enhancement] Optimize log content, stop print stackinfo #9130

Posted by GitBox <gi...@apache.org>.
chenlinzhong commented on code in PR #9132:
URL: https://github.com/apache/incubator-doris/pull/9132#discussion_r859709546


##########
.gitignore:
##########
@@ -77,3 +77,4 @@ be/src/gen_cpp/opcode
 be/tags
 be/test/olap/test_data/tablet_meta_test.hdr
 be/.devcontainer/
+be/build_DEBUG

Review Comment:
   > Ignore miss is fixed on #9128
   
   copy that



-- 
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-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] github-actions[bot] commented on pull request #9132: [Enhancement] Optimize log content, stop print stackinfo #9130

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #9132:
URL: https://github.com/apache/doris/pull/9132#issuecomment-1289807184

   We're closing this PR because it hasn't been updated in a while.
   This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable.
   If you'd like to revive this PR, please reopen it and feel free a maintainer to remove the Stale tag!


-- 
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-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] BiteTheDDDDt commented on a diff in pull request #9132: [Enhancement] Optimize log content, stop print stackinfo #9130

Posted by GitBox <gi...@apache.org>.
BiteTheDDDDt commented on code in PR #9132:
URL: https://github.com/apache/incubator-doris/pull/9132#discussion_r859568758


##########
.gitignore:
##########
@@ -77,3 +77,4 @@ be/src/gen_cpp/opcode
 be/tags
 be/test/olap/test_data/tablet_meta_test.hdr
 be/.devcontainer/
+be/build_DEBUG

Review Comment:
   Ignore miss is fixed on #9128



-- 
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-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org