the-other-tim-brown commented on code in PR #13399:
URL: https://github.com/apache/hudi/pull/13399#discussion_r2136120417
##########
hudi-timeline-service/src/main/java/org/apache/hudi/timeline/service/handlers/MarkerHandler.java:
##########
@@ -274,7 +269,7 @@ private CompletableFuture<String>
finishCreateMarkerFuture(Context context, Stri
MarkerCreationFuture future = new MarkerCreationFuture(context, markerDir,
markerName);
try {
future.complete(jsonifyResult(
- future.getContext(), future.isSuccessful(), metricsRegistry, new
ObjectMapper(), LOG));
+ future.getContext(), future.isSuccessful(), metricsRegistry, LOG));
Review Comment:
Removed the provided log and just use the RequestHandler's logger
--
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]