[jira] [Commented] (SOLR-8677) SOLR allows creation of shards with invalid names.

2016-04-26 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15259576#comment-15259576 ] Anshum Gupta commented on SOLR-8677: This shouldn't have gone to 5x. My bad! I'll revert this so that

[jira] [Reopened] (SOLR-8677) SOLR allows creation of shards with invalid names.

2016-04-26 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anshum Gupta reopened SOLR-8677: Assignee: Anshum Gupta > SOLR allows creation of shards with invalid names. >

[jira] [Reopened] (SOLR-8725) Cores, collections, and shards should accept hyphens in identifier name

2016-04-26 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anshum Gupta reopened SOLR-8725: Reopening this as it's not on the 5x branch but on 5.5. > Cores, collections, and shards should accept

[jira] [Commented] (SOLR-9027) Add GraphTermsQuery to limit traversal on high frequency nodes

2016-04-26 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15259548#comment-15259548 ] David Smiley commented on SOLR-9027: I took a peek at what you committed out of curiosity. * why wrap

[jira] [Commented] (SOLR-9016) SolrIdentifierValidator accepts empty names

2016-04-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15259546#comment-15259546 ] ASF subversion and git services commented on SOLR-9016: --- Commit

Re: Lucene/Solr 5.5.1

2016-04-26 Thread Yonik Seeley
On Tue, Apr 26, 2016 at 11:57 PM, Anshum Gupta wrote: > Hey Tim, Sorry about going slow but there were a ton of back-ports. > I'm just waiting on Yonik or someone else who understands things better to > back-port SOLR-8886 Ha, I saw that scroll past. but didn't realize I

[jira] [Commented] (SOLR-9016) SolrIdentifierValidator accepts empty names

2016-04-26 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15259528#comment-15259528 ] Anshum Gupta commented on SOLR-9016: [~shaie] I'm back porting this to 6x, 6.0, 5x, and 5.5 branches.

[jira] [Commented] (SOLR-9016) SolrIdentifierValidator accepts empty names

2016-04-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15259521#comment-15259521 ] ASF subversion and git services commented on SOLR-9016: --- Commit

[jira] [Updated] (SOLR-9042) Logging fixes RuleBasedAuthorization's principal and permission

2016-04-26 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-9042: --- Attachment: SOLR-9042.patch Attaching a patch. Perhaps the permission.wellKnownName

[jira] [Created] (SOLR-9042) Logging fixes RuleBasedAuthorization's principal and permission

2016-04-26 Thread Ishan Chattopadhyaya (JIRA)
Ishan Chattopadhyaya created SOLR-9042: -- Summary: Logging fixes RuleBasedAuthorization's principal and permission Key: SOLR-9042 URL: https://issues.apache.org/jira/browse/SOLR-9042 Project:

Re: Lucene/Solr 5.5.1

2016-04-26 Thread Anshum Gupta
Hey Tim, Sorry about going slow but there were a ton of back-ports. I'm just waiting on Yonik or someone else who understands things better to back-port SOLR-8886 and SOLR-8885. I just got done with back-porting everything else earlier today so I'll be ready to spin the RC as soon as those two are

[JENKINS] Lucene-Solr-NightlyTests-5.5 - Build # 4 - Still Failing

2016-04-26 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.5/4/ 3 tests failed. FAILED: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test Error Message: Error from server at http://127.0.0.1:51865: Could not load collection from ZK: halfcollectionblocker Stack Trace:

[jira] [Updated] (SOLR-8467) CloudSolrStream and FacetStream should take a SolrParams object rather than a Map<String, String> to allow more complex Solr queries to be specified

2016-04-26 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated SOLR-8467: - Attachment: SOLR-8467.patch Cleaned up patch. There are still a couple of nocommits that I'd

[jira] [Commented] (SOLR-8467) CloudSolrStream and FacetStream should take a SolrParams object rather than a Map<String, String> to allow more complex Solr queries to be specified

2016-04-26 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15259413#comment-15259413 ] Erick Erickson commented on SOLR-8467: -- Same thing (Unable to build keystore) happens on

