[jira] [Commented] (SOLR-9052) Provide a syntax for Adding Multiple Documents on REST that Uses Proper JSON Format

2017-11-15 Thread Mateusz Owdziej (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16254894#comment-16254894 ] Mateusz Owdziej commented on SOLR-9052: --- What about accepting json with add key as array and other

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk-9) - Build # 4291 - Still Unstable!

2017-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4291/ Java: 64bit/jdk-9 -XX:+UseCompressedOops -XX:+UseParallelGC 4 tests failed. FAILED: org.apache.solr.cloud.TestPullReplica.testCreateDelete {seed=[E66D3DABF20F30F0:FD7DCCE704FFC8C0]} Error Message: Could not find collection

[JENKINS] Lucene-Solr-SmokeRelease-7.x - Build # 82 - Still Failing

2017-11-15 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-7.x/82/ No tests ran. Build Log: [...truncated 28042 lines...] prepare-release-no-sign: [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.x/lucene/build/smokeTestRelease/dist [copy] Copying

[JENKINS] Lucene-Solr-7.x-Linux (32bit/jdk1.8.0_144) - Build # 831 - Still Unstable!

2017-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/831/ Java: 32bit/jdk1.8.0_144 -client -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.common.cloud.TestCollectionStateWatchers.testWaitForStateChecksCurrentState Error Message: Stack Trace:

[JENKINS] Lucene-Solr-7.x-Windows (64bit/jdk1.8.0_144) - Build # 307 - Still Unstable!

2017-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/307/ Java: 64bit/jdk1.8.0_144 -XX:-UseCompressedOops -XX:+UseG1GC 6 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.ltr.model.TestLinearModel Error Message: Could not remove the following files (in the order of

[jira] [Created] (SOLR-11648) Create a web UI to display and execute suggestions

2017-11-15 Thread Noble Paul (JIRA)
Noble Paul created SOLR-11648: - Summary: Create a web UI to display and execute suggestions Key: SOLR-11648 URL: https://issues.apache.org/jira/browse/SOLR-11648 Project: Solr Issue Type:

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-9.0.1) - Build # 20924 - Still Unstable!

2017-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20924/ Java: 64bit/jdk-9.0.1 -XX:+UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv Error Message: java.lang.RuntimeException: Error from server at

Re: TreeSet to AVLTreeSet?

2017-11-15 Thread David Smiley
Also, there are a number of TreeMaps that ought to be HashMaps: https://issues.apache.org/jira/browse/LUCENE-8041 On Wed, Nov 15, 2017 at 9:20 PM Erick Erickson wrote: > The first thing I'd do is profile a running Solr instance and see if it > spends enough time

[JENKINS] Lucene-Solr-master-Windows (32bit/jdk1.8.0_144) - Build # 7019 - Still Unstable!

2017-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7019/ Java: 32bit/jdk1.8.0_144 -client -XX:+UseConcMarkSweepGC 4 tests failed. FAILED: org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication Error Message: Index: 0, Size: 0 Stack Trace:

[jira] [Commented] (SOLR-11622) Bundled mime4j library not sufficient for Tika requirement

2017-11-15 Thread Yeo Zheng Lin (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16254695#comment-16254695 ] Yeo Zheng Lin commented on SOLR-11622: -- I am facing the same issue when indexing the EML files.

[JENKINS] Lucene-Solr-7.x-Linux (64bit/jdk-9.0.1) - Build # 830 - Unstable!

2017-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/830/ Java: 64bit/jdk-9.0.1 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.core.TestLazyCores Error Message: 1 thread leaked from SUITE scope at

[JENKINS] Lucene-Solr-Tests-7.x - Build # 242 - Still unstable

2017-11-15 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/242/ 21 tests failed. FAILED: org.apache.solr.cloud.AssignBackwardCompatibilityTest.test Error Message: Error from server at http://127.0.0.1:56935/solr: KeeperErrorCode = NoNode for /overseer/collection-queue-work/qnr-02

Re: TreeSet to AVLTreeSet?

2017-11-15 Thread Erick Erickson
The first thing I'd do is profile a running Solr instance and see if it spends enough time building TreeSets to bother with before doing wholesale surgery. My guess is that the efficiencies are hard to measure if measurable at all. The proof is in the profiling of course. Best, Erick On Wed,

[jira] [Updated] (SOLR-9168) Add availability to specify own oom handing script

2017-11-15 Thread Tyler Lubeck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tyler Lubeck updated SOLR-9168: --- Attachment: 0001-SOLR-9168-Allow-users-to-specify-their-own-OnOutOfMe.patch

Replacing TreeSet with AVLTreeSet

2017-11-15 Thread David McManamon
There were interesting papers regarding balanced binary trees in 2015 & 2016 http://sidsen.azurewebsites.net// And after reading about "Rank-balanced Trees" I started comparing AVL & Red-black tree performance and was surprised to see that red-black trees are the default in Java given the

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-10-ea+29) - Build # 20923 - Still Unstable!

2017-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20923/ Java: 64bit/jdk-10-ea+29 -XX:+UseCompressedOops -XX:+UseSerialGC 4 tests failed. FAILED: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.deleteCollectionOnlyInZk Error Message: Error from server at

TreeSet to AVLTreeSet?

2017-11-15 Thread David McManamon
There were interesting papers regarding balanced binary trees in 2015 & 2016 http://sidsen.azurewebsites.net// And after reading about "Rank-balanced Trees" I started comparing AVL & Red-black tree performance and was surprised to see that red-black trees are the default in Java given the

[JENKINS] Lucene-Solr-7.x-Solaris (64bit/jdk1.8.0) - Build # 301 - Still unstable!

2017-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/301/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation Error Message: 1 thread leaked from SUITE scope at

[JENKINS] Lucene-Solr-Tests-master - Build # 2176 - Still Unstable

2017-11-15 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2176/ 1 tests failed. FAILED: org.apache.solr.client.solrj.impl.CloudSolrClientTest.preferLocalShardsTest Error Message: Could not load collection from ZK: localShardsTestColl Stack Trace: org.apache.solr.common.SolrException:

[jira] [Commented] (SOLR-11647) SolrJ's autoscaling.Commands.json has invalid json

2017-11-15 Thread Evan Fagerberg (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16254426#comment-16254426 ] Evan Fagerberg commented on SOLR-11647: --- Does anyone know how one bypasses this in solrj? We are

[jira] [Created] (SOLR-11647) SolrJ's autoscaling.Commands.json has invalid json

2017-11-15 Thread Evan Fagerberg (JIRA)
Evan Fagerberg created SOLR-11647: - Summary: SolrJ's autoscaling.Commands.json has invalid json Key: SOLR-11647 URL: https://issues.apache.org/jira/browse/SOLR-11647 Project: Solr Issue

[jira] [Commented] (SOLR-11642) Implement ObjectCache for keeping shared state in SolrCloudManager

2017-11-15 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16254331#comment-16254331 ] ASF subversion and git services commented on SOLR-11642: Commit

[jira] [Comment Edited] (SOLR-11597) Implement RankNet.

2017-11-15 Thread Michael A. Alcorn (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16254292#comment-16254292 ] Michael A. Alcorn edited comment on SOLR-11597 at 11/15/17 10:06 PM: -

[jira] [Commented] (SOLR-11597) Implement RankNet.

2017-11-15 Thread Michael A. Alcorn (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16254292#comment-16254292 ] Michael A. Alcorn commented on SOLR-11597: -- I've attempted to address all your comments,

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_144) - Build # 20922 - Unstable!

2017-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20922/ Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseSerialGC 3 tests failed. FAILED: org.apache.solr.cloud.DeleteNodeTest.test Error Message: Error from server at http://127.0.0.1:36265/solr: create the collection time

[JENKINS] Lucene-Solr-7.x-MacOSX (64bit/jdk1.8.0) - Build # 306 - Still Unstable!

2017-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/306/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC 6 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.CloudExitableDirectoryReaderTest Error Message: Solr servers failed to register with ZK.

[jira] [Commented] (SOLR-11646) Ref Guide: Update API examples to include v2 style examples

2017-11-15 Thread Cassandra Targett (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16254265#comment-16254265 ] Cassandra Targett commented on SOLR-11646: -- Caveats: * Not a perfect list - possibly/likely

[jira] [Created] (SOLR-11646) Ref Guide: Update API examples to include v2 style examples

2017-11-15 Thread Cassandra Targett (JIRA)
Cassandra Targett created SOLR-11646: Summary: Ref Guide: Update API examples to include v2 style examples Key: SOLR-11646 URL: https://issues.apache.org/jira/browse/SOLR-11646 Project: Solr

[jira] [Comment Edited] (SOLR-11645) When there are duplicate java commandline arguments, the Solr UI dashboard doesn't show Args at all

2017-11-15 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16254180#comment-16254180 ] Shawn Heisey edited comment on SOLR-11645 at 11/15/17 9:05 PM: --- And while

[jira] [Commented] (SOLR-11645) When there are duplicate java commandline arguments, the Solr UI dashboard doesn't show Args at all

2017-11-15 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16254180#comment-16254180 ] Shawn Heisey commented on SOLR-11645: - And while I'm thinking about this: The "Args" section of the

[jira] [Commented] (SOLR-11645) When there are duplicate java commandline arguments, the Solr UI dashboard doesn't show Args at all

2017-11-15 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16254172#comment-16254172 ] Shawn Heisey commented on SOLR-11645: - I can also see both sides, and I agree that either way is wrong

[jira] [Commented] (SOLR-11645) When there are duplicate java commandline arguments, the Solr UI dashboard doesn't show Args at all

2017-11-15 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16254162#comment-16254162 ] Erick Erickson commented on SOLR-11645: --- That's a valid point, I can argue both ways I guess. 1>

[jira] [Resolved] (SOLR-10301) Create meta-documentation for how to write in asciidoc

2017-11-15 Thread Cassandra Targett (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cassandra Targett resolved SOLR-10301. -- Resolution: Fixed Fix Version/s: 7.0 master (8.0) The HTML

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk-9) - Build # 4290 - Still Unstable!

2017-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4290/ Java: 64bit/jdk-9 -XX:-UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingDVOnly Error Message: Unexpected number of elements in the group for intGSF: 6

[jira] [Resolved] (SOLR-11509) Ref Guide: Upgrade notes for 7.1

2017-11-15 Thread Cassandra Targett (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cassandra Targett resolved SOLR-11509. -- Resolution: Fixed Fix Version/s: master (8.0) Missed resolving this earlier. >

[jira] [Commented] (SOLR-11645) When there are duplicate java commandline arguments, the Solr UI dashboard doesn't show Args at all

2017-11-15 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16254141#comment-16254141 ] Shawn Heisey commented on SOLR-11645: - bq. Personally I always prefer alphabetical ordering. For many

[JENKINS] Lucene-Solr-Tests-7.x - Build # 241 - Failure

2017-11-15 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/241/ All tests passed Build Log: [...truncated 949 lines...] [junit4] JVM J1: stdout was not empty, see:

[JENKINS-EA] Lucene-Solr-7.x-Linux (64bit/jdk-10-ea+29) - Build # 828 - Still Unstable!

2017-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/828/ Java: 64bit/jdk-10-ea+29 -XX:+UseCompressedOops -XX:+UseParallelGC 3 tests failed. FAILED: org.apache.solr.cloud.LeaderElectionIntegrationTest.testSimpleSliceLeaderElection Error Message: No registered leader was found after

[jira] [Commented] (SOLR-11645) When there are duplicate java commandline arguments, the Solr UI dashboard doesn't show Args at all

2017-11-15 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16254089#comment-16254089 ] Erick Erickson commented on SOLR-11645: --- Personally I always prefer alphabetical ordering. Otherwise

[jira] [Commented] (SOLR-11645) When there are duplicate java commandline arguments, the Solr UI dashboard doesn't show Args at all

2017-11-15 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16254072#comment-16254072 ] Stefan Matheis (steffkes) commented on SOLR-11645: -- Shawn, i don't have a current

[JENKINS] Lucene-Solr-7.x-Windows (64bit/jdk-9.0.1) - Build # 306 - Unstable!

2017-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/306/ Java: 64bit/jdk-9.0.1 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.lucene.index.TestBackwardsCompatibility Error Message: Could not remove the following files (in

[jira] [Updated] (SOLR-11645) When there are duplicate java commandline arguments, the Solr UI dashboard doesn't show Args at all

2017-11-15 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-11645: Attachment: SOLR-11645.patch Updated patch that removes the sort from the argument list. It looks

[jira] [Commented] (SOLR-9882) ClassCastException: BasicResultContext cannot be cast to SolrDocumentList

2017-11-15 Thread Russell Black (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16253884#comment-16253884 ] Russell Black commented on SOLR-9882: - Can a committer please look at this? I've been running with my

[jira] [Commented] (SOLR-7987) Exception when timeallowed is exceed

2017-11-15 Thread Russell Black (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16253885#comment-16253885 ] Russell Black commented on SOLR-7987: - Can a committer please look at this? I've been running with my

[jira] [Commented] (SOLR-11645) When there are duplicate java commandline arguments, the Solr UI dashboard doesn't show Args at all

2017-11-15 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16253851#comment-16253851 ] Shawn Heisey commented on SOLR-11645: - For a binary download/install, the change in the patch can be

[JENKINS] Lucene-Solr-master-Windows (32bit/jdk1.8.0_144) - Build # 7018 - Still Unstable!

2017-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7018/ Java: 32bit/jdk1.8.0_144 -client -XX:+UseParallelGC 2 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.TestCloudRecovery Error Message: Could not remove the following files (in the order of attempts):

[jira] [Updated] (SOLR-11487) Collection Alias metadata for time partitioned collections

2017-11-15 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-11487: Attachment: SOLR_11487.patch I admit I'm getting a bit obsessive over Aliases.java. My problem,

[jira] [Assigned] (SOLR-11487) Collection Alias metadata for time partitioned collections

2017-11-15 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley reassigned SOLR-11487: --- Assignee: David Smiley > Collection Alias metadata for time partitioned collections >

[JENKINS-EA] Lucene-Solr-7.x-Linux (64bit/jdk-10-ea+29) - Build # 827 - Still Unstable!

2017-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/827/ Java: 64bit/jdk-10-ea+29 -XX:-UseCompressedOops -XX:+UseParallelGC 2 tests failed. FAILED: org.apache.solr.schema.TestCloudManagedSchema.test Error Message: Timeout occured while waiting response from server at:

[jira] [Updated] (SOLR-11645) When there are duplicate java commandline arguments, the Solr UI dashboard doesn't show Args at all

2017-11-15 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-11645: Attachment: SOLR-11645.patch Patch (without CHANGES.txt) that appears to fix the issue, after

[jira] [Comment Edited] (SOLR-11645) When there are duplicate java commandline arguments, the Solr UI dashboard doesn't show Args at all

2017-11-15 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16253740#comment-16253740 ] Shawn Heisey edited comment on SOLR-11645 at 11/15/17 5:01 PM: --- Tangent: I

[jira] [Commented] (LUCENE-7736) Expose some IndexReader stats via DoubleValuesSources

2017-11-15 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16253801#comment-16253801 ] ASF subversion and git services commented on LUCENE-7736: - Commit

[jira] [Commented] (LUCENE-7736) Expose some IndexReader stats via DoubleValuesSources

2017-11-15 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16253802#comment-16253802 ] ASF subversion and git services commented on LUCENE-7736: - Commit

[jira] [Updated] (SOLR-11251) Ref Guide: Add docs on JSON facet module

2017-11-15 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-11251: Attachment: SOLR-11251.patch First cut at a cleanup... - cleanups, including fixing random

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 82 - Still Failing

2017-11-15 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/82/ 5 tests failed. FAILED: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test Error Message: Java heap space Stack Trace: java.lang.OutOfMemoryError: Java heap space at

[jira] [Commented] (SOLR-11645) When there are duplicate java commandline arguments, the Solr UI dashboard doesn't show Args at all

2017-11-15 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16253740#comment-16253740 ] Shawn Heisey commented on SOLR-11645: - Tangent: I noticed in the javascript code that the commandline

[jira] [Commented] (SOLR-11645) When there are duplicate java commandline arguments, the Solr UI dashboard doesn't show Args at all

2017-11-15 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16253734#comment-16253734 ] Shawn Heisey commented on SOLR-11645: - Eureka! Holding down shift while clicking the reload button

[jira] [Commented] (SOLR-11645) When there are duplicate java commandline arguments, the Solr UI dashboard doesn't show Args at all

2017-11-15 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16253730#comment-16253730 ] Shawn Heisey commented on SOLR-11645: - I have tried to add "track by $index" to the angular code in

[jira] [Commented] (SOLR-11645) When there are duplicate java commandline arguments, the Solr UI dashboard doesn't show Args at all

2017-11-15 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16253701#comment-16253701 ] Shawn Heisey commented on SOLR-11645: - Problem duplicated on Windows by adding this line to

[jira] [Created] (SOLR-11645) When there are duplicate java commandline arguments, the Solr UI dashboard doesn't show Args at all

2017-11-15 Thread Shawn Heisey (JIRA)
Shawn Heisey created SOLR-11645: --- Summary: When there are duplicate java commandline arguments, the Solr UI dashboard doesn't show Args at all Key: SOLR-11645 URL: https://issues.apache.org/jira/browse/SOLR-11645

[jira] [Comment Edited] (SOLR-11644) RealTimeGet not working when router.field is not an uniqeKey

2017-11-15 Thread Jarek Mazgaj (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16253680#comment-16253680 ] Jarek Mazgaj edited comment on SOLR-11644 at 11/15/17 3:54 PM: --- In code for

[jira] [Commented] (SOLR-11644) RealTimeGet not working when router.field is not an uniqeKey

2017-11-15 Thread Jarek Mazgaj (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16253680#comment-16253680 ] Jarek Mazgaj commented on SOLR-11644: - In code for every id there is a call made

[JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_144) - Build # 20920 - Unstable!

2017-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20920/ Java: 32bit/jdk1.8.0_144 -client -XX:+UseConcMarkSweepGC 3 tests failed. FAILED: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI Error Message: Error from server at

[JENKINS] Lucene-Solr-7.x-Solaris (64bit/jdk1.8.0) - Build # 300 - Failure!

2017-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/300/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC All tests passed Build Log: [...truncated 10779 lines...] [junit4] ERROR: JVM J0 ended with an exception, command line: /usr/jdk/instances/jdk1.8.0/jre/bin/java

[jira] [Assigned] (SOLR-11622) Bundled mime4j library not sufficient for Tika requirement

2017-11-15 Thread Karthik Ramachandran (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karthik Ramachandran reassigned SOLR-11622: --- Assignee: Karthik Ramachandran > Bundled mime4j library not sufficient for

[jira] [Commented] (SOLR-11251) Ref Guide: Add docs on JSON facet module

2017-11-15 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16253602#comment-16253602 ] Yonik Seeley commented on SOLR-11251: - OK, I'm taking a pass at cleaning some of this up now. > Ref

[jira] [Assigned] (SOLR-11251) Ref Guide: Add docs on JSON facet module

2017-11-15 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley reassigned SOLR-11251: --- Assignee: Yonik Seeley > Ref Guide: Add docs on JSON facet module >

[jira] [Resolved] (LUCENE-7736) Expose some IndexReader stats via DoubleValuesSources

2017-11-15 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved LUCENE-7736. --- Resolution: Fixed Fix Version/s: 7.2 > Expose some IndexReader stats via

[jira] [Commented] (LUCENE-7736) Expose some IndexReader stats via DoubleValuesSources

2017-11-15 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16253521#comment-16253521 ] ASF subversion and git services commented on LUCENE-7736: - Commit

[jira] [Commented] (LUCENE-7736) Expose some IndexReader stats via DoubleValuesSources

2017-11-15 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16253520#comment-16253520 ] ASF subversion and git services commented on LUCENE-7736: - Commit

[JENKINS] Lucene-Solr-7.x-Linux (64bit/jdk1.8.0_144) - Build # 826 - Still Unstable!

2017-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/826/ Java: 64bit/jdk1.8.0_144 -XX:-UseCompressedOops -XX:+UseParallelGC 2 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.DocValuesNotIndexedTest Error Message: Error from server at http://127.0.0.1:36255/solr:

[jira] [Resolved] (LUCENE-8040) Optimize IndexSearcher.collectionStatistics

2017-11-15 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved LUCENE-8040. -- Resolution: Fixed Fix Version/s: (was: 7.2) master (8.0) Good.

[jira] [Commented] (LUCENE-8040) Optimize IndexSearcher.collectionStatistics

2017-11-15 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16253476#comment-16253476 ] ASF subversion and git services commented on LUCENE-8040: - Commit

[jira] [Commented] (LUCENE-8028) Arabic Stemmer improvement for Better Search Accuracy

2017-11-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16253463#comment-16253463 ] Robert Muir commented on LUCENE-8028: - Also if we could avoid using naming such as "high

[jira] [Commented] (LUCENE-8028) Arabic Stemmer improvement for Better Search Accuracy

2017-11-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16253457#comment-16253457 ] Robert Muir commented on LUCENE-8028: - Can we instead factor out this stemmer into its own stemmer

[jira] [Updated] (SOLR-11644) RealTimeGet not working when router.field is not an uniqeKey

2017-11-15 Thread Jarek Mazgaj (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Mazgaj updated SOLR-11644: Description: I have a schema with following fields: {code:java} candidate_id

[jira] [Updated] (SOLR-11644) RealTimeGet not working when router.field is not an uniqeKey

2017-11-15 Thread Jarek Mazgaj (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Mazgaj updated SOLR-11644: Description: I have a schema with following fields: {code:java} candidate_id

[jira] [Updated] (SOLR-11644) RealTimeGet not working when router.field is not an uniqeKey

2017-11-15 Thread Jarek Mazgaj (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Mazgaj updated SOLR-11644: Description: I have a schema with following fields: {code:java} candidate_id

[jira] [Created] (SOLR-11644) RealTimeGet not working when router.field is not an uniqeKey

2017-11-15 Thread Jarek Mazgaj (JIRA)
Jarek Mazgaj created SOLR-11644: --- Summary: RealTimeGet not working when router.field is not an uniqeKey Key: SOLR-11644 URL: https://issues.apache.org/jira/browse/SOLR-11644 Project: Solr

[jira] [Commented] (LUCENE-8028) Arabic Stemmer improvement for Better Search Accuracy

2017-11-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16253410#comment-16253410 ] ASF GitHub Bot commented on LUCENE-8028: GitHub user Ashamandi opened a pull request:

[GitHub] lucene-solr pull request #274: [LUCENE-8028] Arabic stemmer enhancement

2017-11-15 Thread Ashamandi
GitHub user Ashamandi opened a pull request: https://github.com/apache/lucene-solr/pull/274 [LUCENE-8028] Arabic stemmer enhancement Hello, this PR is to add Enhancement for Arabic Stemmer #https://issues.apache.org/jira/browse/LUCENE-8028 You can merge this pull request into a

[jira] [Commented] (SOLR-11613) Improve error in admin UI "Sorry, no dataimport-handler defined"

2017-11-15 Thread Amrit Sarkar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16253406#comment-16253406 ] Amrit Sarkar commented on SOLR-11613: - I see, I see. Best for both cases; uploaded the patch with 1

[jira] [Updated] (SOLR-11613) Improve error in admin UI "Sorry, no dataimport-handler defined"

2017-11-15 Thread Amrit Sarkar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amrit Sarkar updated SOLR-11613: Attachment: SOLR-11613.patch > Improve error in admin UI "Sorry, no dataimport-handler defined" >

[jira] [Commented] (SOLR-11613) Improve error in admin UI "Sorry, no dataimport-handler defined"

2017-11-15 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16253390#comment-16253390 ] Shawn Heisey commented on SOLR-11613: - The choice of "index" in my wording was completely intentional.

[jira] [Commented] (SOLR-11613) Improve error in admin UI "Sorry, no dataimport-handler defined"

2017-11-15 Thread Amrit Sarkar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16253371#comment-16253371 ] Amrit Sarkar commented on SOLR-11613: - [~elyograg] maybe "core" / "collection" than index: "The

[jira] [Resolved] (LUCENE-6278) Remove Scorer.freq()

2017-11-15 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved LUCENE-6278. --- Resolution: Fixed Assignee: Alan Woodward Fix Version/s: 7.2 > Remove

[jira] [Commented] (LUCENE-6278) Remove Scorer.freq()

2017-11-15 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16253355#comment-16253355 ] ASF subversion and git services commented on LUCENE-6278: - Commit

[jira] [Commented] (LUCENE-6278) Remove Scorer.freq()

2017-11-15 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16253354#comment-16253354 ] ASF subversion and git services commented on LUCENE-6278: - Commit

[jira] [Reopened] (SOLR-11520) Suggestions for cores violations

2017-11-15 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul reopened SOLR-11520: --- Documentation not yet added > Suggestions for cores violations > > >

[jira] [Reopened] (SOLR-11519) Suggestions for replica count violations

2017-11-15 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul reopened SOLR-11519: --- Documentation not yet added > Suggestions for replica count violations >

[jira] [Reopened] (SOLR-11518) Create suggestions for freedisk violations

2017-11-15 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul reopened SOLR-11518: --- Documentation not yet added > Create suggestions for freedisk violations >

[JENKINS] Lucene-Solr-7.x-Linux (64bit/jdk1.8.0_144) - Build # 825 - Unstable!

2017-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/825/ Java: 64bit/jdk1.8.0_144 -XX:-UseCompressedOops -XX:+UseParallelGC 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.handler.TestBlobHandler Error Message: 22 threads leaked from SUITE scope at

[jira] [Commented] (SOLR-11642) Implement ObjectCache for keeping shared state in SolrCloudManager

2017-11-15 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16253272#comment-16253272 ] ASF subversion and git services commented on SOLR-11642: Commit

[jira] [Commented] (SOLR-11643) NullPointerException at QueryComponent unmarshalSortValues

2017-11-15 Thread Volong (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16253250#comment-16253250 ] Volong commented on SOLR-11643: --- sorry,I didn't see it before > NullPointerException at QueryComponent

[JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_144) - Build # 20918 - Unstable!

2017-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20918/ Java: 32bit/jdk1.8.0_144 -client -XX:+UseG1GC 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.update.processor.TestNamedUpdateProcessors Error Message: 40 threads leaked from SUITE scope at

[JENKINS] Lucene-Solr-SmokeRelease-7.x - Build # 81 - Still Failing

2017-11-15 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-7.x/81/ No tests ran. Build Log: [...truncated 28030 lines...] prepare-release-no-sign: [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.x/lucene/build/smokeTestRelease/dist [copy] Copying

[jira] [Resolved] (SOLR-11643) NullPointerException at QueryComponent unmarshalSortValues

2017-11-15 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev resolved SOLR-11643. - Resolution: Won't Fix * there are error reporting bug see linked * timeAllowed param