1
0

[HUDI-988] Fix More Unit Test Flakiness

This commit is contained in:
garyli1019
2020-06-05 17:25:59 -07:00
committed by Balaji Varadarajan
parent fb283934a3
commit e9cab67b80
22 changed files with 138 additions and 193 deletions

View File

@@ -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();