suneet-s commented on a change in pull request #11227:
URL: https://github.com/apache/druid/pull/11227#discussion_r629565383
##########
File path:
server/src/main/java/org/apache/druid/indexing/overlord/IndexerMetadataStorageCoordinator.java
##########
@@ -267,6 +267,15 @@ SegmentPublishResult announceHistoricalSegments(
*/
boolean insertDataSourceMetadata(String dataSource, DataSourceMetadata
dataSourceMetadata);
+ /**
+ * Remove datasource metadata created before the given timestamp and not in
given excludeDatasources set.
+ *
+ * @param timestamp timestamp in milliseconds
+ * @param excludeDatasources set of datasource names to exclude from removal
Review comment:
What does a null `excludeDatasources` mean?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]