PavithranRick commented on code in PR #18073:
URL: https://github.com/apache/hudi/pull/18073#discussion_r2756484276


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/marker/TimelineServerBasedWriteMarkers.java:
##########
@@ -197,6 +199,7 @@ private Map<String, String> getConfigMap(
     } else {
       paramsMap.put(MARKER_NAME_PARAM, partitionPath + "/" + markerFileName);
     }
+    paramsMap.put(MARKER_REQUEST_ID_PARAM, UUID.randomUUID().toString());

Review Comment:
   added UUID in marker getConfigMap() instead of 
TimelineServiceClientBase.makeRequest() to avoid adding UUID for other POST 
requests. Pls lmk if we need to change this



-- 
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]

Reply via email to