Github user cestella commented on a diff in the pull request:

    https://github.com/apache/incubator-metron/pull/67#discussion_r58223216
  
    --- Diff: 
metron-streaming/Metron-Common/src/main/java/org/apache/metron/bolt/ConfiguredBolt.java
 ---
    @@ -77,15 +82,37 @@ public void childEvent(CuratorFramework client, 
PathChildrenCacheEvent event) th
         } catch (Exception e) {
           throw new RuntimeException(e);
         }
    +
    +    long timeElapsed = 0;
    --- End diff --
    
    We should load the configs directly from zookeeper synchronously rather 
than do a while, sleep until they get loaded asynchronously.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to