Jibing-Li commented on code in PR #42921:
URL: https://github.com/apache/doris/pull/42921#discussion_r1823698516
##########
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:
This log will only be printed when the cache is not loaded. Will not print
any more after the cache is available.
--
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]