[jira] [Commented] (SOLR-13418) ZkStateReader.PropsWatcher synchronizes on a string value & doesn't track zk version

2019-04-26 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16827001#comment-16827001 ] Gus Heck commented on SOLR-13418: - Routed Aliases conditionally wrap DistributedUpdateReq

[jira] [Commented] (SOLR-13418) ZkStateReader.PropsWatcher synchronizes on a string value & doesn't track zk version

2019-04-30 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16830342#comment-16830342 ] Gus Heck commented on SOLR-13418: - Since our latest comments have drifted to mostly be ab

[jira] [Commented] (SOLR-13420) Allow Routed Aliases to use Collection Properties instead of core properties

2019-04-30 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16830371#comment-16830371 ] Gus Heck commented on SOLR-13420: - (moving back from SOLR-13418) {quote}The leak comes in

[jira] [Updated] (SOLR-13420) Allow Routed Aliases to use Collection Properties instead of core properties

2019-04-30 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck updated SOLR-13420: Attachment: SOLR-13420.patch > Allow Routed Aliases to use Collection Properties instead of core properties

[jira] [Updated] (SOLR-13420) Allow Routed Aliases to use Collection Properties instead of core properties

2019-04-30 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck updated SOLR-13420: Attachment: SOLR-13420.patch > Allow Routed Aliases to use Collection Properties instead of core properties

[jira] [Commented] (SOLR-13420) Allow Routed Aliases to use Collection Properties instead of core properties

2019-04-30 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16830378#comment-16830378 ] Gus Heck commented on SOLR-13420: - new patch slight update to a comment that contained an

[jira] [Created] (SOLR-13435) ecj-lint not recognizing valid java 9 syntax

2019-04-30 Thread Gus Heck (JIRA)
Gus Heck created SOLR-13435: --- Summary: ecj-lint not recognizing valid java 9 syntax Key: SOLR-13435 URL: https://issues.apache.org/jira/browse/SOLR-13435 Project: Solr Issue Type: Improvement

[jira] [Assigned] (SOLR-13419) Add TRA denoting Infix to TRA collection names

2019-04-30 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck reassigned SOLR-13419: --- Assignee: Gus Heck > Add TRA denoting Infix to TRA collection names > --

[jira] [Updated] (SOLR-13419) Add TRA denoting Infix to TRA collection names

2019-04-30 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck updated SOLR-13419: Attachment: SOLR-13419.patch > Add TRA denoting Infix to TRA collection names > ---

[jira] [Commented] (SOLR-13419) Add TRA denoting Infix to TRA collection names

2019-04-30 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16830662#comment-16830662 ] Gus Heck commented on SOLR-13419: - Patch to implement, relies on changes from SOLR-13420

[jira] [Commented] (SOLR-8291) NPE calling export handler when useFilterForSortedQuery=true

2019-05-01 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16831022#comment-16831022 ] Gus Heck commented on SOLR-8291: Just hit this recently. [~ronnn]'s explanation seems

[jira] [Commented] (SOLR-13150) Enforce a max cardinality on category routed aliases

2019-02-14 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16768275#comment-16768275 ] Gus Heck commented on SOLR-13150: - Elsewhere Moshe asked:  Should max cardinality have a

[jira] [Commented] (SOLR-13149) Implement a basic CategoryRoutedAlias class

2019-02-18 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16771519#comment-16771519 ] Gus Heck commented on SOLR-13149: - Realized the contains check wasn't really a per doc th

[jira] [Commented] (SOLR-13151) Provide regex based category validation for CategoryRoutedAliases

2019-02-19 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16772169#comment-16772169 ] Gus Heck commented on SOLR-13151: - My thought was to perform this as part of validateRout

[jira] [Commented] (SOLR-13151) Provide regex based category validation for CategoryRoutedAliases

2019-02-20 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16773126#comment-16773126 ] Gus Heck commented on SOLR-13151: - {quote} no metadata validation is done during the Crea

[jira] [Commented] (SOLR-6399) Implement unloadCollection in the Collections API

2018-12-27 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16729865#comment-16729865 ] Gus Heck commented on SOLR-6399: This also seems like it would be useful for A/B testing s

[jira] [Commented] (SOLR-13086) Unhelpful exception message can be improved

2018-12-28 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16730440#comment-16730440 ] Gus Heck commented on SOLR-13086: - Ah had meant to put this in and didn't get back to it.

[jira] [Commented] (SOLR-13086) Unhelpful exception message can be improved

