[jira] [Commented] (METRON-1771) Update REST endpoints to support eventually consistent UI updates

2018-09-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16607692#comment-16607692 ] ASF GitHub Bot commented on METRON-1771: Github user merrimanr commented on a di

[jira] [Commented] (METRON-1771) Update REST endpoints to support eventually consistent UI updates

2018-09-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16607693#comment-16607693 ] ASF GitHub Bot commented on METRON-1771: Github user merrimanr commented on a di

[GitHub] metron pull request #1190: METRON-1771: Update REST endpoints to support eve...

2018-09-07 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/1190#discussion_r216092662 --- Diff: metron-platform/metron-indexing/src/test/java/org/apache/metron/indexing/integration/HBaseDaoIntegrationTest.java --- @@ -61,8 +60,8 @@

[jira] [Commented] (METRON-1769) Script creation of a release candidate

2018-09-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16607691#comment-16607691 ] ASF GitHub Bot commented on METRON-1769: Github user nickwallen commented on the

[GitHub] metron pull request #1190: METRON-1771: Update REST endpoints to support eve...

2018-09-07 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/1190#discussion_r216092562 --- Diff: metron-platform/metron-indexing/src/test/java/org/apache/metron/indexing/dao/metaalert/MetaAlertIntegrationTest.java --- @@ -985,6 +1024,30 @@

[GitHub] metron issue #1188: METRON-1769: Script creation of a release candidate

2018-09-07 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1188 > I'm assuming this always pulls HEAD from master to cut the release. Do we need or desire any support for cutting a release from a non-HEAD commit? I'd also completely support doing this

[jira] [Commented] (METRON-1771) Update REST endpoints to support eventually consistent UI updates

2018-09-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16607686#comment-16607686 ] ASF GitHub Bot commented on METRON-1771: Github user merrimanr commented on a di

[GitHub] metron pull request #1190: METRON-1771: Update REST endpoints to support eve...

2018-09-07 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/1190#discussion_r216091611 --- Diff: metron-platform/metron-indexing/src/test/java/org/apache/metron/indexing/dao/InMemoryMetaAlertUpdateDao.java --- @@ -0,0 +1,86 @@ +/* +

[jira] [Commented] (METRON-1771) Update REST endpoints to support eventually consistent UI updates

2018-09-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16607684#comment-16607684 ] ASF GitHub Bot commented on METRON-1771: Github user merrimanr commented on a di

[GitHub] metron pull request #1190: METRON-1771: Update REST endpoints to support eve...

2018-09-07 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/1190#discussion_r216091258 --- Diff: metron-platform/metron-indexing/src/test/java/org/apache/metron/indexing/dao/InMemoryMetaAlertDao.java --- @@ -174,145 +193,29 @@ public Search

[jira] [Commented] (METRON-1771) Update REST endpoints to support eventually consistent UI updates

2018-09-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16607683#comment-16607683 ] ASF GitHub Bot commented on METRON-1771: Github user merrimanr commented on a di

[GitHub] metron pull request #1190: METRON-1771: Update REST endpoints to support eve...

2018-09-07 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/1190#discussion_r216090892 --- Diff: metron-platform/metron-indexing/src/test/java/org/apache/metron/indexing/InMemoryMetaAlertRetrieveLatestDao.java --- @@ -0,0 +1,45 @@ +/*

[jira] [Commented] (METRON-1771) Update REST endpoints to support eventually consistent UI updates

2018-09-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16607682#comment-16607682 ] ASF GitHub Bot commented on METRON-1771: Github user merrimanr commented on a di

[GitHub] metron pull request #1190: METRON-1771: Update REST endpoints to support eve...

2018-09-07 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/1190#discussion_r216090740 --- Diff: metron-platform/metron-indexing/src/main/java/org/apache/metron/indexing/dao/metaalert/lucene/AbstractLuceneMetaAlertUpdateDao.java --- @@ -170

[jira] [Commented] (METRON-1771) Update REST endpoints to support eventually consistent UI updates

2018-09-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16607681#comment-16607681 ] ASF GitHub Bot commented on METRON-1771: Github user merrimanr commented on a di

[GitHub] metron pull request #1190: METRON-1771: Update REST endpoints to support eve...

2018-09-07 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/1190#discussion_r216090450 --- Diff: metron-platform/metron-indexing/src/main/java/org/apache/metron/indexing/dao/MultiIndexDao.java --- @@ -121,20 +131,30 @@ public void addCommen

[jira] [Commented] (METRON-1771) Update REST endpoints to support eventually consistent UI updates

2018-09-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16607676#comment-16607676 ] ASF GitHub Bot commented on METRON-1771: Github user merrimanr commented on a di

[jira] [Commented] (METRON-1772) Support alternative input formats in the Batch Profiler

2018-09-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16607678#comment-16607678 ] ASF GitHub Bot commented on METRON-1772: GitHub user nickwallen opened a pull re

[GitHub] metron pull request #1191: METRON-1772 Support alternative input formats in ...

