reswqa commented on code in PR #28402:
URL: https://github.com/apache/flink/pull/28402#discussion_r3401694133
##########
flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/history/HistoryServerArchiveFetcher.java:
##########
@@ -70,7 +66,7 @@
* <p>Removes existing archives from these directories and the cache according
to {@link
* ArchiveRetainedStrategy} and {@link
HistoryServerOptions#HISTORY_SERVER_CLEANUP_EXPIRED_JOBS}.
*/
-class HistoryServerArchiveFetcher {
+public class HistoryServerArchiveFetcher {
Review Comment:
Could we introduce generic type param for this fetch class?
--
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]