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



##########
File path: 
fe/fe-core/src/main/java/org/apache/doris/service/FrontendServiceImpl.java
##########
@@ -827,7 +823,7 @@ private void loadTxnRollbackImpl(TLoadTxnRollbackRequest 
request) throws UserExc
     @Override
     public TStreamLoadPutResult streamLoadPut(TStreamLoadPutRequest request) {
         String clientAddr = getClientAddrAsString();
-        LOG.info("receive stream load put request. db:{}, tbl: {}, txn id: {}, 
load id: {}, backend: {}",
+        LOG.debug("receive stream load put request. db:{}, tbl: {}, txn id: 
{}, load id: {}, backend: {}",

Review comment:
       done

##########
File path: 
fe/fe-core/src/main/java/org/apache/doris/service/FrontendServiceImpl.java
##########
@@ -778,7 +774,7 @@ private boolean loadTxnCommitImpl(TLoadTxnCommitRequest 
request) throws UserExce
     @Override
     public TLoadTxnRollbackResult loadTxnRollback(TLoadTxnRollbackRequest 
request) throws TException {
         String clientAddr = getClientAddrAsString();
-        LOG.info("receive txn rollback request. db: {}, tbl: {}, txn id: {}, 
reason: {}, backend: {}",
+        LOG.debug("receive txn rollback request. db: {}, tbl: {}, txn id: {}, 
reason: {}, backend: {}",

Review comment:
       done




----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to