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 2020/10/21 06:27:20 UTC

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #4766: Make some debug log settings configurable and change some log level from info to debug to escape performance bottlenecks

chaoyli commented on a change in pull request #4766:
URL: https://github.com/apache/incubator-doris/pull/4766#discussion_r509018599



##########
File path: fe/fe-core/src/main/java/org/apache/doris/service/FrontendServiceImpl.java
##########
@@ -634,7 +634,7 @@ public TFeResult loadCheck(TLoadCheckRequest request) throws TException {
     @Override
     public TLoadTxnBeginResult loadTxnBegin(TLoadTxnBeginRequest request) throws TException {
         String clientAddr = getClientAddrAsString();
-        LOG.info("receive txn begin request, db: {}, tbl: {}, label: {}, backend: {}",
+        LOG.debug("receive txn begin request, db: {}, tbl: {}, label: {}, backend: {}",

Review comment:
       line 637, 638 LOG.debug can merged.

##########
File path: fe/fe-core/src/main/java/org/apache/doris/service/FrontendServiceImpl.java
##########
@@ -712,7 +712,7 @@ private long loadTxnBeginImpl(TLoadTxnBeginRequest request, String clientIp) thr
     @Override
     public TLoadTxnCommitResult loadTxnCommit(TLoadTxnCommitRequest request) throws TException {
         String clientAddr = getClientAddrAsString();
-        LOG.info("receive txn commit request. db: {}, tbl: {}, txn id: {}, backend: {}",
+        LOG.debug("receive txn commit request. db: {}, tbl: {}, txn id: {}, backend: {}",

Review comment:
       line 715, 716 can be merged.




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



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