dongkelun commented on code in PR #5478:
URL: https://github.com/apache/hudi/pull/5478#discussion_r965446536
##########
hudi-timeline-service/src/main/java/org/apache/hudi/timeline/service/RequestHandler.java:
##########
@@ -539,4 +543,19 @@ public void handle(@NotNull Context context) throws
Exception {
}
}
}
+
+ /**
+ * Determine whether to throw an exception when local view of table's
timeline is behind that of client's view.
+ */
+ private boolean shouldThrowExceptionIfLocalViewBehind(HoodieTimeline
localTimeline, String lastInstantTs) {
Review Comment:
Sorry, if it is called in `isLocalViewBehind`, there is a timeline, but in
the `handle` method, I don't see where there is a timeline, and the original
code instantiates the timeline in `errMsg`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]