We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2281175 commit 5213656Copy full SHA for 5213656
1 file changed
hudi-common/src/main/java/org/apache/hudi/common/fs/FSUtils.java
@@ -79,7 +79,7 @@ public class FSUtils {
79
private static final Logger LOG = LogManager.getLogger(FSUtils.class);
80
// Log files are of this pattern - .b5068208-e1a4-11e6-bf01-fe55135034f3_20170101134598.log.1
81
private static final Pattern LOG_FILE_PATTERN =
82
- Pattern.compile("\\.(.*)_(.*)\\.(.*)\\.([0-9]*)(_(([0-9]*)-([0-9]*)-([0-9]*)(-cdc)?))?");
+ Pattern.compile("\\.(.*)_(.*)\\.(.*)\\.([0-9]*)(_(([0-9]*)-([0-9]*)-([0-9]*)(-cdc)?))");
83
private static final String LOG_FILE_PREFIX = ".";
84
private static final int MAX_ATTEMPTS_RECOVER_LEASE = 10;
85
private static final long MIN_CLEAN_TO_KEEP = 10;
0 commit comments