2018-12-31 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16731318#comment-16731318 ] Gus Heck commented on SOLR-13086: - Committed with a little additional word smithing. > U

[jira] [Resolved] (SOLR-13086) Unhelpful exception message can be improved

2018-12-31 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck resolved SOLR-13086. - Resolution: Fixed Fix Version/s: 7.7 master (8.0) > Unhelpful exception message

[jira] [Updated] (SOLR-11654) TimePartitionedUpdateProcessor.lookupShardLeaderOfCollection should route to the ideal shard

2018-05-30 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck updated SOLR-11654: Attachment: SOLR-11654.patch > TimePartitionedUpdateProcessor.lookupShardLeaderOfCollection should route to

[jira] [Commented] (SOLR-11654) TimePartitionedUpdateProcessor.lookupShardLeaderOfCollection should route to the ideal shard

2018-05-30 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16496119#comment-16496119 ] Gus Heck commented on SOLR-11654: - This has been dangling a bit too long, so attaching wh

[jira] [Resolved] (SOLR-12891) Injection Dangers in Streaming Expressions

2019-03-12 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck resolved SOLR-12891. - Resolution: Fixed Assignee: (was: Gus Heck) Fix Version/s: 8.1 mast

[jira] [Commented] (SOLR-12891) Injection Dangers in Streaming Expressions

2019-03-12 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16790959#comment-16790959 ] Gus Heck commented on SOLR-12891: - Certainly, thanks for catching that I wish precomm

[jira] [Commented] (SOLR-13131) Category Routed Aliases

2019-03-12 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16791320#comment-16791320 ] Gus Heck commented on SOLR-13131: - Pushed to master, but it's getting late here will do 8

[jira] [Resolved] (SOLR-13131) Category Routed Aliases

2019-03-13 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck resolved SOLR-13131. - Resolution: Fixed Fix Version/s: 8.1 master (9.0) > Category Routed Aliases > -

[jira] [Created] (SOLR-13322) Enable checking for System.out references in Solr codebase

2019-03-13 Thread Gus Heck (JIRA)
Gus Heck created SOLR-13322: --- Summary: Enable checking for System.out references in Solr codebase Key: SOLR-13322 URL: https://issues.apache.org/jira/browse/SOLR-13322 Project: Solr Issue Type: Imp

[jira] [Commented] (SOLR-12891) Injection Dangers in Streaming Expressions

2019-03-13 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16792039#comment-16792039 ] Gus Heck commented on SOLR-12891: - Looked into it a little, filed https://issues.apache.o

[jira] [Commented] (SOLR-13322) Enable checking for System.out references in Solr codebase

2019-03-13 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16792177#comment-16792177 ] Gus Heck commented on SOLR-13322: - Thanks [~thetaphi], I was afraid you'd day that about

[jira] [Commented] (SOLR-12121) JWT Authentication plugin

2019-03-13 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16792287#comment-16792287 ] Gus Heck commented on SOLR-12121: - I see a System.out.println on org/apache/solr/security

[jira] [Created] (SOLR-13323) Remove org.apache.solr.internal.csv.writer.CSVWriter

2019-03-13 Thread Gus Heck (JIRA)
Gus Heck created SOLR-13323: --- Summary: Remove org.apache.solr.internal.csv.writer.CSVWriter Key: SOLR-13323 URL: https://issues.apache.org/jira/browse/SOLR-13323 Project: Solr Issue Type: Sub-task

[jira] [Commented] (SOLR-13322) Enable checking for System.out references in Solr codebase

2019-03-13 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16792291#comment-16792291 ] Gus Heck commented on SOLR-13322: - I see the following rather strange println in org.apa

[jira] [Commented] (SOLR-13322) Enable checking for System.out references in Solr codebase

2019-03-13 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16792297#comment-16792297 ] Gus Heck commented on SOLR-13322: - [~a...@getopt.org], can you look at org/apache/solr/h

[jira] [Updated] (SOLR-13323) Remove org.apache.solr.internal.csv.writer.CSVWriter (and related classes)

