xzj7019 commented on code in PR #42921: URL: https://github.com/apache/doris/pull/42921#discussion_r1823695037
########## fe/fe-core/src/main/java/org/apache/doris/datasource/ExternalRowCountCache.java: ########## @@ -113,6 +113,7 @@ public long getCachedRowCount(long catalogId, long dbId, long tableId) { if (f.isDone()) { return f.get().orElse(-1L); } + LOG.info("Row count for table {}.{}.{} is still processing.", catalogId, dbId, tableId); Review Comment: is this the main execution path? log.info may print too much to kill the performance. -- 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-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org