danny0405 commented on code in PR #6372:
URL: https://github.com/apache/hudi/pull/6372#discussion_r944081171
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/marker/WriteMarkersFactory.java:
##########
@@ -46,7 +46,7 @@ public static WriteMarkers get(MarkerType markerType,
HoodieTable table, String
case DIRECT:
return new DirectWriteMarkers(table, instantTime);
case TIMELINE_SERVER_BASED:
- if (!table.getConfig().isEmbeddedTimelineServerEnabled()) {
+ if (!table.getConfig().isEmbeddedTimelineServerEnabled() &&
!table.getConfig().isEmbeddedTimelineServerReuseEnabled()) {
Review Comment:
Also cc @yihua , can you help to take a look here ?
--
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]