[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_20-ea-b21) - Build # 4191 - Failure!

2014-07-16 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4191/ Java: 32bit/jdk1.8.0_20-ea-b21 -client -XX:+UseParallelGC All tests passed Build Log: [...truncated 51837 lines...] BUILD FAILED C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error

[jira] [Created] (LUCENE-5827) Make all Directory implementations correctly fail with IllegalArgumentException if slices are out of bounds

2014-07-16 Thread Uwe Schindler (JIRA)
Uwe Schindler created LUCENE-5827: - Summary: Make all Directory implementations correctly fail with IllegalArgumentException if slices are out of bounds Key: LUCENE-5827 URL:

[jira] [Resolved] (LUCENE-5681) Fix RAMDirectory's IndexInput to not double-buffer on slice()

2014-07-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-5681. --- Resolution: Fixed Fix RAMDirectory's IndexInput to not double-buffer on slice()

[jira] [Updated] (LUCENE-5827) Make all Directory implementations correctly fail with IllegalArgumentException if slices are out of bounds

2014-07-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-5827: -- Attachment: LUCENE-5827.patch Simple patch. Test now passes. Make all Directory

[jira] [Created] (LUCENE-5828) Improve BufferedIndexInput.SlicedIndexInput to directly delegate

2014-07-16 Thread Uwe Schindler (JIRA)
Uwe Schindler created LUCENE-5828: - Summary: Improve BufferedIndexInput.SlicedIndexInput to directly delegate Key: LUCENE-5828 URL: https://issues.apache.org/jira/browse/LUCENE-5828 Project: Lucene -

[jira] [Resolved] (LUCENE-5827) Make all Directory implementations correctly fail with IllegalArgumentException if slices are out of bounds

2014-07-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-5827. --- Resolution: Fixed Fix Version/s: 4.10 5.0 Make all Directory

[jira] [Commented] (LUCENE-5828) Improve BufferedIndexInput.SlicedIndexInput to directly delegate

2014-07-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14063327#comment-14063327 ] Uwe Schindler commented on LUCENE-5828: --- This would also simplify the LUCENE-5681

[JENKINS] Lucene-trunk-Linux-java7-64-analyzers - Build # 10272 - Failure!

2014-07-16 Thread builder
Build: builds.flonkings.com/job/Lucene-trunk-Linux-java7-64-analyzers/10272/ 1 tests failed. REGRESSION: org.apache.lucene.analysis.core.TestRandomChains.testRandomChains Error Message: startOffset must be non-negative, and endOffset must be = startOffset, startOffset=5,endOffset=4 Stack

[jira] [Updated] (LUCENE-5828) Improve BufferedIndexInput.SlicedIndexInput to directly delegate

2014-07-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-5828: -- Attachment: LUCENE-5828.patch Patch. Improve BufferedIndexInput.SlicedIndexInput to

[jira] [Commented] (LUCENE-5828) Improve BufferedIndexInput.SlicedIndexInput to directly delegate

2014-07-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14063372#comment-14063372 ] Robert Muir commented on LUCENE-5828: - Is this really correct? if i make a slice 0-5

[jira] [Commented] (SOLR-6156) Exception while using group with timeAllowed on SolrCloud.

