[HUDI-988] Fix More Unit Test Flakiness
This commit is contained in:
committed by
Balaji Varadarajan
parent
fb283934a3
commit
e9cab67b80
@@ -117,7 +117,7 @@ public class FileSystemViewHandler {
|
||||
synchronized (view) {
|
||||
if (isLocalViewBehind(ctx)) {
|
||||
HoodieTimeline localTimeline = viewManager.getFileSystemView(basePath).getTimeline();
|
||||
LOG.warn("Syncing view as client passed last known instant " + lastKnownInstantFromClient
|
||||
LOG.info("Syncing view as client passed last known instant " + lastKnownInstantFromClient
|
||||
+ " as last known instant but server has the folling timeline :"
|
||||
+ localTimeline.getInstants().collect(Collectors.toList()));
|
||||
view.sync();
|
||||
|
||||
Reference in New Issue
Block a user