2018-09-07 Thread nickwallen
GitHub user nickwallen opened a pull request: https://github.com/apache/metron/pull/1191 METRON-1772 Support alternative input formats in the Batch Profiler [Feature Branch] Additional formats, like ORC, should be supported when reading the input telemetry in the Batch Profile

[GitHub] metron pull request #1190: METRON-1771: Update REST endpoints to support eve...

2018-09-07 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/1190#discussion_r216090059 --- Diff: metron-platform/metron-elasticsearch/src/main/java/org/apache/metron/elasticsearch/dao/ElasticsearchUpdateDao.java --- @@ -108,20 +109,21 @@ pu

[jira] [Commented] (METRON-1771) Update REST endpoints to support eventually consistent UI updates

2018-09-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16607673#comment-16607673 ] ASF GitHub Bot commented on METRON-1771: GitHub user merrimanr opened a pull req

[GitHub] metron pull request #1190: METRON-1771: Update REST endpoints to support eve...

2018-09-07 Thread merrimanr
GitHub user merrimanr opened a pull request: https://github.com/apache/metron/pull/1190 METRON-1771: Update REST endpoints to support eventually consistent UI updates ## Contributor Comments This PR updates several REST endpoints to return the state of an object on update opera

[jira] [Created] (METRON-1772) Support alternative input formats in the Batch Profiler

2018-09-07 Thread Nick Allen (JIRA)
Nick Allen created METRON-1772: -- Summary: Support alternative input formats in the Batch Profiler Key: METRON-1772 URL: https://issues.apache.org/jira/browse/METRON-1772 Project: Metron Issue Ty

[jira] [Commented] (METRON-1769) Script creation of a release candidate

2018-09-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16607656#comment-16607656 ] ASF GitHub Bot commented on METRON-1769: Github user mmiklavc commented on the i

[GitHub] metron issue #1188: METRON-1769: Script creation of a release candidate

2018-09-07 Thread mmiklavc
Github user mmiklavc commented on the issue: https://github.com/apache/metron/pull/1188 Trying this again on the PR itself :-) Yeah, the Angular upgrade was the other bit that came to mind. Shane's PR for the Angular upgrade has the necessary +1's, but @nickwallen you had req

[jira] [Created] (METRON-1771) Update REST endpoints to support eventually consistent UI updates

2018-09-07 Thread Ryan Merriman (JIRA)
Ryan Merriman created METRON-1771: - Summary: Update REST endpoints to support eventually consistent UI updates Key: METRON-1771 URL: https://issues.apache.org/jira/browse/METRON-1771 Project: Metron

[GitHub] metron issue #1188: METRON-1769: Script creation of a release candidate

2018-09-07 Thread justinleet
Github user justinleet commented on the issue: https://github.com/apache/metron/pull/1188 I could be wrong, but I think we've been fairly loose about it. Matt may have done some management of it, but it would have been entirely manual. In most cases we should be able to release from

[jira] [Commented] (METRON-1769) Script creation of a release candidate

2018-09-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16607465#comment-16607465 ] ASF GitHub Bot commented on METRON-1769: Github user justinleet commented on the

[jira] [Commented] (METRON-1769) Script creation of a release candidate

2018-09-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16607320#comment-16607320 ] ASF GitHub Bot commented on METRON-1769: Github user nickwallen commented on the

[GitHub] metron issue #1188: METRON-1769: Script creation of a release candidate

2018-09-07 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1188 > I'm assuming this always pulls HEAD from master to cut the release. Do we need or desire any support for cutting a release from a non-HEAD commit? It would be very useful to continue to

[jira] [Commented] (METRON-1769) Script creation of a release candidate

2018-09-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16607257#comment-16607257 ] ASF GitHub Bot commented on METRON-1769: Github user mmiklavc commented on the i

[GitHub] metron issue #1188: METRON-1769: Script creation of a release candidate

2018-09-07 Thread mmiklavc
Github user mmiklavc commented on the issue: https://github.com/apache/metron/pull/1188 I'm assuming this always pulls HEAD from master to cut the release. Do we need or desire any support for cutting a release from a non-HEAD commit? Also, wondering if we need to consider maintenance

[jira] [Commented] (METRON-1748) Improve Storm Profiler Integration Test

2018-09-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16607087#comment-16607087 ] ASF GitHub Bot commented on METRON-1748: Github user nickwallen commented on the

[jira] [Commented] (METRON-1748) Improve Storm Profiler Integration Test

2018-09-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16607088#comment-16607088 ] ASF GitHub Bot commented on METRON-1748: Github user asfgit closed the pull requ

[GitHub] metron pull request #1174: METRON-1748 Improve Storm Profiler Integration Te...

2018-09-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/metron/pull/1174 ---

[GitHub] metron issue #1174: METRON-1748 Improve Storm Profiler Integration Test

2018-09-07 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1174 Great. I appreciate the review. Very helpful feedback. ---