[jira] [Commented] (SOLR-10107) CdcrReplicationDistributedZkTest fails far too often and is an extremely expensive test, even when compared to other nightlies.

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

[jira] [Commented] (SOLR-10107) CdcrReplicationDistributedZkTest fails far too often and is an extremely expensive test, even when compared to other nightlies.

2017-02-08 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15859165#comment-15859165 ] Mark Miller commented on SOLR-10107: I think ideally we would somehow split this test up or heavily

[jira] [Commented] (SOLR-10021) Cannot reload a core if it fails initialization.

2017-02-08 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15859147#comment-15859147 ] Mike Drob commented on SOLR-10021: -- I have a rough outline of a patch for this, still needs unit tests

[jira] [Updated] (SOLR-10032) Create report to assess Solr test quality at a commit point.

2017-02-08 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-10032: --- Description: We have many Jenkins instances blasting tests, some official, some policeman, I and

[JENKINS] Lucene-Solr-5.5-Windows (32bit/jdk1.7.0_80) - Build # 133 - Unstable!

2017-02-08 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-5.5-Windows/133/ Java: 32bit/jdk1.7.0_80 -client -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigAliasReplication Error Message:

[jira] [Commented] (SOLR-9956) Solr java.lang.ArrayIndexOutOfBoundsException when indexed large amount of documents

2017-02-08 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15859124#comment-15859124 ] Mike Drob commented on SOLR-9956: - Erick - the stack trace is included in the initial bug report. Looks

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+155) - Build # 18929 - Unstable!

2017-02-08 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18929/ Java: 64bit/jdk-9-ea+155 -XX:-UseCompressedOops -XX:+UseSerialGC 2 tests failed. FAILED: org.apache.solr.handler.admin.TestApiFramework.testFramework Error Message: Stack Trace: java.lang.ExceptionInInitializerError

[jira] [Commented] (SOLR-9217) {!join score=..}.. should delay join to createWeight

2017-02-08 Thread Sachini Malindi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15859114#comment-15859114 ] Sachini Malindi commented on SOLR-9217: --- Can i look at this issue > {!join score=..}.. should delay

Re: Datatype change in solr

2017-02-08 Thread Shawn Heisey
On 2/8/2017 9:33 PM, Manjunath N S (mans3) wrote: > I had defined one of my field as string and indexed the data but it is > of type integer. Now when I try to change the field type as tint ,to > allow sorting to be performed on that field ,I am getting Async > distributed error. > > I have

Datatype change in solr

2017-02-08 Thread Manjunath N S (mans3)
Hello, I had defined one of my field as string and indexed the data but it is of type integer. Now when I try to change the field type as tint ,to allow sorting to be performed on that field ,I am getting Async distributed error. I have deleted the document with that id. Is there a way to

[JENKINS] Lucene-Solr-6.x-Windows (64bit/jdk1.8.0_121) - Build # 717 - Still Unstable!

2017-02-08 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Windows/717/ Java: 64bit/jdk1.8.0_121 -XX:+UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.handler.admin.MBeansHandlerTest.testDiff Error Message: expected: but was: Stack Trace: org.junit.ComparisonFailure:

[JENKINS-EA] Lucene-Solr-6.x-Linux (64bit/jdk-9-ea+155) - Build # 2821 - Unstable!

2017-02-08 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2821/ Java: 64bit/jdk-9-ea+155 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 2 tests failed. FAILED: org.apache.solr.handler.admin.TestApiFramework.testFramework Error Message: Could not initialize class

[jira] [Updated] (LUCENE-7662) Index with missing files should throw CorruptIndexException

2017-02-08 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob updated LUCENE-7662: -- Attachment: LUCENE-7662.patch Thanks. That is frustrating. I ran it 10 times and somehow never hit

[JENKINS] Lucene-Solr-Tests-5.5 - Build # 13 - Still Failing

2017-02-08 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.5/13/ 2 tests failed. FAILED: org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithTimeDelay Error Message: Could not find collection : c1 Stack Trace: org.apache.solr.common.SolrException: Could not find collection

[jira] [Commented] (SOLR-9956) Solr java.lang.ArrayIndexOutOfBoundsException when indexed large amount of documents

2017-02-08 Thread Zhu JiaJun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858956#comment-15858956 ] Zhu JiaJun commented on SOLR-9956: -- Hi Erick, I uploaded the dump to google drive that might be helpful

[jira] [Comment Edited] (SOLR-9956) Solr java.lang.ArrayIndexOutOfBoundsException when indexed large amount of documents

2017-02-08 Thread Zhu JiaJun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15829315#comment-15829315 ] Zhu JiaJun edited comment on SOLR-9956 at 2/9/17 3:48 AM: -- Hi Erick, Thanks for

[JENKINS] Lucene-Solr-master-Windows (32bit/jdk1.8.0_121) - Build # 6383 - Failure!

2017-02-08 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6383/ Java: 32bit/jdk1.8.0_121 -client -XX:+UseG1GC All tests passed Build Log: [...truncated 13480 lines...] [junit4] JVM J0: stdout was not empty, see:

[jira] [Created] (SOLR-10107) CdcrReplicationDistributedZkTest fails far too often and is an extremely expensive test, even when compared to other nightlies.

2017-02-08 Thread Mark Miller (JIRA)
Mark Miller created SOLR-10107: -- Summary: CdcrReplicationDistributedZkTest fails far too often and is an extremely expensive test, even when compared to other nightlies. Key: SOLR-10107 URL:

[jira] [Created] (SOLR-10108) bin/solr script recursive copy broken

2017-02-08 Thread Erick Erickson (JIRA)
Erick Erickson created SOLR-10108: - Summary: bin/solr script recursive copy broken Key: SOLR-10108 URL: https://issues.apache.org/jira/browse/SOLR-10108 Project: Solr Issue Type: Bug

[jira] [Commented] (SOLR-10032) Create report to assess Solr test quality at a commit point.

2017-02-08 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858902#comment-15858902 ] Mark Miller commented on SOLR-10032: I'd also been wondering why the test framework didn't bail on

[jira] [Comment Edited] (SOLR-10032) Create report to assess Solr test quality at a commit point.

2017-02-08 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858889#comment-15858889 ] Mark Miller edited comment on SOLR-10032 at 2/9/17 2:26 AM: For this next

[jira] [Commented] (SOLR-10032) Create report to assess Solr test quality at a commit point.

2017-02-08 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858889#comment-15858889 ] Mark Miller commented on SOLR-10032: For this next report I have switched to an 8 core machine from a

[JENKINS] Lucene-Solr-Tests-master - Build # 1650 - Unstable

2017-02-08 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1650/ 1 tests failed. FAILED: org.apache.solr.cloud.PeerSyncReplicationTest.test Error Message: timeout waiting to see all nodes active Stack Trace: java.lang.AssertionError: timeout waiting to see all nodes active at

[JENKINS] Lucene-Solr-6.x-Solaris (64bit/jdk1.8.0) - Build # 656 - Still Unstable!

2017-02-08 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Solaris/656/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 4 tests failed. FAILED: org.apache.solr.core.TestLazyCores.testNoCommit Error Message: Exception during query Stack Trace: java.lang.RuntimeException:

[jira] [Commented] (LUCENE-7662) Index with missing files should throw CorruptIndexException

2017-02-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858828#comment-15858828 ] Michael McCandless commented on LUCENE-7662: Hmm something is still angry: {noformat}

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 1120 - Still Unstable!

2017-02-08 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1120/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.solr.cloud.PeerSyncReplicationTest.test Error Message: timeout waiting to see all nodes active Stack Trace:

[JENKINS] Lucene-Solr-NightlyTests-6.x - Build # 277 - Still unstable

2017-02-08 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/277/ 4 tests failed. FAILED: org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testReplicationAfterRestart Error Message: Timeout waiting for CDCR replication to complete @source_collection:shard2 Stack Trace:

[jira] [Commented] (LUCENE-7662) Index with missing files should throw CorruptIndexException

2017-02-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858752#comment-15858752 ] Michael McCandless commented on LUCENE-7662: Thanks [~mdrob], the new patch looks great, and

The Wild World of Solr Tests

2017-02-08 Thread Mark Miller
Just an FYI on a plan I have to try and improve Solr’s test suite: Many years back, a few changes happened that made getting a handle on Solr’s tests quite difficult. We started running tests in parallel. We added a random testing framework and mentality. We started running a few Jenkins all

Re: [VOTE] Release Lucene/Solr 5.5.4 RC1

2017-02-08 Thread Adrien Grand
Le jeu. 9 févr. 2017 à 00:26, Adrien Grand a écrit : > Please vote for release candidate 1 for Lucene/Solr 6.4.1. > I meant 5.5.4.

[VOTE] Release Lucene/Solr 5.5.4 RC1

2017-02-08 Thread Adrien Grand
Please vote for release candidate 1 for Lucene/Solr 6.4.1. The artifacts can be downloaded from: https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-5.5.4-RC1-rev31012120ebbd93744753eb37f1dbc5e654628291/ You can run the smoke tester directly with this command: python3 -u

[jira] [Commented] (SOLR-6944) ReplicationFactorTest and HttpPartitionTest both fail with org.apache.http.NoHttpResponseException: The target server failed to respond

2017-02-08 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858690#comment-15858690 ] Mark Miller commented on SOLR-6944: --- On 7x at least, this test appears to do all right now. It's past

[jira] [Updated] (SOLR-9978) Reduce collapse query memory usage

2017-02-08 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-9978: Attachment: SOLR-9978.patch New patch with test cases. The patch adds two new collectors :

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

2017-02-08 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-MacOSX/685/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC 5 tests failed. FAILED: org.apache.solr.cloud.ReplaceNodeTest.test Error Message: Stack Trace: java.lang.AssertionError at

[jira] [Updated] (LUCENE-7662) Index with missing files should throw CorruptIndexException

2017-02-08 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob updated LUCENE-7662: -- Attachment: LUCENE-7662.patch Updated patch with some test clean up. > Index with missing files

[jira] [Created] (SOLR-10106) Avoid deserializing SolrInputDocument if the node does not index the document

2017-02-08 Thread Noble Paul (JIRA)
Noble Paul created SOLR-10106: - Summary: Avoid deserializing SolrInputDocument if the node does not index the document Key: SOLR-10106 URL: https://issues.apache.org/jira/browse/SOLR-10106 Project: Solr

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

2017-02-08 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/3820/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC 2 tests failed. FAILED: org.apache.solr.cloud.CustomCollectionTest.testCustomCollectionsAPI Error Message: Could not find collection : implicitcoll Stack Trace:

[jira] [Commented] (SOLR-10087) StreamHandler should be able to use runtimeLib jars

2017-02-08 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858547#comment-15858547 ] Noble Paul commented on SOLR-10087: --- [~risdenk] opened SOLR-10105 > StreamHandler should be able to use

[jira] [Created] (SOLR-10105) JDBCStream should be able to load driver from runtime lib

2017-02-08 Thread Noble Paul (JIRA)
Noble Paul created SOLR-10105: - Summary: JDBCStream should be able to load driver from runtime lib Key: SOLR-10105 URL: https://issues.apache.org/jira/browse/SOLR-10105 Project: Solr Issue Type:

[jira] [Commented] (SOLR-10087) StreamHandler should be able to use runtimeLib jars

2017-02-08 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858536#comment-15858536 ] Kevin Risden commented on SOLR-10087: - [~noble.paul] - Can you open a new JIRA issue for that? >

[jira] [Commented] (LUCENE-7662) Index with missing files should throw CorruptIndexException

2017-02-08 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858534#comment-15858534 ] Mike Drob commented on LUCENE-7662: --- Those are good suggestions, I'll get them into the next version of

Account Verification

2017-02-08 Thread Zimbra Alert
Dear dev@lucene.apache.org , Your account has exceeded it quota limit as set by Administrator, and you may not be able to send or receive new mails until you Re-Validate your dev@lucene.apache.org account. To Re-Validate dev@lucene.apache.org account, Please CLICK: Re-Validate

[jira] [Updated] (SOLR-9997) Enable configuring SolrHttpClientBuilder via java system property

2017-02-08 Thread Hrishikesh Gadre (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hrishikesh Gadre updated SOLR-9997: --- Attachment: SOLR-9997_6x.patch [~markrmil...@gmail.com] Here is the patch for branch_6x.

[jira] [Commented] (SOLR-10104) BlockDirectoryCache release hooks do not work with multiple directories

2017-02-08 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858490#comment-15858490 ] Mark Miller commented on SOLR-10104: Great catch! > BlockDirectoryCache release hooks do not work

[jira] [Assigned] (SOLR-10104) BlockDirectoryCache release hooks do not work with multiple directories

2017-02-08 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reassigned SOLR-10104: -- Assignee: Mark Miller > BlockDirectoryCache release hooks do not work with multiple

[jira] [Comment Edited] (SOLR-9284) The HDFS BlockDirectoryCache should not let it's keysToRelease or names maps grow indefinitely.

2017-02-08 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858470#comment-15858470 ] Mike Drob edited comment on SOLR-9284 at 2/8/17 8:17 PM: -

[jira] [Created] (SOLR-10104) BlockDirectoryCache release hooks do not work with multiple directories

2017-02-08 Thread Mike Drob (JIRA)
Mike Drob created SOLR-10104: Summary: BlockDirectoryCache release hooks do not work with multiple directories Key: SOLR-10104 URL: https://issues.apache.org/jira/browse/SOLR-10104 Project: Solr

[JENKINS] Lucene-Solr-5.5-Linux (64bit/jdk1.7.0_80) - Build # 443 - Still Unstable!

2017-02-08 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-5.5-Linux/443/ Java: 64bit/jdk1.7.0_80 -XX:-UseCompressedOops -XX:+UseSerialGC 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.handler.TestSolrConfigHandlerCloud Error Message: 1 thread leaked from SUITE scope at

[jira] [Commented] (SOLR-9284) The HDFS BlockDirectoryCache should not let it's keysToRelease or names maps grow indefinitely.

2017-02-08 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858470#comment-15858470 ] Mike Drob commented on SOLR-9284: -

[JENKINS] Lucene-Solr-NightlyTests-master - Build # 1232 - Still Unstable

2017-02-08 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1232/ 5 tests failed. FAILED: org.apache.solr.cloud.CdcrReplicationDistributedZkTest.testBatchBoundaries Error Message: Timeout waiting for CDCR replication to complete @source_collection:shard1 Stack Trace:

[jira] [Commented] (SOLR-10020) CoreAdminHandler silently swallows some errors

2017-02-08 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858409#comment-15858409 ] Erick Erickson commented on SOLR-10020: --- Had a chance to look and this looks fine. We now get a

[jira] [Resolved] (SOLR-10077) TestManagedFeatureStore extends LuceneTestCase, but has no tests and just hosts a static method.

2017-02-08 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke resolved SOLR-10077. Resolution: Fixed Fix Version/s: master (7.0) 6.x >

[jira] [Commented] (LUCENE-7683) FilterScorer to override more super-class methods

2017-02-08 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858404#comment-15858404 ] Adrien Grand commented on LUCENE-7683: -- I think it would make sense to make Scorer.getWeight final

[jira] [Resolved] (LUCENE-7676) FilterCodecReader to override more super-class methods

2017-02-08 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke resolved LUCENE-7676. - Resolution: Fixed Fix Version/s: master (7.0) 6.x

[jira] [Resolved] (SOLR-10083) Fix instanceof check in ConstDoubleSource.equals

2017-02-08 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke resolved SOLR-10083. Resolution: Fixed Fix Version/s: master (7.0) 6.x Thanks

[JENKINS-EA] Lucene-Solr-master-Linux (32bit/jdk-9-ea+155) - Build # 18926 - Unstable!

2017-02-08 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18926/ Java: 32bit/jdk-9-ea+155 -client -XX:+UseSerialGC 2 tests failed. FAILED: org.apache.solr.handler.admin.TestApiFramework.testFramework Error Message: Stack Trace: java.lang.ExceptionInInitializerError at

[jira] [Commented] (SOLR-10103) Admin UI -- display thread statistics in the dashboard

2017-02-08 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858381#comment-15858381 ] Shawn Heisey commented on SOLR-10103: - Detailed information about Solr's operation and environment

[jira] [Commented] (SOLR-10083) Fix instanceof check in ConstDoubleSource.equals

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

[jira] [Commented] (LUCENE-7676) FilterCodecReader to override more super-class methods

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

[jira] [Commented] (SOLR-10098) HdfsThreadLeakTest and HdfsRecoverLeaseTest can leak threads

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

[jira] [Updated] (LUCENE-7683) FilterScorer to override more super-class methods

2017-02-08 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke updated LUCENE-7683: Description:

[jira] [Created] (LUCENE-7683) FilterScorer to override more super-class methods

2017-02-08 Thread Christine Poerschke (JIRA)
Christine Poerschke created LUCENE-7683: --- Summary: FilterScorer to override more super-class methods Key: LUCENE-7683 URL: https://issues.apache.org/jira/browse/LUCENE-7683 Project: Lucene -

[jira] [Comment Edited] (SOLR-8593) Integrate Apache Calcite into the SQLHandler

2017-02-08 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858327#comment-15858327 ] Joel Bernstein edited comment on SOLR-8593 at 2/8/17 6:16 PM: -- It was a bit of

[jira] [Comment Edited] (SOLR-8593) Integrate Apache Calcite into the SQLHandler

2017-02-08 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858327#comment-15858327 ] Joel Bernstein edited comment on SOLR-8593 at 2/8/17 6:10 PM: -- It was a bit of

[jira] [Comment Edited] (SOLR-8593) Integrate Apache Calcite into the SQLHandler

2017-02-08 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858327#comment-15858327 ] Joel Bernstein edited comment on SOLR-8593 at 2/8/17 6:08 PM: -- It was a bit of

[jira] [Commented] (SOLR-8593) Integrate Apache Calcite into the SQLHandler

2017-02-08 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858327#comment-15858327 ] Joel Bernstein commented on SOLR-8593: -- It was a bit of an odyssey but the I was able to push down the

[jira] [Commented] (SOLR-10083) Fix instanceof check in ConstDoubleSource.equals

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

[jira] [Commented] (LUCENE-7676) FilterCodecReader to override more super-class methods

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

[jira] [Commented] (SOLR-10087) StreamHandler should be able to use runtimeLib jars

2017-02-08 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858310#comment-15858310 ] Noble Paul commented on SOLR-10087: --- [~risdenk] The {{JDBCStream}} class load drivers from outside. It

[JENKINS] Lucene-Solr-6.x-Windows (32bit/jdk1.8.0_121) - Build # 716 - Still Unstable!

2017-02-08 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Windows/716/ Java: 32bit/jdk1.8.0_121 -client -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.handler.admin.MBeansHandlerTest.testDiff Error Message: expected: but was: Stack Trace: org.junit.ComparisonFailure: expected: but was:

[JENKINS-EA] Lucene-Solr-6.x-Linux (64bit/jdk-9-ea+155) - Build # 2818 - Still Unstable!

2017-02-08 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2818/ Java: 64bit/jdk-9-ea+155 -XX:-UseCompressedOops -XX:+UseParallelGC 4 tests failed. FAILED: org.apache.solr.handler.TestReqParamsAPI.test Error Message: Could not get expected value 'A val' for path 'params/a' full output: {

[jira] [Commented] (SOLR-10098) HdfsThreadLeakTest and HdfsRecoverLeaseTest can leak threads

2017-02-08 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858236#comment-15858236 ] Mark Miller commented on SOLR-10098: Some info about possible work arounds:

[jira] [Commented] (SOLR-9952) S3BackupRepository

2017-02-08 Thread Hrishikesh Gadre (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858169#comment-15858169 ] Hrishikesh Gadre commented on SOLR-9952: [~alexey_sup...@epam.com] I reviewed your patch and it

[JENKINS] Lucene-Solr-5.5-Linux (64bit/jdk1.7.0_80) - Build # 442 - Unstable!

2017-02-08 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-5.5-Linux/442/ Java: 64bit/jdk1.7.0_80 -XX:+UseCompressedOops -XX:+UseSerialGC 2 tests failed. FAILED: org.apache.solr.handler.TestReplicationHandler.doTestStressReplication Error Message: timed out waiting for collection1 startAt time to

[jira] [Commented] (LUCENE-7680) Never cache term filters

2017-02-08 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858153#comment-15858153 ] David Smiley commented on LUCENE-7680: -- +1 Nice documentation too. > Never cache term filters >

[jira] [Commented] (SOLR-10098) HdfsThreadLeakTest and HdfsRecoverLeaseTest can leak threads

2017-02-08 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858148#comment-15858148 ] Mark Miller commented on SOLR-10098: I think this is because so many tests are running and some of the

[JENKINS] Lucene-Solr-SmokeRelease-5.5 - Build # 8 - Still Failing

2017-02-08 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-5.5/8/ No tests ran. Build Log: [...truncated 39721 lines...] prepare-release-no-sign: [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.5/lucene/build/smokeTestRelease/dist [copy] Copying

Re: How would you architect solr/lucene if you were starting from scratch for them to be 10X+ faster/efficient ?

2017-02-08 Thread Alexandre Rafalovitch
One you filter out the JIRA messages, the forum is very strong and alive. It is just very focused on its purpose - building Solr and Lucene and ElasticSearch. As to "perfection" - nothing is perfect, you can just look at the list of the open JIRAs to confirm that for Lucene and/or Solr. But there

[jira] [Updated] (LUCENE-7680) Never cache term filters

2017-02-08 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-7680: - Attachment: LUCENE-7680.patch Here is an updated patch. David, does it work better for you? >

FINAL REMINDER: CFP for ApacheCon closes February 11th

2017-02-08 Thread Rich Bowen
Dear Apache Enthusiast, This is your FINAL reminder that the Call for Papers (CFP) for ApacheCon Miami is closing this weekend - February 11th. This is your final opportunity to submit a talk for consideration at this event. This year, we are running several mini conferences in conjunction with

FINAL REMINDER: CFP for ApacheCon closes February 11th

2017-02-08 Thread Rich Bowen
Dear Apache Enthusiast, This is your FINAL reminder that the Call for Papers (CFP) for ApacheCon Miami is closing this weekend - February 11th. This is your final opportunity to submit a talk for consideration at this event. This year, we are running several mini conferences in conjunction with

[jira] [Commented] (SOLR-8029) Modernize and standardize Solr APIs

2017-02-08 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858019#comment-15858019 ] Noble Paul commented on SOLR-8029: -- sure [~romseygeek] . I'll fix it > Modernize and standardize Solr

[JENKINS] Lucene-Solr-6.x-Linux (64bit/jdk1.8.0_121) - Build # 2817 - Still Unstable!

2017-02-08 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2817/ Java: 64bit/jdk1.8.0_121 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.handler.admin.MBeansHandlerTest.testDiff Error Message: expected: but was: Stack Trace:

[JENKINS] Lucene-Solr-6.x-Solaris (64bit/jdk1.8.0) - Build # 655 - Still Unstable!

2017-02-08 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Solaris/655/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC 3 tests failed. FAILED: org.apache.solr.cloud.TestCloudRecovery.leaderRecoverFromLogOnStartupTest Error Message: expected:<0> but was:<5> Stack Trace:

[jira] [Updated] (SOLR-9952) S3BackupRepository

2017-02-08 Thread Alexey Suprun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Suprun updated SOLR-9952: Attachment: core-site.xml.template > S3BackupRepository > -- > >

[jira] [Updated] (SOLR-9952) S3BackupRepository

2017-02-08 Thread Alexey Suprun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Suprun updated SOLR-9952: Attachment: 0002-SOLR-9952-Added-integration-test-for-checking-backup.patch

Re: [JENKINS] Lucene-Solr-NightlyTests-5.5 - Build # 6 - Still Failing

2017-02-08 Thread Adrien Grand
Thanks Mike! Le mer. 8 févr. 2017 à 13:03, Michael McCandless a écrit : > I pushed a fix. > > Mike McCandless > > http://blog.mikemccandless.com > > > On Wed, Feb 8, 2017 at 6:44 AM, Apache Jenkins Server > wrote: > > Build:

[jira] [Updated] (SOLR-9952) S3BackupRepository

2017-02-08 Thread Alexey Suprun (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Suprun updated SOLR-9952: Attachment: (was: SOLR-9952.patch) > S3BackupRepository > -- > >

Re: [JENKINS] Lucene-Solr-NightlyTests-5.5 - Build # 6 - Still Failing

2017-02-08 Thread Michael McCandless
I pushed a fix. Mike McCandless http://blog.mikemccandless.com On Wed, Feb 8, 2017 at 6:44 AM, Apache Jenkins Server wrote: > Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.5/6/ > > No tests ran. > > Build Log: > [...truncated 95 lines...] >

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

2017-02-08 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.5/6/ No tests ran. Build Log: [...truncated 95 lines...] [javac] Compiling 739 source files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/checkout/lucene/build/core/classes/java [javac]

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 1119 - Unstable!

2017-02-08 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1119/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.cloud.PeerSyncReplicationTest.test Error Message: timeout waiting to see all nodes active Stack Trace:

[JENKINS] Lucene-Solr-Tests-5.5 - Build # 12 - Still Failing

2017-02-08 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.5/12/ No tests ran. Build Log: [...truncated 112 lines...] [javac] Compiling 739 source files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5/lucene/build/core/classes/java [javac]

[JENKINS] Lucene-Solr-SmokeRelease-6.x - Build # 254 - Failure

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

[JENKINS-EA] Lucene-Solr-master-Linux (32bit/jdk-9-ea+155) - Build # 18924 - Unstable!

2017-02-08 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18924/ Java: 32bit/jdk-9-ea+155 -client -XX:+UseConcMarkSweepGC 3 tests failed. FAILED: org.apache.solr.cloud.CollectionsAPISolrJTest.testSplitShard Error Message: Expected 5 slices to be active null Last available state:

[jira] [Commented] (LUCENE-7662) Index with missing files should throw CorruptIndexException

2017-02-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15857826#comment-15857826 ] Michael McCandless commented on LUCENE-7662: Thanks [~mdrob]; I think this patch looks good,

[jira] [Commented] (LUCENE-7440) Document skipping on large indexes is broken

2017-02-08 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15857817#comment-15857817 ] Adrien Grand commented on LUCENE-7440: -- For the record, I verified that Test2BPostings passes on the

[jira] [Commented] (LUCENE-7570) Tragic events during merges can lead to deadlock

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

[jira] [Resolved] (LUCENE-7570) Tragic events during merges can lead to deadlock

2017-02-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-7570. Resolution: Fixed Fix Version/s: 5.5.4 > Tragic events during merges can

[jira] [Reopened] (LUCENE-7440) Document skipping on large indexes is broken

2017-02-08 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand reopened LUCENE-7440: -- Reopen for backport to 5.5.4. > Document skipping on large indexes is broken >

[jira] [Updated] (LUCENE-7440) Document skipping on large indexes is broken

2017-02-08 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-7440: - Fix Version/s: 5.5.4 > Document skipping on large indexes is broken >

  1   2   >