Add logging to reveal reason to persist the hydrants (#16409)

This commit is contained in:
kaisun2000 2024-05-14 20:09:29 -07:00 committed by GitHub
parent 621525a5cb
commit 91cd07d892
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -465,6 +465,7 @@ public class StreamAppenderator implements Appenderator
MoreExecutors.directExecutor() MoreExecutors.directExecutor()
); );
} else { } else {
log.info("Marking ready for non-incremental async persist due to reasons[%s].", persistReasons);
isPersistRequired = true; isPersistRequired = true;
} }
} }