You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2019/04/03 14:20:26 UTC

[GitHub] [nifi] arpadboda commented on a change in pull request #3402: NIFI-6179: minor changes to DruidTranquilityController

arpadboda commented on a change in pull request #3402: NIFI-6179: minor changes to DruidTranquilityController
URL: https://github.com/apache/nifi/pull/3402#discussion_r271764938
 
 

 ##########
 File path: nifi-nar-bundles/nifi-druid-bundle/nifi-druid-controller-service/src/main/java/org/apache/nifi/controller/druid/DruidTranquilityController.java
 ##########
 @@ -259,7 +259,7 @@
     public static final PropertyDescriptor INDEX_RETRY_PERIOD = new PropertyDescriptor.Builder()
             .name("druid-cs-index-retry-period")
             .displayName("Index Retry Period")
-            .description("Grace period to allow late arriving events for real time ingest.")
+            .description("Time period, untill a transiently failing indexing service overlord call is retried, before giving up.")
 
 Review comment:
   Typo: until

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services