jihoonson commented on a change in pull request #7306: Reconcile terminology
and method naming to 'used/unused segments'; Rename MetadataSegmentManager to
MetadataSegments
URL: https://github.com/apache/druid/pull/7306#discussion_r369377316
##########
File path:
server/src/main/java/org/apache/druid/indexing/overlord/IndexerMetadataStorageCoordinator.java
##########
@@ -141,15 +175,29 @@ SegmentIdWithShardSpec allocatePendingSegment(
);
/**
- * Delete pending segments created in the given interval for the given
dataSource from the pending segments table.
- * The {@code created_date} field of the pending segments table is checked
to find segments to be deleted.
+ * Delete pending segments created in the given interval belonging to the
given data source from the pending segments
+ * table. The {@code created_date} field of the pending segments table is
checked to find segments to be deleted.
+ *
+ * Note that the semantic of the interval (for `created_date`s) is different
from the semantic of the interva
Review comment:
typo: interva -> interval
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]