You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "WangZhongze (Jira)" <ji...@apache.org> on 2021/08/26 02:29:00 UTC

[jira] [Created] (HUDI-2366) fix hudi generating too many logs

WangZhongze created HUDI-2366:
---------------------------------

             Summary: fix hudi generating too many logs
                 Key: HUDI-2366
                 URL: https://issues.apache.org/jira/browse/HUDI-2366
             Project: Apache Hudi
          Issue Type: Bug
            Reporter: WangZhongze
            Assignee: WangZhongze


In AbstractTableFileSystemView.isFileSliceAfterPendingCompaction, compactionWithInstantTime of FileSlice will be print in the log output. but in general, FileSlice is not in compaction state, resulting in a null value in the log output. And if there are many FIleslices, a large number of logs will be output in a short time, which can reach more than 90% of the total log, which seriously affects viewing other log information


Advice: delete this log



--
This message was sent by Atlassian Jira
(v8.3.4#803005)