suneet-s commented on code in PR #15947: URL: https://github.com/apache/druid/pull/15947#discussion_r1508115497
########## docs/ingestion/tasks.md: ########## @@ -103,6 +103,14 @@ For some task types, the indexing task can wait for the newly ingested segments |`segmentAvailabilityWaitTimeMs`|Milliseconds waited by the ingestion task for the newly ingested segments to be available for query after completing ingestion was completed.| |`recordsProcessed`| Partitions that were processed by an ingestion task and includes count of records processed from each partition.| + +#### Compaction Task Fields + +| Field | Description | +|---------------------|----------------------------------------------| +| `segmentsRead` | # of segments read by a compaction task | +| `segmentsPublished` | # of segments published by a compaction task | Review Comment: Can you add some commentary here that indicates these fields are only expected for compaction tasks that spawn 1 or more sub tasks -- 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]
