[GitHub] metron pull request #795: METRON-1241: Enable the REST API to use a cache fo...

2017-10-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/metron/pull/795 ---

[GitHub] metron pull request #795: METRON-1241: Enable the REST API to use a cache fo...

2017-10-20 Thread cestella
Github user cestella commented on a diff in the pull request: https://github.com/apache/metron/pull/795#discussion_r146031435 --- Diff: metron-platform/metron-zookeeper/src/main/java/org/apache/metron/zookeeper/ZKCache.java --- @@ -0,0 +1,141 @@ +/** + * Licensed to the

[GitHub] metron pull request #795: METRON-1241: Enable the REST API to use a cache fo...

2017-10-20 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/795#discussion_r146021528 --- Diff: metron-platform/metron-common/src/main/java/org/apache/metron/common/zookeeper/configurations/ProfilerUpdater.java --- @@ -0,0 +1,114 @@

[GitHub] metron pull request #795: METRON-1241: Enable the REST API to use a cache fo...

2017-10-20 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/795#discussion_r146021013 --- Diff: metron-platform/metron-common/src/main/java/org/apache/metron/common/zookeeper/configurations/ProfilerUpdater.java --- @@ -0,0 +1,114 @@

[GitHub] metron pull request #795: METRON-1241: Enable the REST API to use a cache fo...

2017-10-20 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/795#discussion_r146020850 --- Diff: metron-platform/metron-zookeeper/src/main/java/org/apache/metron/zookeeper/ZKCache.java --- @@ -0,0 +1,141 @@ +/** + * Licensed to the

[GitHub] metron pull request #795: METRON-1241: Enable the REST API to use a cache fo...

2017-10-20 Thread cestella
Github user cestella commented on a diff in the pull request: https://github.com/apache/metron/pull/795#discussion_r146020712 --- Diff: metron-platform/metron-common/src/main/java/org/apache/metron/common/zookeeper/configurations/IndexingUpdater.java --- @@ -0,0 +1,88 @@ +/**

[GitHub] metron pull request #795: METRON-1241: Enable the REST API to use a cache fo...

2017-10-20 Thread cestella
Github user cestella commented on a diff in the pull request: https://github.com/apache/metron/pull/795#discussion_r146020428 --- Diff: metron-platform/metron-common/src/main/java/org/apache/metron/common/zookeeper/configurations/ProfilerUpdater.java --- @@ -0,0 +1,114 @@

[GitHub] metron pull request #795: METRON-1241: Enable the REST API to use a cache fo...

2017-10-20 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/795#discussion_r146019541 --- Diff: metron-platform/metron-common/src/main/java/org/apache/metron/common/zookeeper/configurations/ProfilerUpdater.java --- @@ -0,0 +1,114 @@

[GitHub] metron pull request #795: METRON-1241: Enable the REST API to use a cache fo...

2017-10-20 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/795#discussion_r146018459 --- Diff: metron-platform/metron-common/src/main/java/org/apache/metron/common/zookeeper/configurations/ProfilerUpdater.java --- @@ -0,0 +1,114 @@

[GitHub] metron pull request #795: METRON-1241: Enable the REST API to use a cache fo...

2017-10-20 Thread cestella
Github user cestella commented on a diff in the pull request: https://github.com/apache/metron/pull/795#discussion_r146012465 --- Diff: metron-interface/metron-rest/src/test/java/org/apache/metron/rest/controller/StormControllerIntegrationTest.java --- @@ -179,6 +181,8 @@ public

[GitHub] metron pull request #795: METRON-1241: Enable the REST API to use a cache fo...

2017-10-20 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/795#discussion_r146010894 --- Diff: metron-platform/metron-zookeeper/src/main/java/org/apache/metron/zookeeper/ZKCache.java --- @@ -0,0 +1,141 @@ +/** + * Licensed to the

[GitHub] metron pull request #795: METRON-1241: Enable the REST API to use a cache fo...

2017-10-20 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/795#discussion_r145992573 --- Diff: metron-interface/metron-rest/src/test/java/org/apache/metron/rest/controller/StormControllerIntegrationTest.java --- @@ -179,6 +181,8 @@ public

[GitHub] metron pull request #795: METRON-1241: Enable the REST API to use a cache fo...

2017-10-11 Thread cestella
GitHub user cestella reopened a pull request: https://github.com/apache/metron/pull/795 METRON-1241: Enable the REST API to use a cache for the zookeeper config similar to the Bolts ## Contributor Comments Currently, our bolts use a TreeCache to capture and update internal

[GitHub] metron pull request #795: METRON-1241: Enable the REST API to use a cache fo...

2017-10-11 Thread cestella
Github user cestella closed the pull request at: https://github.com/apache/metron/pull/795 ---

[GitHub] metron pull request #795: METRON-1241: Enable the REST API to use a cache fo...

2017-10-11 Thread cestella
GitHub user cestella reopened a pull request: https://github.com/apache/metron/pull/795 METRON-1241: Enable the REST API to use a cache for the zookeeper config similar to the Bolts ## Contributor Comments Currently, our bolts use a TreeCache to capture and update internal

[GitHub] metron pull request #795: METRON-1241: Enable the REST API to use a cache fo...

2017-10-11 Thread cestella
Github user cestella closed the pull request at: https://github.com/apache/metron/pull/795 ---

[GitHub] metron pull request #795: METRON-1241: Enable the REST API to use a cache fo...

2017-10-11 Thread cestella
Github user cestella closed the pull request at: https://github.com/apache/metron/pull/795 ---

[GitHub] metron pull request #795: METRON-1241: Enable the REST API to use a cache fo...

2017-10-11 Thread cestella
GitHub user cestella reopened a pull request: https://github.com/apache/metron/pull/795 METRON-1241: Enable the REST API to use a cache for the zookeeper config similar to the Bolts ## Contributor Comments Currently, our bolts use a TreeCache to capture and update internal

[GitHub] metron pull request #795: METRON-1241: Enable the REST API to use a cache fo...

2017-10-11 Thread cestella
Github user cestella closed the pull request at: https://github.com/apache/metron/pull/795 ---

[GitHub] metron pull request #795: METRON-1241: Enable the REST API to use a cache fo...

2017-10-10 Thread cestella
GitHub user cestella opened a pull request: https://github.com/apache/metron/pull/795 METRON-1241: Enable the REST API to use a cache for the zookeeper config similar to the Bolts ## Contributor Comments Currently, our bolts use a TreeCache to capture and update internal state.