2019-03-13 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck updated SOLR-13323: Summary: Remove org.apache.solr.internal.csv.writer.CSVWriter (and related classes) (was: Remove org.apach

[jira] [Commented] (SOLR-13322) Enable checking for System.out references in Solr codebase

2019-03-13 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16792306#comment-16792306 ] Gus Heck commented on SOLR-13322: - [~noble.paul] I suspect org/apache/solr/core/ConfigOve

[jira] [Created] (SOLR-13324) Stop swallowing exception for Canonical URL in URLClassifyProocessor

2019-03-13 Thread Gus Heck (JIRA)
Gus Heck created SOLR-13324: --- Summary: Stop swallowing exception for Canonical URL in URLClassifyProocessor Key: SOLR-13324 URL: https://issues.apache.org/jira/browse/SOLR-13324 Project: Solr Issu

[jira] [Commented] (SOLR-13322) Enable checking for System.out references in Solr codebase

2019-03-13 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16792317#comment-16792317 ] Gus Heck commented on SOLR-13322: - Another one I'd just like a second set of eyes on: or

[jira] [Commented] (SOLR-13322) Enable checking for System.out references in Solr codebase

2019-03-13 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16792343#comment-16792343 ] Gus Heck commented on SOLR-13322: - org/apache/solr/client/solrj/impl/XMLResponseParser.ja

[jira] [Commented] (SOLR-13322) Enable checking for System.out references in Solr codebase

2019-03-13 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16792350#comment-16792350 ] Gus Heck commented on SOLR-13322: - The two subtasks I opened are for bits that probably s

[jira] [Updated] (SOLR-13322) Enable checking for System.out references in Solr codebase

2019-03-13 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck updated SOLR-13322: Attachment: SOLR-13322.patch > Enable checking for System.out references in Solr codebase > ---

[jira] [Commented] (SOLR-13322) Enable checking for System.out references in Solr codebase

2019-03-13 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16792352#comment-16792352 ] Gus Heck commented on SOLR-13322: - Patch that would enable the forbidden apis checks for

[jira] [Commented] (SOLR-13306) Add a request parameter to execute a streaming expression locally

2019-03-14 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16792937#comment-16792937 ] Gus Heck commented on SOLR-13306: - [~joel.bernstein] This follows up to my query regardin

[jira] [Commented] (SOLR-7642) Should launching Solr in cloud mode using a ZooKeeper chroot create the chroot znode if it doesn't exist?

2019-03-15 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16793931#comment-16793931 ] Gus Heck commented on SOLR-7642: Yeah hit this recently too. Minor annoyance for an experi

[jira] [Commented] (SOLR-13131) Category Routed Aliases

2019-03-15 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16794041#comment-16794041 ] Gus Heck commented on SOLR-13131: - Ah I had noticed that, and that adding 1. 2. 3. Made i

[jira] [Commented] (SOLR-13312) write out responses without creating SolrDocument objects

2019-03-16 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16794311#comment-16794311 ] Gus Heck commented on SOLR-13312: - Improving memory efficiency seems nice, but like all o

[jira] [Commented] (SOLR-13312) write out responses without creating SolrDocument objects

2019-03-19 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16796454#comment-16796454 ] Gus Heck commented on SOLR-13312: - By Transformer, you mean DocumentTransformer (e.g. fl=

[jira] [Commented] (SOLR-13312) write out responses without creating SolrDocument objects

2019-03-19 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16796571#comment-16796571 ] Gus Heck commented on SOLR-13312: - That interface sounds interesting. So pseudo code base

[jira] [Commented] (SOLR-13322) Enable checking for System.out references in Solr codebase

2019-03-21 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16798534#comment-16798534 ] Gus Heck commented on SOLR-13322: - Thanks [~ab]:) I'll adjust the patch for the remainder

[jira] [Commented] (SOLR-13306) Add a request parameter to execute a streaming expression locally

2019-03-21 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16798535#comment-16798535 ] Gus Heck commented on SOLR-13306: - Just used the attached patch to join/denormalize 51466

[jira] [Commented] (SOLR-13120) Bad Documentation Link

2019-01-09 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16738322#comment-16738322 ] Gus Heck commented on SOLR-13120: - This appears to link to HelioSearch's site, and they'r

[jira] [Created] (SOLR-13131) Category Routed Aliases

2019-01-10 Thread Gus Heck (JIRA)
Gus Heck created SOLR-13131: --- Summary: Category Routed Aliases Key: SOLR-13131 URL: https://issues.apache.org/jira/browse/SOLR-13131 Project: Solr Issue Type: Improvement Security Level: Publ

[jira] [Commented] (SOLR-13131) Category Routed Aliases

2019-01-10 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16739731#comment-16739731 ] Gus Heck commented on SOLR-13131: - h1. Functionality h2. New Parameter Value *router.nam

[jira] [Created] (SOLR-13133) Schema Browser could be better

2019-01-10 Thread Gus Heck (JIRA)
Gus Heck created SOLR-13133: --- Summary: Schema Browser could be better Key: SOLR-13133 URL: https://issues.apache.org/jira/browse/SOLR-13133 Project: Solr Issue Type: Improvement Security Leve

[jira] [Updated] (SOLR-13133) Schema Browser could be better

2019-01-10 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck updated SOLR-13133: Description: In a recent discussion I was yearning for a better overview of the fields, dynamic fields and

[jira] [Commented] (SOLR-10211) Solr UI crashes Solr server somtimes by repeating long requests

2019-01-10 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16739940#comment-16739940 ] Gus Heck commented on SOLR-10211: - I recently hit this with CREATEREPLICA which was nearl

[jira] [Commented] (SOLR-10211) Solr UI crashes Solr server somtimes by repeating long requests

2019-01-10 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16739944#comment-16739944 ] Gus Heck commented on SOLR-10211: - hmm this has a blocker tag but priority Major? and fix

[jira] [Commented] (SOLR-13051) Improve TimeRoutedAlias preemptive create to play nice with tests

2019-01-11 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16740578#comment-16740578 ] Gus Heck commented on SOLR-13051: - I think this has been hanging out long enough for comm

[jira] [Commented] (SOLR-13051) Improve TimeRoutedAlias preemptive create to play nice with tests

2019-01-11 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16740741#comment-16740741 ] Gus Heck commented on SOLR-13051: - Slight mistake on first commit message (for master), t

[jira] [Created] (SOLR-13145) Provide better error when ref guide deps are not installed

2019-01-17 Thread Gus Heck (JIRA)
Gus Heck created SOLR-13145: --- Summary: Provide better error when ref guide deps are not installed Key: SOLR-13145 URL: https://issues.apache.org/jira/browse/SOLR-13145 Project: Solr Issue Type: Imp

[jira] [Updated] (SOLR-13145) Provide better error when ref guide deps are not installed

2019-01-17 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck updated SOLR-13145: Attachment: SOLR-13145.patch > Provide better error when ref guide deps are not installed > ---

[jira] [Commented] (SOLR-13145) Provide better error when ref guide deps are not installed

2019-01-17 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16745603#comment-16745603 ] Gus Heck commented on SOLR-13145: - Patch is extremely simple, will commit tomorrow unless

[jira] [Commented] (SOLR-13145) Provide better error when ref guide deps are not installed

2019-01-18 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16746461#comment-16746461 ] Gus Heck commented on SOLR-13145: - Checking for gems would be ideal, but a bigger change.

[jira] [Resolved] (SOLR-13145) Provide better error when ref guide deps are not installed

2019-01-18 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck resolved SOLR-13145. - Resolution: Fixed Fix Version/s: master (9.0) 8.0 > Provide better error when r

[jira] [Resolved] (SOLR-13051) Improve TimeRoutedAlias preemptive create to play nice with tests

2019-01-20 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck resolved SOLR-13051. - Resolution: Fixed Fix Version/s: master (9.0) 8.0 > Improve TimeRoutedAlias pre

[jira] [Assigned] (SOLR-12891) Injection Dangers in Streaming Expressions

2019-01-20 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck reassigned SOLR-12891: --- Assignee: Gus Heck > Injection Dangers in Streaming Expressions > --

[jira] [Updated] (SOLR-12891) Injection Dangers in Streaming Expressions

2019-01-20 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck updated SOLR-12891: Attachment: SOLR-12891.patch > Injection Dangers in Streaming Expressions > ---

[jira] [Commented] (SOLR-12891) Injection Dangers in Streaming Expressions

2019-01-20 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16747552#comment-16747552 ] Gus Heck commented on SOLR-12891: - patch updated for current master, and CHANGES.txt adde

[jira] [Comment Edited] (SOLR-12891) Injection Dangers in Streaming Expressions

2019-01-20 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16747552#comment-16747552 ] Gus Heck edited comment on SOLR-12891 at 1/20/19 9:20 PM: -- patch

[jira] [Created] (SOLR-13148) Move time based logic into TimeRoutedAlias class

2019-01-20 Thread Gus Heck (JIRA)
Gus Heck created SOLR-13148: --- Summary: Move time based logic into TimeRoutedAlias class Key: SOLR-13148 URL: https://issues.apache.org/jira/browse/SOLR-13148 Project: Solr Issue Type: Sub-task

[jira] [Created] (SOLR-13149) Implement a basic CategoryRoutedAlias class

2019-01-20 Thread Gus Heck (JIRA)
Gus Heck created SOLR-13149: --- Summary: Implement a basic CategoryRoutedAlias class Key: SOLR-13149 URL: https://issues.apache.org/jira/browse/SOLR-13149 Project: Solr Issue Type: Sub-task Sec

[jira] [Created] (SOLR-13150) Enforce a max cardinality on category routed aliases

2019-01-20 Thread Gus Heck (JIRA)
Gus Heck created SOLR-13150: --- Summary: Enforce a max cardinality on category routed aliases Key: SOLR-13150 URL: https://issues.apache.org/jira/browse/SOLR-13150 Project: Solr Issue Type: Sub-task

[jira] [Updated] (SOLR-13150) Enforce a max cardinality on category routed aliases

2019-01-20 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck updated SOLR-13150: Affects Version/s: master (9.0) > Enforce a max cardinality on category routed aliases > --

[jira] [Created] (SOLR-13151) Provide regex based category validation for CategoryRoutedAliases

2019-01-20 Thread Gus Heck (JIRA)
Gus Heck created SOLR-13151: --- Summary: Provide regex based category validation for CategoryRoutedAliases Key: SOLR-13151 URL: https://issues.apache.org/jira/browse/SOLR-13151 Project: Solr Issue T

[jira] [Created] (SOLR-13152) Update CREATEALIAs to support new parameters for category routed aliases

2019-01-20 Thread Gus Heck (JIRA)
Gus Heck created SOLR-13152: --- Summary: Update CREATEALIAs to support new parameters for category routed aliases Key: SOLR-13152 URL: https://issues.apache.org/jira/browse/SOLR-13152 Project: Solr

[jira] [Commented] (SOLR-13008) JSON Document Transformer doesn't heed "indent" parameter

2019-01-21 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16748006#comment-16748006 ] Gus Heck commented on SOLR-13008: - I'm wondering if it might be better to have this set o

[jira] [Updated] (SOLR-13152) Update CREATEALIAS to support new parameters for category routed aliases

2019-01-21 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck updated SOLR-13152: Summary: Update CREATEALIAS to support new parameters for category routed aliases (was: Update CREATEALIAs

[jira] [Created] (SOLR-13159) Autoscaling not distributing collection evenly

2019-01-21 Thread Gus Heck (JIRA)
Gus Heck created SOLR-13159: --- Summary: Autoscaling not distributing collection evenly Key: SOLR-13159 URL: https://issues.apache.org/jira/browse/SOLR-13159 Project: Solr Issue Type: Bug Secur

[jira] [Updated] (SOLR-13159) Autoscaling not distributing collection evenly

2019-01-21 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck updated SOLR-13159: Attachment: clstat.json > Autoscaling not distributing collection evenly >

[jira] [Commented] (SOLR-13159) Autoscaling not distributing collection evenly

2019-01-21 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16748230#comment-16748230 ] Gus Heck commented on SOLR-13159: - I should note that the autoscaling.json I'm attaching

[jira] [Updated] (SOLR-13159) Autoscaling not distributing collection evenly

2019-01-21 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck updated SOLR-13159: Attachment: autoscaling.json > Autoscaling not distributing collection evenly > ---

[jira] [Commented] (SOLR-13142) Create Collection will put two replicas in same node

2019-01-21 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16748226#comment-16748226 ] Gus Heck commented on SOLR-13142: - Jira is not a support portal, so normally if you feel

[jira] [Updated] (SOLR-13148) Move time based logic into TimeRoutedAlias class

2019-01-21 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck updated SOLR-13148: Attachment: SOLR-13148.patch > Move time based logic into TimeRoutedAlias class > -

[jira] [Comment Edited] (SOLR-13148) Move time based logic into TimeRoutedAlias class

2019-01-21 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16748263#comment-16748263 ] Gus Heck edited comment on SOLR-13148 at 1/21/19 11:08 PM: --- Ini

[jira] [Commented] (SOLR-13148) Move time based logic into TimeRoutedAlias class

2019-01-21 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16748263#comment-16748263 ] Gus Heck commented on SOLR-13148: - Initial patch, passing existing tests, subject to furt

[jira] [Updated] (SOLR-10211) Solr UI crashes Solr server somtimes by repeating long requests

2019-01-25 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck updated SOLR-10211: Priority: Critical (was: Major) > Solr UI crashes Solr server somtimes by repeating long requests > --

[jira] [Commented] (SOLR-10211) Solr UI crashes Solr server somtimes by repeating long requests

2019-01-25 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16752438#comment-16752438 ] Gus Heck commented on SOLR-10211: - I just hit this again this time with the autoscaling s

[jira] [Comment Edited] (SOLR-10211) Solr UI crashes Solr server somtimes by repeating long requests

2019-01-25 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16752438#comment-16752438 ] Gus Heck edited comment on SOLR-10211 at 1/25/19 5:00 PM: -- I jus

[jira] [Updated] (SOLR-10211) Solr UI Repeats long requests

2019-01-25 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck updated SOLR-10211: Summary: Solr UI Repeats long requests (was: Solr UI crashes Solr server somtimes by repeating long reques

[jira] [Updated] (SOLR-10211) Solr UI Repeats long requests

2019-01-25 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck updated SOLR-10211: Attachment: Screen Shot 2019-01-25 at 12.16.04 PM.png > Solr UI Repeats long requests > ---

[jira] [Commented] (SOLR-10211) Solr UI Repeats long requests

2019-01-25 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16752474#comment-16752474 ] Gus Heck commented on SOLR-10211: - Attached image of result from this bug > Solr UI Repe

[jira] [Commented] (SOLR-10211) Solr UI Repeats long requests

2019-01-25 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16752480#comment-16752480 ] Gus Heck commented on SOLR-10211: - I think this and SOLR-9818 need to be collapsed as dup

[jira] [Created] (SOLR-13169) Move Replica Docs need improvement (V1 and V2 introspect)

2019-01-25 Thread Gus Heck (JIRA)
Gus Heck created SOLR-13169: --- Summary: Move Replica Docs need improvement (V1 and V2 introspect) Key: SOLR-13169 URL: https://issues.apache.org/jira/browse/SOLR-13169 Project: Solr Issue Type: Impr

[jira] [Updated] (SOLR-13148) Move time based logic into TimeRoutedAlias class

2019-01-26 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck updated SOLR-13148: Attachment: SOLR-13148.patch > Move time based logic into TimeRoutedAlias class > -

[jira] [Commented] (SOLR-13148) Move time based logic into TimeRoutedAlias class

2019-01-26 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16753225#comment-16753225 ] Gus Heck commented on SOLR-13148: - New, more complete patch possibly final for this ticke

[jira] [Resolved] (SOLR-13324) Stop swallowing exception for Canonical URL in URLClassifyProocessor

2019-03-24 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck resolved SOLR-13324. - Resolution: Fixed Fix Version/s: master (9.0) This and the parent issue will go to 9.0 only given

[jira] [Commented] (SOLR-13323) Remove org.apache.solr.internal.csv.writer.CSVWriter (and related classes)

2019-03-24 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16800312#comment-16800312 ] Gus Heck commented on SOLR-13323: - heh didn't see the comment before I did the deps...

[jira] [Comment Edited] (SOLR-13323) Remove org.apache.solr.internal.csv.writer.CSVWriter (and related classes)

2019-03-24 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16800312#comment-16800312 ] Gus Heck edited comment on SOLR-13323 at 3/25/19 12:37 AM: --- heh

[jira] [Commented] (SOLR-13322) Enable checking for System.out references in Solr codebase

2019-03-24 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16800335#comment-16800335 ] Gus Heck commented on SOLR-13322: - above commit mislabeled.. is for SOLR-13323 instead.

[jira] [Commented] (SOLR-13323) Remove org.apache.solr.internal.csv.writer.CSVWriter (and related classes)

2019-03-24 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16800337#comment-16800337 ] Gus Heck commented on SOLR-13323: - commit message connfusion in ide... the following is f

[jira] [Resolved] (SOLR-13323) Remove org.apache.solr.internal.csv.writer.CSVWriter (and related classes)

2019-03-24 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gus Heck resolved SOLR-13323. - Resolution: Fixed Fix Version/s: master (9.0) 8.1 > Remove org.apache.solr.inte

[jira] [Commented] (SOLR-13220) Add connect Streaming Expression to create cached JDBC connections

2019-04-02 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16808103#comment-16808103 ] Gus Heck commented on SOLR-13220: - Not saying this is a bad idea, but just want to note t

<    1   2   3   4   5   6   7   >