imay commented on a change in pull request #1798: Optimize the load performance 
for large file
URL: https://github.com/apache/incubator-doris/pull/1798#discussion_r327565400
 
 

 ##########
 File path: be/src/olap/delta_writer.cpp
 ##########
 @@ -218,6 +233,10 @@ OLAPStatus 
DeltaWriter::close(google::protobuf::RepeatedPtrField<PTabletInfo>* t
 #endif
 
     _delta_written_success = true;
+
+    const FlushStatistic& stat = _flush_handler->get_stats();
+    LOG(INFO) << "close delta writer for tablet: " << _tablet->tablet_id()
 
 Review comment:
   Do we need this INFO log? this would create many log in our info log files.

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


With regards,
Apache Git Services

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

Reply via email to