abhishekagarwal87 commented on code in PR #15107:
URL: https://github.com/apache/druid/pull/15107#discussion_r1350014149
##########
indexing-service/src/main/java/org/apache/druid/indexing/common/KillTaskReport.java:
##########
@@ -65,17 +65,20 @@ public Object getPayload()
public static class Stats
{
private final int numSegmentsKilled;
+ private final int numSegmentsKilledInDeepStorage;
private final int numBatchesProcessed;
private final Integer numSegmentsMarkedAsUnused;
@JsonCreator
public Stats(
@JsonProperty("numSegmentsKilled") int numSegmentsKilled,
+ @JsonProperty("numSegmentsKilledInDeepStorage") int
numSegmentsKilledInDeepStorage,
Review Comment:
lets remove it please. we will add it later if its needed.
--
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]