[jira] [Commented] (SOLR-8812) ExtendedDismaxQParser (edismax) ignores Boolean OR when q.op=AND

2016-04-26 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15259298#comment-15259298 ] Erick Erickson commented on SOLR-8812: -- Since this hasn't really reached any sort of resolution, and

[jira] [Commented] (SOLR-8812) ExtendedDismaxQParser (edismax) ignores Boolean OR when q.op=AND

2016-04-26 Thread Ryan Steinberg (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15259295#comment-15259295 ] Ryan Steinberg commented on SOLR-8812: -- I am out of the office until Monday, May 2nd and will reply to

[jira] [Updated] (SOLR-8812) ExtendedDismaxQParser (edismax) ignores Boolean OR when q.op=AND

2016-04-26 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated SOLR-8812: - Priority: Major (was: Blocker) > ExtendedDismaxQParser (edismax) ignores Boolean OR when q.op=AND

[JENKINS-EA] Lucene-Solr-5.5-Linux (64bit/jdk-9-ea+115) - Build # 238 - Still Failing!

2016-04-26 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.5-Linux/238/ Java: 64bit/jdk-9-ea+115 -XX:+UseCompressedOops -XX:+UseG1GC 170 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.OutputWriterTest Error Message: Unable to access 'private final sun.nio.fs.UnixFileSystem

[jira] [Commented] (SOLR-9030) The 'downnode' command can trip asserts in ZkStateWriter or cause BadVersionException in Overseer

2016-04-26 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15259219#comment-15259219 ] Scott Blum commented on SOLR-9030: -- I did say it was a long shot. :) Still, any reason for me not to do

[JENKINS] Lucene-Solr-6.x-Linux (64bit/jdk1.8.0_92) - Build # 503 - Still Failing!

2016-04-26 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/503/ Java: 64bit/jdk1.8.0_92 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.cloud.TestMiniSolrCloudCluster.testStopAllStartAll Error Message: Address already in use Stack Trace:

[jira] [Comment Edited] (SOLR-9030) The 'downnode' command can trip asserts in ZkStateWriter or cause BadVersionException in Overseer

2016-04-26 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15259068#comment-15259068 ] Mark Miller edited comment on SOLR-9030 at 4/26/16 10:25 PM: - Like I said

[jira] [Commented] (SOLR-9030) The 'downnode' command can trip asserts in ZkStateWriter or cause BadVersionException in Overseer

2016-04-26 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15259068#comment-15259068 ] Mark Miller commented on SOLR-9030: --- Like I said though, those thread-safety semantics apply when you

Re: Lucene/Solr 5.5.1

2016-04-26 Thread Timothy Potter
Hi Anshum, What's the status of 5.5.1 RC1? Thanks. On Mon, Apr 18, 2016 at 12:18 PM, Timothy Potter wrote: > it's in, thanks! b3fe7f7..9820406 branch_5_5 -> branch_5_5 > > On Mon, Apr 18, 2016 at 12:06 PM, Anshum Gupta wrote: >> I trust you Tim!

[jira] [Updated] (SOLR-8208) DocTransformer executes sub-queries

2016-04-26 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated SOLR-8208: --- Attachment: SOLR-8208.patch Making subquery call via embedded solr server, I believe it help

[jira] [Comment Edited] (SOLR-4146) Error handling 'status' action, cannot access GUI

2016-04-26 Thread Xavier Morera (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258999#comment-15258999 ] Xavier Morera edited comment on SOLR-4146 at 4/26/16 9:53 PM: -- I have been

[jira] [Comment Edited] (SOLR-4146) Error handling 'status' action, cannot access GUI

2016-04-26 Thread Xavier Morera (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258999#comment-15258999 ] Xavier Morera edited comment on SOLR-4146 at 4/26/16 9:57 PM: -- I have been

[jira] [Comment Edited] (SOLR-4146) Error handling 'status' action, cannot access GUI

2016-04-26 Thread Xavier Morera (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258999#comment-15258999 ] Xavier Morera edited comment on SOLR-4146 at 4/26/16 9:57 PM: -- I have been

[jira] [Comment Edited] (SOLR-4146) Error handling 'status' action, cannot access GUI

2016-04-26 Thread Xavier Morera (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258999#comment-15258999 ] Xavier Morera edited comment on SOLR-4146 at 4/26/16 9:56 PM: -- I have been

[jira] [Comment Edited] (SOLR-4146) Error handling 'status' action, cannot access GUI

2016-04-26 Thread Xavier Morera (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258999#comment-15258999 ] Xavier Morera edited comment on SOLR-4146 at 4/26/16 9:55 PM: -- I have been

[jira] [Comment Edited] (SOLR-4146) Error handling 'status' action, cannot access GUI

2016-04-26 Thread Xavier Morera (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258999#comment-15258999 ] Xavier Morera edited comment on SOLR-4146 at 4/26/16 9:54 PM: -- I have been

[jira] [Comment Edited] (SOLR-4146) Error handling 'status' action, cannot access GUI

2016-04-26 Thread Xavier Morera (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258999#comment-15258999 ] Xavier Morera edited comment on SOLR-4146 at 4/26/16 9:54 PM: -- I have been

[jira] [Comment Edited] (SOLR-4146) Error handling 'status' action, cannot access GUI

2016-04-26 Thread Xavier Morera (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258999#comment-15258999 ] Xavier Morera edited comment on SOLR-4146 at 4/26/16 9:55 PM: -- I have been

[jira] [Commented] (LUCENE-7258) Tune DocIdSetBuilder allocation rate

2016-04-26 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15259002#comment-15259002 ] Adrien Grand commented on LUCENE-7258: -- bq. Any thoughts on this one Adrien Grand? Good question, I

[JENKINS] Lucene-Solr-5.5-Linux (32bit/jdk1.7.0_80) - Build # 237 - Failure!

2016-04-26 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.5-Linux/237/ Java: 32bit/jdk1.7.0_80 -client -XX:+UseConcMarkSweepGC 2 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.handler.TestSolrConfigHandlerCloud Error Message: ObjectTracker found 3 object(s) that were not released!!!

[jira] [Updated] (SOLR-4146) Error handling 'status' action, cannot access GUI

2016-04-26 Thread Xavier Morera (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Morera updated SOLR-4146: Attachment: 2016-04-26_1547.png > Error handling 'status' action, cannot access GUI >

[jira] [Commented] (SOLR-4146) Error handling 'status' action, cannot access GUI

2016-04-26 Thread Xavier Morera (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258999#comment-15258999 ] Xavier Morera commented on SOLR-4146: - I have been able to reproduce this error consistently with Solr

[jira] [Resolved] (LUCENE-7003) Adding a class to help debug a TokenFilter

2016-04-26 Thread Jean-Baptiste Lespiau (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Baptiste Lespiau resolved LUCENE-7003. --- Resolution: Implemented > Adding a class to help debug a TokenFilter >

[jira] [Comment Edited] (LUCENE-7004) Duplicate tokens using WordDelimiterFilter for a specific configuration

2016-04-26 Thread Jean-Baptiste Lespiau (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258977#comment-15258977 ] Jean-Baptiste Lespiau edited comment on LUCENE-7004 at 4/26/16 9:38 PM:

[jira] [Resolved] (LUCENE-7004) Duplicate tokens using WordDelimiterFilter for a specific configuration

2016-04-26 Thread Jean-Baptiste Lespiau (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Baptiste Lespiau resolved LUCENE-7004. --- Resolution: Implemented Change to status to implemented, hoping someone will

[jira] [Updated] (SOLR-9032) Alias creation fails in new UI

2016-04-26 Thread Upayavira (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Upayavira updated SOLR-9032: Attachment: SOLR-9032.patch The aliasCollections object is an array of objects, not strings. This patch

[jira] [Commented] (LUCENE-7258) Tune DocIdSetBuilder allocation rate

2016-04-26 Thread Jeff Wartes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258929#comment-15258929 ] Jeff Wartes commented on LUCENE-7258: - Random aside: I did do one test run where I changed all usages

[jira] [Updated] (SOLR-8765) Enforce required parameters in SolrJ Collection APIs

2016-04-26 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anshum Gupta updated SOLR-8765: --- Attachment: SOLR-8765-revert-behavior.patch [~romseygeek] here's a patch that reverts the behavior. I

[jira] [Commented] (SOLR-8467) CloudSolrStream and FacetStream should take a SolrParams object rather than a Map<String, String> to allow more complex Solr queries to be specified

2016-04-26 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258915#comment-15258915 ] Erick Erickson commented on SOLR-8467: -- This is what I was wondering when I asked "What's right here

Re: [jira] [Commented] (SOLR-9014) Deprecate and reduce usage of ClusterState methods which may make calls to ZK via the lazy collection reference

2016-04-26 Thread Erick Erickson
I'm not sure this is an edge case at all. LazyCollectionRef goes to Zookeeper for any collection that does _not_ have a replica on the Solr node in question IIUC. There's even a comment in the "get()" method: // TODO: consider limited caching So consider someone sending HTTP request to update

[jira] [Updated] (LUCENE-7258) Tune DocIdSetBuilder allocation rate

2016-04-26 Thread Jeff Wartes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Wartes updated LUCENE-7258: Attachment: allocation_plot.jpg Attaching the graph directly. > Tune DocIdSetBuilder allocation

[jira] [Commented] (SOLR-8925) Add gatherNodes Streaming Expression to support breadth first traversals

2016-04-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258858#comment-15258858 ] ASF subversion and git services commented on SOLR-8925: --- Commit

[jira] [Commented] (SOLR-9027) Add GraphTermsQuery to limit traversal on high frequency nodes

2016-04-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258857#comment-15258857 ] ASF subversion and git services commented on SOLR-9027: --- Commit

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_72) - Build # 16588 - Failure!

2016-04-26 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16588/ Java: 64bit/jdk1.8.0_72 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.schema.TestManagedSchemaAPI.test Error Message: Error from server at

[jira] [Commented] (LUCENE-7258) Tune DocIdSetBuilder allocation rate

2016-04-26 Thread Jeff Wartes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258848#comment-15258848 ] Jeff Wartes commented on LUCENE-7258: - I put this patch on a production node this morning, looks like

[jira] [Updated] (LUCENE-7258) Tune DocIdSetBuilder allocation rate

2016-04-26 Thread Jeff Wartes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Wartes updated LUCENE-7258: Attachment: LUCENE-7258-Tune-memory-allocation-rate-for-Intersec.patch This patch does the

[jira] [Commented] (LUCENE-7258) Tune DocIdSetBuilder allocation rate

2016-04-26 Thread Jeff Wartes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258834#comment-15258834 ] Jeff Wartes commented on LUCENE-7258: - The "eia" label represents using the ExpandingIntArray

[jira] [Commented] (SOLR-9034) Atomic updates not work with CopyField

2016-04-26 Thread Karthik Ramachandran (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258825#comment-15258825 ] Karthik Ramachandran commented on SOLR-9034: Changes looks good. > Atomic updates not work

Re: Test failures

2016-04-26 Thread Joel Bernstein
Ah, looks like the local solrj errors were because I needed to clean my build. So the issue looks like it's my end. Sorry for the noise. Joel Bernstein http://joelsolr.blogspot.com/ On Tue, Apr 26, 2016 at 3:47 PM, Joel Bernstein wrote: > > I'm seeing test failures locally

[jira] [Comment Edited] (LUCENE-7258) Tune DocIdSetBuilder allocation rate

2016-04-26 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258773#comment-15258773 ] Yonik Seeley edited comment on LUCENE-7258 at 4/26/16 7:50 PM: --- Seems like

[JENKINS] Lucene-Solr-NightlyTests-6.x - Build # 49 - Still Failing

2016-04-26 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/49/ 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsChaosMonkeySafeLeaderTest Error Message: ObjectTracker found 1 object(s) that were not released!!! [HdfsTransactionLog] Stack Trace:

Test failures

2016-04-26 Thread Joel Bernstein
I'm seeing test failures locally in master in both solr and solrj. Also lot's of test failures on Jenkins currently. I'll start posting some jira tickets. If you've made some recent commits it's probably a good idea to take a look through the errors and see if the errors are related.

[jira] [Commented] (SOLR-9040) bin/solr SSL support for client->server communcation broken on master

2016-04-26 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258774#comment-15258774 ] Mark Miller commented on SOLR-9040: --- Feel free to make improvements to the APIs. It's only in trunk I

[jira] [Commented] (LUCENE-7258) Tune DocIdSetBuilder allocation rate

2016-04-26 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258773#comment-15258773 ] Yonik Seeley commented on LUCENE-7258: -- Seems like we should do the same thing that was done for

[jira] [Updated] (LUCENE-7258) Tune DocIdSetBuilder allocation rate

2016-04-26 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated LUCENE-7258: - Summary: Tune DocIdSetBuilder allocation rate (was: Tune Spatial RPT Intersects allocation

[JENKINS-EA] Lucene-Solr-6.x-Linux (32bit/jdk-9-ea+114) - Build # 502 - Still Failing!

2016-04-26 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/502/ Java: 32bit/jdk-9-ea+114 -server -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.solr.handler.TestReqParamsAPI.test Error Message: Could not get expected value 'CY val' for path 'params/c' full output: { "responseHeader":{

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk1.8.0) - Build # 3233 - Failure!

2016-04-26 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/3233/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandler Error Message: ObjectTracker found 1 object(s) that were not

[jira] [Resolved] (SOLR-8725) Cores, collections, and shards should accept hyphens in identifier name

2016-04-26 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anshum Gupta resolved SOLR-8725. Resolution: Fixed > Cores, collections, and shards should accept hyphens in identifier name >

[jira] [Commented] (SOLR-9040) bin/solr SSL support for client->server communcation broken on master

2016-04-26 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258650#comment-15258650 ] Hoss Man commented on SOLR-9040: bq. I probably felt that the builder for the httpclient and setting this

[jira] [Commented] (SOLR-8867) frange / ValueSourceRangeFilter / FunctionValues.getRangeScorer should not match documents w/o a value

2016-04-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258620#comment-15258620 ] ASF subversion and git services commented on SOLR-8867: --- Commit

[jira] [Reopened] (SOLR-8867) frange / ValueSourceRangeFilter / FunctionValues.getRangeScorer should not match documents w/o a value

2016-04-26 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anshum Gupta reopened SOLR-8867: Reopening to back port to 5x. > frange / ValueSourceRangeFilter / FunctionValues.getRangeScorer should

[jira] [Updated] (SOLR-8867) frange / ValueSourceRangeFilter / FunctionValues.getRangeScorer should not match documents w/o a value

2016-04-26 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anshum Gupta updated SOLR-8867: --- Fix Version/s: 5.6 > frange / ValueSourceRangeFilter / FunctionValues.getRangeScorer should not >

[jira] [Updated] (SOLR-9028) fix bugs in (add sanity checks for) SSL clientAuth testing

2016-04-26 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-9028: --- Attachment: SOLR-9028.patch Updated patch that builds off the existing test work to include a new checks

[jira] [Resolved] (LUCENE-7252) add TestCoreParser.testTermQueryEmptyXML test

2016-04-26 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke resolved LUCENE-7252. - Resolution: Fixed Fix Version/s: 6.x 5.x

[jira] [Commented] (LUCENE-7252) add TestCoreParser.testTermQueryEmptyXML test

2016-04-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258612#comment-15258612 ] ASF subversion and git services commented on LUCENE-7252: - Commit

[jira] [Commented] (LUCENE-7257) PointValues aggregated stats fail if the provided field does not have points on one of the leaves

2016-04-26 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258593#comment-15258593 ] Michael McCandless commented on LUCENE-7257: +1, thanks [~jpountz]! > PointValues aggregated

[jira] [Created] (LUCENE-7258) Tune Spatial RPT Intersects allocation rate

2016-04-26 Thread Jeff Wartes (JIRA)
Jeff Wartes created LUCENE-7258: --- Summary: Tune Spatial RPT Intersects allocation rate Key: LUCENE-7258 URL: https://issues.apache.org/jira/browse/LUCENE-7258 Project: Lucene - Core Issue

[jira] [Commented] (SOLR-9014) Deprecate and reduce usage of ClusterState methods which may make calls to ZK via the lazy collection reference

2016-04-26 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258576#comment-15258576 ] Scott Blum commented on SOLR-9014: -- Correct, the edge case is what we're guarding against here. I would

[jira] [Commented] (SOLR-9030) The 'downnode' command can trip asserts in ZkStateWriter or cause BadVersionException in Overseer

2016-04-26 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258571#comment-15258571 ] Scott Blum commented on SOLR-9030: -- Nice digging! Can I just say for the record, I'm not a huge fan of

Solr Debug Timing Questions

2016-04-26 Thread Mike Drob
Hi Solr Devs, I had a few question about the query info exposed through debug=timing parameters. 1) I noticed that the components don't always add up to the QTime. Is this delta the sum of time spent transferring between components? 2) I didn't see a breakdown of the query scatter time when

[jira] [Commented] (LUCENE-7252) add TestCoreParser.testTermQueryEmptyXML test

2016-04-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258570#comment-15258570 ] ASF subversion and git services commented on LUCENE-7252: - Commit

[jira] [Commented] (SOLR-9030) The 'downnode' command can trip asserts in ZkStateWriter or cause BadVersionException in Overseer

2016-04-26 Thread Scott Blum (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258560#comment-15258560 ] Scott Blum commented on SOLR-9030: -- The final keyword conveys special thread-safety semantics in the JMM.

[jira] [Commented] (LUCENE-7252) add TestCoreParser.testTermQueryEmptyXML test

2016-04-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258515#comment-15258515 ] ASF subversion and git services commented on LUCENE-7252: - Commit

[JENKINS] Lucene-Solr-5.5-Windows (64bit/jdk1.7.0_80) - Build # 56 - Failure!

2016-04-26 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.5-Windows/56/ Java: 64bit/jdk1.7.0_80 -XX:-UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.schema.TestManagedSchemaAPI.test Error Message: Error from server at http://127.0.0.1:61208/solr/testschemaapi_shard1_replica1:

[jira] [Updated] (SOLR-9034) Atomic updates not work with CopyField

2016-04-26 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-9034: --- Attachment: SOLR-9034.patch Updating the patch to move the logic of filtering the list

[jira] [Updated] (SOLR-9034) Atomic updates not work with CopyField

2016-04-26 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-9034: --- Attachment: SOLR-9034.patch Updated patch... the test modification should improve coverage for the

[jira] [Commented] (SOLR-8886) TrieField.toObject(IndexableField) can't handle docValues

2016-04-26 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258392#comment-15258392 ] Anshum Gupta commented on SOLR-8886: [~ysee...@gmail.com] can you help with back porting this and

[jira] [Commented] (LUCENE-7257) PointValues aggregated stats fail if the provided field does not have points on one of the leaves

2016-04-26 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258391#comment-15258391 ] Adrien Grand commented on LUCENE-7257: -- Alternatively we could throw an exception if none of the

[jira] [Updated] (LUCENE-7257) PointValues aggregated stats fail if the provided field does not have points on one of the leaves

2016-04-26 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-7257: - Attachment: LUCENE-7257.patch Here is a patch that checks the field infos on each leaf and skips

[jira] [Created] (LUCENE-7257) PointValues aggregated stats fail if the provided field does not have points on one of the leaves

2016-04-26 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-7257: Summary: PointValues aggregated stats fail if the provided field does not have points on one of the leaves Key: LUCENE-7257 URL: https://issues.apache.org/jira/browse/LUCENE-7257

[jira] [Assigned] (SOLR-9034) Atomic updates not work with CopyField

2016-04-26 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley reassigned SOLR-9034: -- Assignee: Yonik Seeley > Atomic updates not work with CopyField >

[JENKINS] Lucene-Solr-Tests-5.5-Java7 - Build # 13 - Failure

2016-04-26 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.5-Java7/13/ 1 tests failed. FAILED: org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh Error Message: Could not find collection : c1 Stack Trace: org.apache.solr.common.SolrException: Could not

[jira] [Reopened] (SOLR-8886) TrieField.toObject(IndexableField) can't handle docValues

2016-04-26 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anshum Gupta reopened SOLR-8886: Reopening to port for 5.5.1 > TrieField.toObject(IndexableField) can't handle docValues >

[jira] [Commented] (SOLR-8716) Upgrade to Apache Tika 1.12

2016-04-26 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258285#comment-15258285 ] Tim Allison commented on SOLR-8716: --- IIRC, you won't want to include the SQLite parser because it

[jira] [Commented] (SOLR-9016) SolrIdentifierValidator accepts empty names

2016-04-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258263#comment-15258263 ] ASF subversion and git services commented on SOLR-9016: --- Commit

[jira] [Updated] (SOLR-9016) SolrIdentifierValidator accepts empty names

2016-04-26 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anshum Gupta updated SOLR-9016: --- Fix Version/s: 6.0.1 6.1 5.5.1 > SolrIdentifierValidator accepts

[jira] [Commented] (SOLR-9041) create a well known permission for core-admin-read and core-admin-edit

2016-04-26 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258228#comment-15258228 ] Anshum Gupta commented on SOLR-9041: Back porting this to 5x branch would mean this gets released with

[jira] [Commented] (SOLR-9016) SolrIdentifierValidator accepts empty names

2016-04-26 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258224#comment-15258224 ] Anshum Gupta commented on SOLR-9016: +1. Thanks Shai. > SolrIdentifierValidator accepts empty names >

[jira] [Commented] (SOLR-8467) CloudSolrStream and FacetStream should take a SolrParams object rather than a Map<String, String> to allow more complex Solr queries to be specified

2016-04-26 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258182#comment-15258182 ] Joel Bernstein commented on SOLR-8467: -- OK, I reviewed the fl handling in gather nodes and it is

[jira] [Commented] (SOLR-9041) create a well known permission for core-admin-read and core-admin-edit

2016-04-26 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258180#comment-15258180 ] Noble Paul commented on SOLR-9041: -- * This is a new feature. We are not yet planning to introduce new

[jira] [Commented] (SOLR-9016) SolrIdentifierValidator accepts empty names

2016-04-26 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258170#comment-15258170 ] Shai Erera commented on SOLR-9016: -- All tests pass, so if there are no objections, I'd like to push this

[jira] [Commented] (SOLR-9040) bin/solr SSL support for client->server communcation broken on master

2016-04-26 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258168#comment-15258168 ] Mark Miller commented on SOLR-9040: --- bq. why is it a distinct class with distinct setters in

[jira] [Commented] (LUCENE-7254) DocIDSetBuilder is no good for points

2016-04-26 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258169#comment-15258169 ] Robert Muir commented on LUCENE-7254: - high cardinality is unrelated. These spatial fields are also

[jira] [Commented] (SOLR-9041) create a well known permission for core-admin-read and core-admin-edit

2016-04-26 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258161#comment-15258161 ] Ishan Chattopadhyaya commented on SOLR-9041: +1 to the fix. [~noble.paul], do you think we

[jira] [Commented] (LUCENE-7254) DocIDSetBuilder is no good for points

2016-04-26 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258151#comment-15258151 ] Yonik Seeley commented on LUCENE-7254: -- It's strange that you consider a high cardinality numeric

[jira] [Resolved] (SOLR-9041) crete a well known permission for core-admin-read and core-admin-edit

2016-04-26 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul resolved SOLR-9041. -- Resolution: Fixed Fix Version/s: 6.1 master > crete a well known permission

  1   2   >