gianm commented on a change in pull request #8754: Add HDFS firehose
URL: https://github.com/apache/incubator-druid/pull/8754#discussion_r339351773
##########
File path:
extensions-core/hdfs-storage/src/main/java/org/apache/druid/storage/hdfs/HdfsDataSegmentPuller.java
##########
@@ -49,11 +49,30 @@
import java.net.URI;
/**
+ *
*/
public class HdfsDataSegmentPuller implements URIDataPuller
{
public static final int DEFAULT_RETRY_COUNT = 3;
+ public static Predicate<Throwable> RETRY_PREDICATE = new
Predicate<Throwable>()
Review comment:
Ah, it should be final.
----------------------------------------------------------------
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]