airborne12 commented on code in PR #35459:
URL: https://github.com/apache/doris/pull/35459#discussion_r1644330157
##########
be/src/olap/task/index_builder.cpp:
##########
@@ -283,12 +283,10 @@ Status
IndexBuilder::handle_single_rowset(RowsetMetaSharedPtr output_rowset_meta
std::move(inverted_index_file_writer));
}
for (auto&& [seg_id, inverted_index_writer] :
_inverted_index_file_writers) {
- LOG(INFO) << "close inverted index file "
- << inverted_index_writer->get_index_file_path();
auto st = inverted_index_writer->close();
if (!st.ok()) {
- LOG(ERROR) << "close inverted index file "
- << inverted_index_writer->get_index_file_path()
<< " error:" << st;
+ LOG(ERROR) << "close inverted_index_writer error:" << st;
Review Comment:
file path info is in error message itself.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]