2014-07-16 Thread Modassar Ather (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14063390#comment-14063390 ] Modassar Ather commented on SOLR-6156: -- While debugging found that the create() method

[jira] [Commented] (LUCENE-5828) Improve BufferedIndexInput.SlicedIndexInput to directly delegate

2014-07-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14063394#comment-14063394 ] Uwe Schindler commented on LUCENE-5828: --- Robert: That is the issue I am targeting

[jira] [Updated] (LUCENE-5828) Improve BufferedIndexInput.SlicedIndexInput to directly delegate

2014-07-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-5828: -- Attachment: LUCENE-5828.patch Patch with bounds checks. Like other impls I did not add

[jira] [Commented] (LUCENE-5828) Improve BufferedIndexInput.SlicedIndexInput to directly delegate

2014-07-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14063410#comment-14063410 ] Robert Muir commented on LUCENE-5828: - I dont think we should do this: its going to

[jira] [Commented] (LUCENE-5828) Improve BufferedIndexInput.SlicedIndexInput to directly delegate

2014-07-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14063416#comment-14063416 ] Uwe Schindler commented on LUCENE-5828: --- Thanks Robert! I expected that already,

[jira] [Updated] (LUCENE-5828) Improve BufferedIndexInput.SlicedIndexInput to directly delegate

2014-07-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-5828: -- Component/s: core/store Improve BufferedIndexInput.SlicedIndexInput to directly delegate

[jira] [Closed] (LUCENE-5828) Improve BufferedIndexInput.SlicedIndexInput to directly delegate

2014-07-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler closed LUCENE-5828. - Resolution: Won't Fix Improve BufferedIndexInput.SlicedIndexInput to directly delegate

[jira] [Commented] (SOLR-5746) solr.xml parsing of str vs int vs bool is brittle; fails silently; expects odd type for shareSchema

2014-07-16 Thread Maciej Zasada (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14063425#comment-14063425 ] Maciej Zasada commented on SOLR-5746: - Hi [~hossman], thanks for the code review and

Examples of multi-core same Solr instance test cases?

2014-07-16 Thread Joel Bernstein
Anybody know of any Solr test cases that exercise two Solr cores in the same Solr instance? Thanks

Re: svn commit: r1610909 - /lucene/dev/trunk/solr/core/src/test/org/apache/solr/schema/TestCloudSchemaless.java

2014-07-16 Thread Steve Rowe
Thanks Shalin! - Steve On Jul 16, 2014, at 1:02 AM, sha...@apache.org wrote: Author: shalin Date: Wed Jul 16 05:02:36 2014 New Revision: 1610909 URL: http://svn.apache.org/r1610909 Log: SOLR-6137: Fix off-by-one error in array access Modified:

[jira] [Resolved] (SOLR-6232) Allow cores that have failed to init to be deleted via CoreAdminHandler

2014-07-16 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved SOLR-6232. - Resolution: Fixed Fix Version/s: 4.10 Allow cores that have failed to init to be deleted

[jira] [Commented] (SOLR-5746) solr.xml parsing of str vs int vs bool is brittle; fails silently; expects odd type for shareSchema

2014-07-16 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14063623#comment-14063623 ] Alan Woodward commented on SOLR-5746: - +1, some nice cleanups here. My only review

[jira] [Updated] (SOLR-5473) Split clusterstate.json per collection and watch states selectively

2014-07-16 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-5473: - Attachment: SOLR-5473-74.patch if theUrlList is empty , it makes sense to invalidate cache and fail

[JENKINS] Lucene-Solr-NightlyTests-4.x - Build # 579 - Still Failing

2014-07-16 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-4.x/579/ 2 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandlerBackup Error Message: 1 thread leaked from SUITE scope at org.apache.solr.handler.TestReplicationHandlerBackup: 1)

[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_20-ea-b21) - Build # 4192 - Still Failing!

2014-07-16 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4192/ Java: 32bit/jdk1.8.0_20-ea-b21 -client -XX:+UseConcMarkSweepGC All tests passed Build Log: [...truncated 51796 lines...] BUILD FAILED C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following

Re: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_20-ea-b21) - Build # 4192 - Still Failing!

2014-07-16 Thread Timothy Potter
This may have been caused by me but I don't understand ... ./solr/licenses/log4j-1.2.16.jar.sha1 came up as a problem when running precommit task, so I did jar-checksums and then committed the resulting sha1 file ... why is the source checkout dirty? On Wed, Jul 16, 2014 at 11:46 AM, Policeman

[jira] [Commented] (LUCENE-5826) Support proper hunspell case handling and related options

