AmatyaAvadhanula commented on code in PR #15107:
URL: https://github.com/apache/druid/pull/15107#discussion_r1349886730
##########
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:
I had added it to test the changes. I can remove it if it is unnecessary in
the report
--
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]