[GitHub] metron issue #1037: METRON-1547: Solr Comment Fields

2018-06-05 Thread justinleet
Github user justinleet commented on the issue: https://github.com/apache/metron/pull/1037 Closing PR now that this is merged into the feature branch. ---

[GitHub] metron issue #1037: METRON-1547: Solr Comment Fields

2018-06-05 Thread cestella
Github user cestella commented on the issue: https://github.com/apache/metron/pull/1037 This looks good to me. +1 by inspection ---

[GitHub] metron issue #1037: METRON-1547: Solr Comment Fields

2018-06-05 Thread justinleet
Github user justinleet commented on the issue: https://github.com/apache/metron/pull/1037 Index removed from rest calls. I spun up full dev and confirmed both ES and Solr still work as expected, and that the calls do not pass along index anymore. Feature branch merged in to resolve

[GitHub] metron issue #1037: METRON-1547: Solr Comment Fields

2018-06-04 Thread merrimanr
Github user merrimanr commented on the issue: https://github.com/apache/metron/pull/1037 I agree with you @justinleet, we should drop the optional index from the query. ---

[GitHub] metron issue #1037: METRON-1547: Solr Comment Fields

2018-06-01 Thread justinleet
Github user justinleet commented on the issue: https://github.com/apache/metron/pull/1037 Kick Travis for cache bug ---

[GitHub] metron issue #1037: METRON-1547: Solr Comment Fields

2018-06-01 Thread justinleet
Github user justinleet commented on the issue: https://github.com/apache/metron/pull/1037 @cestella For that indexString thing, we could do a couple things - Leave it as-is for now, and fix both when they need to be. - Figure out how to fix it and fix both here. - Drop

[GitHub] metron issue #1037: METRON-1547: Solr Comment Fields

2018-06-01 Thread justinleet
Github user justinleet commented on the issue: https://github.com/apache/metron/pull/1037 I haven't been able to reproduce Solr not making the delete call, and given that the code is the same between ES and Solr, I'm inclined to call it a browser issue. I have spun this back

[GitHub] metron issue #1037: METRON-1547: Solr Comment Fields

2018-06-01 Thread justinleet
Github user justinleet commented on the issue: https://github.com/apache/metron/pull/1037 I believe the Travis issues have been resolved by the commit yesterday reverting a log level change in testing. ---

[GitHub] metron issue #1037: METRON-1547: Solr Comment Fields

2018-06-01 Thread justinleet
Github user justinleet commented on the issue: https://github.com/apache/metron/pull/1037 The ES not updating appears to be a preexisting issue, and I will file another bug. ---

[GitHub] metron issue #1037: METRON-1547: Solr Comment Fields

2018-06-01 Thread justinleet
Github user justinleet commented on the issue: https://github.com/apache/metron/pull/1037 Sidenote, I've also seen this branch fail several times on Travis with some testing issues around ZK, so even when the existing problems get solved, I'd like to dig into that more before

[GitHub] metron issue #1037: METRON-1547: Solr Comment Fields

2018-06-01 Thread justinleet
Github user justinleet commented on the issue: https://github.com/apache/metron/pull/1037 Having spun up #1040, it looks like the rest API indexString weirdness might be outside the scope of this PR, but I'll want to dig in a bit more before promising that. ---

[GitHub] metron issue #1037: METRON-1547: Solr Comment Fields

2018-06-01 Thread justinleet
Github user justinleet commented on the issue: https://github.com/apache/metron/pull/1037 @cestella I have, yes, but it'll need to happen again because there's an issue in ES, and issue in Solr, and a general issue. The easiest way to go about it is generally to just spin up

[GitHub] metron issue #1037: METRON-1547: Solr Comment Fields

2018-05-31 Thread cestella
Github user cestella commented on the issue: https://github.com/apache/metron/pull/1037 Did you specifically run this up in the UI backed by both solr and ES? ---

[GitHub] metron issue #1037: METRON-1547: Solr Comment Fields

2018-05-30 Thread justinleet
Github user justinleet commented on the issue: https://github.com/apache/metron/pull/1037 This can be tested both on via REST API and via the UI, although as noted above there is UI instability for right now. It should work for both ES and Solr (although right now Solr