2014-07-16 Thread Ryan Ernst (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14063799#comment-14063799 ] Ryan Ernst commented on LUCENE-5826: Looks good. A couple minor comments. * Can the

[jira] [Commented] (LUCENE-5826) Support proper hunspell case handling and related options

2014-07-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14063821#comment-14063821 ] Robert Muir commented on LUCENE-5826: - Thanks for looking. hmm, I removed the TODO

Re: [JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_20-ea-b21) - Build # 4192 - Still Failing!

2014-07-16 Thread Mark Miller
Some bug in ivy around syncing jars if I remember right? I think you have to run clean-jars. This has happened before. -- Mark Miller about.me/markrmiller On July 16, 2014 at 10:53:15 AM, Timothy Potter (thelabd...@gmail.com) wrote: This may have been caused by me but I don't understand ...

[jira] [Commented] (LUCENE-5826) Support proper hunspell case handling and related options

2014-07-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14063855#comment-14063855 ] Robert Muir commented on LUCENE-5826: - I created a followup issue to try to factor

[jira] [Created] (LUCENE-5829) try to refactor main stem() loop of Hunspell stemmer

2014-07-16 Thread Robert Muir (JIRA)
Robert Muir created LUCENE-5829: --- Summary: try to refactor main stem() loop of Hunspell stemmer Key: LUCENE-5829 URL: https://issues.apache.org/jira/browse/LUCENE-5829 Project: Lucene - Core

[jira] [Commented] (SOLR-5473) Split clusterstate.json per collection and watch states selectively

2014-07-16 Thread Jessica Cheng (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14063857#comment-14063857 ] Jessica Cheng commented on SOLR-5473: - {quote}invalidate cache and fail{quote} I think

[jira] [Updated] (LUCENE-5825) Allowing the benchmarking algorithm to choose PostingsFormat

2014-07-16 Thread Varun V Shenoy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun V Shenoy updated LUCENE-5825: Attachment: patch_17_Jul_2014 Supports configurable Postings Format through

[jira] [Updated] (LUCENE-5825) Allowing the benchmarking algorithm to choose PostingsFormat

2014-07-16 Thread Varun V Shenoy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun V Shenoy updated LUCENE-5825: Attachment: (was: patch_17_Jul_2014) Allowing the benchmarking algorithm to choose

[jira] [Issue Comment Deleted] (LUCENE-5825) Allowing the benchmarking algorithm to choose PostingsFormat

2014-07-16 Thread Varun V Shenoy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun V Shenoy updated LUCENE-5825: Comment: was deleted (was: Supports configurable Postings Format through

[jira] [Updated] (LUCENE-5825) Allowing the benchmarking algorithm to choose PostingsFormat

2014-07-16 Thread Varun V Shenoy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun V Shenoy updated LUCENE-5825: Attachment: patch_17_Jul_2014 Supports configurable Postings Format through

[JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1168: POMs out of sync

2014-07-16 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1168/ 2 tests failed. FAILED: org.apache.solr.core.TestCoreContainer.testDeleteBadCores Error Message: Unable to create core [badcore] Stack Trace: org.apache.solr.common.SolrException: Unable to create core [badcore] at

[jira] [Resolved] (LUCENE-5826) Support proper hunspell case handling and related options

2014-07-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-5826. - Resolution: Fixed Fix Version/s: 4.10 5.0 Support proper hunspell

[jira] [Updated] (SOLR-2894) Implement distributed pivot faceting

2014-07-16 Thread Andrew Muldowney (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Muldowney updated SOLR-2894: --- Attachment: SOLR-2894.patch bq. Just to clarify: you are saying that bbc isn't included in

[jira] [Created] (SOLR-6252) Simplify UnInvertedField#getUnInvertedField synchronization module

2014-07-16 Thread Vamsee Yarlagadda (JIRA)
Vamsee Yarlagadda created SOLR-6252: --- Summary: Simplify UnInvertedField#getUnInvertedField synchronization module Key: SOLR-6252 URL: https://issues.apache.org/jira/browse/SOLR-6252 Project: Solr

[jira] [Updated] (SOLR-6252) Simplify UnInvertedField#getUnInvertedField synchronization module

2014-07-16 Thread Vamsee Yarlagadda (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vamsee Yarlagadda updated SOLR-6252: Attachment: SOLR-6252.patch Simplify UnInvertedField#getUnInvertedField synchronization

[jira] [Commented] (SOLR-6252) Simplify UnInvertedField#getUnInvertedField synchronization module

2014-07-16 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14064290#comment-14064290 ] Gregory Chanan commented on SOLR-6252: -- bq. // This thread will load this field, don't

[jira] [Updated] (SOLR-6252) Simplify UnInvertedField#getUnInvertedField synchronization module

2014-07-16 Thread Vamsee Yarlagadda (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vamsee Yarlagadda updated SOLR-6252: Attachment: SOLR-6252v2.patch Removed the extra comment as pointed by Greg. Simplify

[jira] [Commented] (SOLR-6251) incorrect 'missing required field' during update - document definitely has it

2014-07-16 Thread Nathan Neulinger (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14064477#comment-14064477 ] Nathan Neulinger commented on SOLR-6251: FYI. We finally tracked down the

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0_20-ea-b21) - Build # 10833 - Still Failing!

2014-07-16 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/10833/ Java: 64bit/jdk1.8.0_20-ea-b21 -XX:-UseCompressedOops -XX:+UseG1GC All tests passed Build Log: [...truncated 58865 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:467: The following error

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0_05) - Build # 10834 - Still Failing!

2014-07-16 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/10834/ Java: 64bit/jdk1.8.0_05 -XX:+UseCompressedOops -XX:+UseSerialGC 1 tests failed. REGRESSION: org.apache.lucene.uninverting.TestFieldCacheSort.testEmptyStringVsNullStringSort Error Message: Stack Trace: