AmatyaAvadhanula commented on code in PR #14507:
URL: https://github.com/apache/druid/pull/14507#discussion_r1253958214


##########
indexing-service/src/main/java/org/apache/druid/indexing/common/actions/RetrieveUsedSegmentsAction.java:
##########
@@ -58,17 +62,22 @@ public class RetrieveUsedSegmentsAction implements 
TaskAction<Collection<DataSeg
   @JsonIgnore
   private final Segments visibility;
 
+  @JsonIgnore
+  private final boolean onlyLocked;
+
   @JsonCreator
   public RetrieveUsedSegmentsAction(
       @JsonProperty("dataSource") String dataSource,
       @Deprecated @JsonProperty("interval") Interval interval,
       @JsonProperty("intervals") Collection<Interval> intervals,
       // When JSON object is deserialized, this parameter is optional for 
backward compatibility.
       // Otherwise, it shouldn't be considered optional.
-      @JsonProperty("visibility") @Nullable Segments visibility
+      @JsonProperty("visibility") @Nullable Segments visibility,
+      @JsonProperty("onlyLocked") @Nullable Boolean onlyLocked

Review Comment:
   This change is no longer being made as part of this PR



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

Reply via email to