kfaraz commented on code in PR #16803:
URL: https://github.com/apache/druid/pull/16803#discussion_r1693161745
##########
server/src/main/java/org/apache/druid/server/http/CoordinatorCompactionConfigsResource.java:
##########
@@ -101,19 +137,20 @@ public Response setCompactionTaskLimit(
@Context HttpServletRequest req
)
{
- UnaryOperator<CoordinatorCompactionConfig> operator =
- current -> CoordinatorCompactionConfig.from(
- current,
+ return updateClusterCompactionConfig(
Review Comment:
Hmm, fair point. Let me mark this API as deprecated.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]