[HUDI-3417] Switch AbstractTableFileSystemView#filterBaseFileAfterPendingCompaction log level to debug (#4805)
Co-authored-by: yuzhaojing <yuzhaojing@bytedance.com>
This commit is contained in:
@@ -401,7 +401,7 @@ public abstract class AbstractTableFileSystemView implements SyncableFileSystemV
|
|||||||
*/
|
*/
|
||||||
protected FileSlice filterBaseFileAfterPendingCompaction(FileSlice fileSlice) {
|
protected FileSlice filterBaseFileAfterPendingCompaction(FileSlice fileSlice) {
|
||||||
if (isFileSliceAfterPendingCompaction(fileSlice)) {
|
if (isFileSliceAfterPendingCompaction(fileSlice)) {
|
||||||
LOG.info("File Slice (" + fileSlice + ") is in pending compaction");
|
LOG.debug("File Slice (" + fileSlice + ") is in pending compaction");
|
||||||
// Base file is filtered out of the file-slice as the corresponding compaction
|
// Base file is filtered out of the file-slice as the corresponding compaction
|
||||||
// instant not completed yet.
|
// instant not completed yet.
|
||||||
FileSlice transformed =
|
FileSlice transformed =
|
||||||
|
|||||||
Reference in New Issue
Block a user