keith-turner commented on a change in pull request #883: Fixes #842 Support 
multiple ways for running Fluo applications
URL: https://github.com/apache/incubator-fluo/pull/883#discussion_r130763642
 
 

 ##########
 File path: 
modules/api/src/main/java/org/apache/fluo/api/config/FluoConfiguration.java
 ##########
 @@ -307,7 +455,9 @@ public int getWorkerThreads() {
     while (iter.hasNext()) {
       String key = iter.next();
       if (key.startsWith(FluoConfiguration.OBSERVER_PREFIX)
-          && !key.equals(FluoConfiguration.OBSERVER_PROVIDER)) {
+          && !key.equals(FluoConfiguration.OBSERVER_PROVIDER)
+          && !key.equals(FluoConfiguration.OBSERVER_INIT_DIR_PROP)
 
 Review comment:
   How in the world did you think to add these exclusions ??
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to