[jira] [Updated] (SOLR-8562) BalanceShardUnique and Migrate should extend CollectionSpecificAdminRequest

2016-01-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-8562: Attachment: SOLR-8562.patch BalanceShardUnique and Migrate now extends

[jira] [Resolved] (SOLR-8564) ZK data directory being set incorrectly

2016-01-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker resolved SOLR-8564. - Resolution: Fixed Thanks Shai for the review! Committed for both 5.5 and trunk > ZK data

[jira] [Commented] (SOLR-8497) Merge Indexes doesn't close input directories on HDFS, causing HDFSLocalityReporter to log warnings once input directory is deleted.

2016-01-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105333#comment-15105333 ] Mark Miller commented on SOLR-8497: --- That HDFSLocalityReporter has a really ugly performance bug

[jira] [Assigned] (SOLR-8497) Merge Indexes doesn't close input directories on HDFS, causing HDFSLocalityReporter to log warnings once input directory is deleted.

2016-01-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reassigned SOLR-8497: - Assignee: Mark Miller > Merge Indexes doesn't close input directories on HDFS, causing >

[jira] [Commented] (LUCENE-6971) Remove StorableField, StoredDocument

2016-01-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105340#comment-15105340 ] Michael McCandless commented on LUCENE-6971: Woops, thanks [~thetaphi]! > Remove

Re: [CI] Lucene 5x Linux 64 Test Only - Build # 79308 - Failure!

2016-01-18 Thread Michael McCandless
I'll dig. Mike McCandless On Mon, Jan 18, 2016 at 7:18 AM, wrote: > *BUILD FAILURE* > > Build URL > http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/79308/ > Project: lucene_linux_java8_64_test_only > Randomization: JDK8,local,heap[512m],-server +UseG1GC >

[VOTE] Release Lucene/Solr 5.4.1 RC2

2016-01-18 Thread Adrien Grand
Please vote for the RC2 release candidate for Lucene/Solr 5.4.1 This release candidate contains 3 additional changes compared to the RC1: - SOLR-8496: multi-select faceting and getDocSet(List) can match deleted docs - SOLR-8418: Adapt to changes in LUCENE-6590 for use of boosts with MLTHandler

[jira] [Commented] (SOLR-8561) Add fallback to ZkController.getLeaderProps for a mixed 5.4-pre-5.4 deployments

2016-01-18 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105275#comment-15105275 ] Noble Paul commented on SOLR-8561: -- Looks fine to me why are we using the {{new

[jira] [Commented] (SOLR-8564) ZK data directory being set incorrectly

2016-01-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105308#comment-15105308 ] ASF subversion and git services commented on SOLR-8564: --- Commit 1725273 from

[jira] [Commented] (SOLR-8561) Add fallback to ZkController.getLeaderProps for a mixed 5.4-pre-5.4 deployments

2016-01-18 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105318#comment-15105318 ] Shai Erera commented on SOLR-8561: -- I did that because that's how {{ShardLeaderElectionContextBase}} did

[jira] [Updated] (SOLR-7907) Remove CLUSTERSTATUS related checks from the Overseer

2016-01-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-7907: Attachment: SOLR-7907.patch Updating patch to latest trunk. I'll commit this shortly > Remove

[jira] [Resolved] (LUCENE-6908) TestGeoUtils.testGeoRelations is buggy with irregular rectangles

2016-01-18 Thread Nicholas Knize (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicholas Knize resolved LUCENE-6908. Resolution: Fixed > TestGeoUtils.testGeoRelations is buggy with irregular rectangles >

[JENKINS-EA] Lucene-Solr-5.x-Linux (32bit/jdk-9-ea+95) - Build # 15286 - Failure!

2016-01-18 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/15286/ Java: 32bit/jdk-9-ea+95 -server -XX:+UseG1GC -XX:-CompactStrings 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.SaslZkACLProviderTest Error Message: 5 threads leaked from SUITE scope at

[jira] [Commented] (SOLR-8561) Add fallback to ZkController.getLeaderProps for a mixed 5.4-pre-5.4 deployments

2016-01-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105322#comment-15105322 ] Mark Miller commented on SOLR-8561: --- +1, looks good. I would say we *certainly* do not support rolling

[jira] [Commented] (SOLR-8564) ZK data directory being set incorrectly

2016-01-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105327#comment-15105327 ] ASF subversion and git services commented on SOLR-8564: --- Commit 1725279 from

[jira] [Updated] (SOLR-8564) ZK data directory being set incorrectly

2016-01-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-8564: Affects Version/s: 5.4.1 > ZK data directory being set incorrectly >

[jira] [Updated] (SOLR-8562) BalanceShardUnique and Migrate should extend CollectionSpecificAdminRequest

2016-01-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-8562: Fix Version/s: (was: 5.5) > BalanceShardUnique and Migrate should extend

[jira] [Commented] (SOLR-8522) ImplicitSnitch to support IPv4 based tags

2016-01-18 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15104904#comment-15104904 ] Noble Paul commented on SOLR-8522: -- It's OK whether you ad tags for host as well. just that it doesn't

[jira] [Updated] (SOLR-8562) BalanceShardUnique and Migrate should extend CollectionSpecificAdminRequest

2016-01-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-8562: Attachment: SOLR-8562.patch Same patch with an updated CHANGES entry. > BalanceShardUnique and

[jira] [Resolved] (LUCENE-6896) Fix/document various Similarity bugs around extreme norm values

2016-01-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-6896. - Resolution: Fixed I committed the fixes and tests. I did discard my changes (delta) to model P

[jira] [Commented] (LUCENE-6896) Fix/document various Similarity bugs around extreme norm values

2016-01-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15104905#comment-15104905 ] ASF subversion and git services commented on LUCENE-6896: - Commit 1725181 from

[jira] [Closed] (SOLR-8300) Use constants for the /overseer_elect znode

2016-01-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker closed SOLR-8300. --- Resolution: Fixed > Use constants for the /overseer_elect znode >

[jira] [Commented] (SOLR-8548) CorePropertiesLocator does NOT follow symlinks anymore

2016-01-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15104969#comment-15104969 ] ASF subversion and git services commented on SOLR-8548: --- Commit 1725196 from

[jira] [Commented] (SOLR-8561) Add fallback to ZkController.getLeaderProps for a mixed 5.4-pre-5.4 deployments

2016-01-18 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15104975#comment-15104975 ] Anshum Gupta commented on SOLR-8561: I read up the last couple of comments on the linked JIRA and the

[jira] [Commented] (SOLR-8548) CorePropertiesLocator does NOT follow symlinks anymore

2016-01-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15104991#comment-15104991 ] ASF subversion and git services commented on SOLR-8548: --- Commit 1725203 from

[jira] [Commented] (LUCENE-6975) Add dimensional "equals" query to match docs containing precisely a given value

2016-01-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105083#comment-15105083 ] Robert Muir commented on LUCENE-6975: - To me its the word "Dimensional" in these names that is the

[jira] [Commented] (LUCENE-6975) Add dimensional "equals" query to match docs containing precisely a given value

2016-01-18 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105093#comment-15105093 ] Alan Woodward commented on LUCENE-6975: --- bq. But what to use for Dim values? FloatValue wouldn't be

[jira] [Updated] (SOLR-8300) Use constants for the /overseer_elect znode

2016-01-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-8300: Fix Version/s: Trunk > Use constants for the /overseer_elect znode >

[jira] [Reopened] (SOLR-8300) Use constants for the /overseer_elect znode

2016-01-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker reopened SOLR-8300: - Re-opening it to add Trunk to the Fix Versions list since this had been committed to trunk too > Use

[jira] [Commented] (SOLR-8561) Add fallback to ZkController.getLeaderProps for a mixed 5.4-pre-5.4 deployments

2016-01-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105023#comment-15105023 ] Varun Thacker commented on SOLR-8561: - I noticed something while testing out manually. When you run

[jira] [Commented] (LUCENE-3929) org.apache.lucene.analysis.fr.FrenchAnalyzer could introduce french accent insensitive search.

2016-01-18 Thread Jon Harper (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105091#comment-15105091 ] Jon Harper commented on LUCENE-3929: [~rcmuir], Nice to know you have this is mind. Thanks for

[JENKINS-EA] Lucene-Solr-trunk-Linux (64bit/jdk-9-ea+95) - Build # 15580 - Failure!

2016-01-18 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/15580/ Java: 64bit/jdk-9-ea+95 -XX:-UseCompressedOops -XX:+UseSerialGC -XX:-CompactStrings 4 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.CollectionsAPIDistributedZkTest Error Message: 5 threads leaked from

[jira] [Resolved] (SOLR-8562) BalanceShardUnique and Migrate should extend CollectionSpecificAdminRequest

2016-01-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker resolved SOLR-8562. - Resolution: Won't Fix Marking this as won-fix . I think the current implementation is correct as

[jira] [Comment Edited] (SOLR-8562) BalanceShardUnique and Migrate should extend CollectionSpecificAdminRequest

2016-01-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15104968#comment-15104968 ] Varun Thacker edited comment on SOLR-8562 at 1/18/16 9:04 AM: -- Marking this as

[jira] [Created] (SOLR-8563) Collections API CREATEALIAS command sometimes time out

2016-01-18 Thread Young (JIRA)
Young created SOLR-8563: --- Summary: Collections API CREATEALIAS command sometimes time out Key: SOLR-8563 URL: https://issues.apache.org/jira/browse/SOLR-8563 Project: Solr Issue Type: Bug

[jira] [Commented] (LUCENE-6818) Implementing Divergence from Independence (DFI) Term-Weighting for Lucene/Solr

2016-01-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105012#comment-15105012 ] Robert Muir commented on LUCENE-6818: - Thanks [~iorixxx] ! The norms/spans tests were added in

[jira] [Commented] (SOLR-8561) Add fallback to ZkController.getLeaderProps for a mixed 5.4-pre-5.4 deployments

2016-01-18 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105014#comment-15105014 ] Ishan Chattopadhyaya commented on SOLR-8561: +1, LGTM. > Add fallback to

[jira] [Commented] (LUCENE-6818) Implementing Divergence from Independence (DFI) Term-Weighting for Lucene/Solr

2016-01-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105022#comment-15105022 ] ASF subversion and git services commented on LUCENE-6818: - Commit 1725210 from

[jira] [Resolved] (LUCENE-6818) Implementing Divergence from Independence (DFI) Term-Weighting for Lucene/Solr

2016-01-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-6818. - Resolution: Fixed > Implementing Divergence from Independence (DFI) Term-Weighting for

RE: [JENKINS-EA] Lucene-Solr-5.4-Linux (64bit/jdk-9-ea+95) - Build # 404 - Still Failing!

2016-01-18 Thread Uwe Schindler
Hi, The ignore of this test was not applied in 5.4. Let's simply ignore this fault. See https://issues.apache.org/jira/browse/PDFBOX-3155 for details. Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- >

[jira] [Updated] (SOLR-8561) Add fallback to ZkController.getLeaderProps for a mixed 5.4-pre-5.4 deployments

2016-01-18 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated SOLR-8561: - Attachment: SOLR-8561.patch Patch adds a CHANGES entry, currently under 5.4.1. I'd really like to get it

[jira] [Commented] (SOLR-8561) Add fallback to ZkController.getLeaderProps for a mixed 5.4-pre-5.4 deployments

2016-01-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15104971#comment-15104971 ] Varun Thacker commented on SOLR-8561: - Hi Shai, I'm taking a look at the patch now. > Add fallback to

[jira] [Commented] (SOLR-8562) BalanceShardUnique and Migrate should extend CollectionSpecificAdminRequest

2016-01-18 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15104970#comment-15104970 ] Shai Erera commented on SOLR-8562: -- Just a note, though not directly related here, that I find that

[jira] [Commented] (SOLR-8561) Add fallback to ZkController.getLeaderProps for a mixed 5.4-pre-5.4 deployments

2016-01-18 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15104983#comment-15104983 ] Shai Erera commented on SOLR-8561: -- Thanks [~anshumg]! [~varunthacker], I'll wait for your review as well.

[jira] [Created] (LUCENE-6981) SpanQuery.getTermContexts() static helper methods should be public

2016-01-18 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-6981: - Summary: SpanQuery.getTermContexts() static helper methods should be public Key: LUCENE-6981 URL: https://issues.apache.org/jira/browse/LUCENE-6981 Project: Lucene

[jira] [Resolved] (SOLR-8561) Add fallback to ZkController.getLeaderProps for a mixed 5.4-pre-5.4 deployments

2016-01-18 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera resolved SOLR-8561. -- Resolution: Fixed Fix Version/s: 5.4.1 5.5 Thanks [~anshumg],

[jira] [Commented] (SOLR-8561) Add fallback to ZkController.getLeaderProps for a mixed 5.4-pre-5.4 deployments

2016-01-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105056#comment-15105056 ] Varun Thacker commented on SOLR-8561: - Hi Shai, Shouldn't this be committed to trunk as well? What

[jira] [Updated] (LUCENE-6981) SpanQuery.getTermContexts() static helper methods should be public

2016-01-18 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-6981: -- Attachment: LUCENE-6981.patch Patch. Makes the two static methods on SpanQuery public, and

[jira] [Commented] (SOLR-8561) Add fallback to ZkController.getLeaderProps for a mixed 5.4-pre-5.4 deployments

2016-01-18 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15104972#comment-15104972 ] Adrien Grand commented on SOLR-8561: Thank you Varun! > Add fallback to ZkController.getLeaderProps

[jira] [Resolved] (SOLR-8548) CorePropertiesLocator does NOT follow symlinks anymore

2016-01-18 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved SOLR-8548. - Resolution: Fixed Fix Version/s: 5.5 Thanks Aaron. I set the search depth to 256, which

[jira] [Commented] (LUCENE-6818) Implementing Divergence from Independence (DFI) Term-Weighting for Lucene/Solr

2016-01-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15104996#comment-15104996 ] ASF subversion and git services commented on LUCENE-6818: - Commit 1725205 from

[jira] [Updated] (LUCENE-6818) Implementing Divergence from Independence (DFI) Term-Weighting for Lucene/Solr

2016-01-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-6818: Fix Version/s: 5.5 > Implementing Divergence from Independence (DFI) Term-Weighting for

[jira] [Commented] (SOLR-8561) Add fallback to ZkController.getLeaderProps for a mixed 5.4-pre-5.4 deployments

2016-01-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105016#comment-15105016 ] ASF subversion and git services commented on SOLR-8561: --- Commit 1725209 from [~shaie]

[JENKINS-EA] Lucene-Solr-5.4-Linux (64bit/jdk-9-ea+95) - Build # 404 - Still Failing!

2016-01-18 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.4-Linux/404/ Java: 64bit/jdk-9-ea+95 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC -XX:-CompactStrings 3 tests failed. FAILED: org.apache.solr.handler.dataimport.TestTikaEntityProcessor.testIndexingWithTikaEntityProcessor Error Message:

[jira] [Commented] (SOLR-8561) Add fallback to ZkController.getLeaderProps for a mixed 5.4-pre-5.4 deployments

2016-01-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105040#comment-15105040 ] ASF subversion and git services commented on SOLR-8561: --- Commit 1725212 from [~shaie]

[jira] [Commented] (SOLR-8558) Referencing an invalid query parser results in cryptic NPE

2016-01-18 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105043#comment-15105043 ] Christine Poerschke commented on SOLR-8558: --- bq. How about "not found" rather than "may not

[jira] [Commented] (SOLR-8561) Add fallback to ZkController.getLeaderProps for a mixed 5.4-pre-5.4 deployments

2016-01-18 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105095#comment-15105095 ] Shai Erera commented on SOLR-8561: -- I thought that it should, but didn't for two reasons: 1) On the

[JENKINS-MAVEN] Lucene-Solr-Maven-5.x #1161: POMs out of sync

2016-01-18 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-5.x/1161/ No tests ran. Build Log: [...truncated 24985 lines...] BUILD FAILED /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-5.x/build.xml:810: The following error occurred while executing this line:

[jira] [Comment Edited] (SOLR-8550) Add asynchronous DaemonStreams to the Streaming API

2016-01-18 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105594#comment-15105594 ] Joel Bernstein edited comment on SOLR-8550 at 1/18/16 6:00 PM: --- To give you

[jira] [Commented] (SOLR-8550) Add asynchronous DaemonStreams to the Streaming API

2016-01-18 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105538#comment-15105538 ] Kevin Risden commented on SOLR-8550: Any thoughts about how a daemon stream be

[jira] [Commented] (SOLR-8550) Add asynchronous DaemonStreams to the Streaming API

2016-01-18 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105576#comment-15105576 ] Joel Bernstein commented on SOLR-8550: -- I was thinking of adding simple admin commands to the /stream

[jira] [Commented] (SOLR-8550) Add asynchronous DaemonStreams to the Streaming API

2016-01-18 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105594#comment-15105594 ] Joel Bernstein commented on SOLR-8550: -- To give you an idea of where this is eventually headed,

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

2016-01-18 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-8029: - Attachment: SOLR-8029.patch > Modernize and standardize Solr APIs > --- >

[jira] [Created] (SOLR-8564) ZK data directory being set incorrectly

2016-01-18 Thread Varun Thacker (JIRA)
Varun Thacker created SOLR-8564: --- Summary: ZK data directory being set incorrectly Key: SOLR-8564 URL: https://issues.apache.org/jira/browse/SOLR-8564 Project: Solr Issue Type: Bug

[jira] [Updated] (SOLR-8550) Add asynchronous streams to the Streaming API

2016-01-18 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-8550: - Attachment: SOLR-8550.patch > Add asynchronous streams to the Streaming API >

[jira] [Updated] (SOLR-8550) Add asynchronous DaemonStreams to the Streaming API

2016-01-18 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-8550: - Summary: Add asynchronous DaemonStreams to the Streaming API (was: Add asynchronous streams to

[jira] [Updated] (SOLR-8550) Add asynchronous DaemonStreams to the Streaming API

2016-01-18 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-8550: - Description: Currently all streams in the Streaming API are synchronously *pulled* by a client.

[jira] [Updated] (SOLR-8550) Add asynchronous DaemonStreams to the Streaming API

2016-01-18 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-8550: - Description: Currently all streams in the Streaming API are synchronously *pulled* by a client.

[jira] [Commented] (LUCENE-6971) Remove StorableField, StoredDocument

2016-01-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105223#comment-15105223 ] ASF subversion and git services commented on LUCENE-6971: - Commit 1725251 from

[jira] [Resolved] (SOLR-8555) SearchGroupShardResponseProcessor (initialCapacity) tweaks

2016-01-18 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke resolved SOLR-8555. --- Resolution: Fixed Fix Version/s: Trunk 5.5 >

[jira] [Comment Edited] (SOLR-8550) Add asynchronous DaemonStreams to the Streaming API

2016-01-18 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15098459#comment-15098459 ] Joel Bernstein edited comment on SOLR-8550 at 1/18/16 12:07 PM: The general

[jira] [Commented] (SOLR-8562) BalanceShardUnique and Migrate should extend CollectionSpecificAdminRequest

2016-01-18 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105201#comment-15105201 ] Noble Paul commented on SOLR-8562: -- This is addressed in v2 APIs > BalanceShardUnique and Migrate should

[jira] [Updated] (LUCENE-6982) throw IAE on illegal bm25 parameter values

2016-01-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-6982: Attachment: LUCENE-6982.patch > throw IAE on illegal bm25 parameter values >

[JENKINS-EA] Lucene-Solr-5.4-Linux (32bit/jdk-9-ea+95) - Build # 405 - Still Failing!

2016-01-18 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.4-Linux/405/ Java: 32bit/jdk-9-ea+95 -server -XX:+UseSerialGC -XX:-CompactStrings 3 tests failed. FAILED: org.apache.solr.handler.dataimport.TestTikaEntityProcessor.testSkip Error Message: Stack Trace: java.lang.ExceptionInInitializerError

[jira] [Updated] (SOLR-8564) ZK data directory being set incorrectly

2016-01-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-8564: Affects Version/s: 5.4 > ZK data directory being set incorrectly >

[jira] [Updated] (SOLR-8564) ZK data directory being set incorrectly

2016-01-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-8564: Fix Version/s: (was: 5.4) 5.5 > ZK data directory being set incorrectly >

[jira] [Updated] (SOLR-8564) ZK data directory being set incorrectly

2016-01-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-8564: Attachment: SOLR-8564.patch This seems to fix the issue > ZK data directory being set incorrectly >

[jira] [Commented] (SOLR-8561) Add fallback to ZkController.getLeaderProps for a mixed 5.4-pre-5.4 deployments

2016-01-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105123#comment-15105123 ] Varun Thacker commented on SOLR-8561: - bq. I'll file a Jira for the directory structure change in the

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 3923 - Still Failing

2016-01-18 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/3923/ 3 tests failed. FAILED: org.apache.solr.hadoop.MorphlineMapperTest.testMapper Error Message: Malformed / non-existent locale: near: { #

[jira] [Commented] (SOLR-8562) BalanceShardUnique and Migrate should extend CollectionSpecificAdminRequest

2016-01-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105193#comment-15105193 ] Varun Thacker commented on SOLR-8562: - bq. Just a note, though not directly related here, that I find

[jira] [Comment Edited] (SOLR-8550) Add asynchronous DaemonStreams to the Streaming API

2016-01-18 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15102979#comment-15102979 ] Joel Bernstein edited comment on SOLR-8550 at 1/18/16 12:08 PM: First

[jira] [Comment Edited] (SOLR-8550) Add asynchronous DaemonStreams to the Streaming API

2016-01-18 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15102985#comment-15102985 ] Joel Bernstein edited comment on SOLR-8550 at 1/18/16 12:07 PM: Added an

[jira] [Created] (LUCENE-6982) throw IAE on illegal bm25 parameter values

2016-01-18 Thread Robert Muir (JIRA)
Robert Muir created LUCENE-6982: --- Summary: throw IAE on illegal bm25 parameter values Key: LUCENE-6982 URL: https://issues.apache.org/jira/browse/LUCENE-6982 Project: Lucene - Core Issue Type:

[jira] [Commented] (LUCENE-6975) Add dimensional "equals" query to match docs containing precisely a given value

2016-01-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105112#comment-15105112 ] Robert Muir commented on LUCENE-6975: - Well I do think we should avoid "Value" unless it adds some

[jira] [Commented] (LUCENE-6975) Add dimensional "equals" query to match docs containing precisely a given value

2016-01-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105121#comment-15105121 ] Robert Muir commented on LUCENE-6975: - i do like your idea, those are just some devil's advocate

[jira] [Commented] (SOLR-8564) ZK data directory being set incorrectly

2016-01-18 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105122#comment-15105122 ] Shai Erera commented on SOLR-8564: -- +1! > ZK data directory being set incorrectly >

[jira] [Commented] (LUCENE-6971) Remove StorableField, StoredDocument

2016-01-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105224#comment-15105224 ] Uwe Schindler commented on LUCENE-6971: --- Hi Mike, I found one more mentioning of this in the

[VOTE] Release Lucene/Solr 5.3.2-RC2

2016-01-18 Thread Anshum Gupta
Please vote for the RC2 release candidate for Lucene/Solr 5.3.2 The artifacts can be downloaded from: https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-5.3.2-RC2-rev1725196 You can run the smoke tester directly with this command: python3 -u dev-tools/scripts/smokeTestRelease.py

[JENKINS] Lucene-Solr-5.x-Solaris (multiarch/jdk1.7.0) - Build # 340 - Failure!

2016-01-18 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Solaris/340/ Java: multiarch/jdk1.7.0 -d32 -client -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.lucene.search.grouping.GroupingSearchTest.testBasic Error Message: Stack Trace: java.lang.AssertionError at

[JENKINS] Lucene-Solr-NightlyTests-5.3 - Build # 15 - Still Failing

2016-01-18 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.3/15/ 2 tests failed. FAILED: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test Error Message: Captured an uncaught exception in thread: Thread[id=4827, name=collection1, state=RUNNABLE,

Re: [VOTE] Release Lucene/Solr 5.4.1 RC2

2016-01-18 Thread Michael McCandless
+1 SUCCESS! [0:31:26.635824] Mike McCandless http://blog.mikemccandless.com On Mon, Jan 18, 2016 at 9:38 AM, Adrien Grand wrote: > Please vote for the RC2 release candidate for Lucene/Solr 5.4.1 > > This release candidate contains 3 additional changes compared to the RC1:

Re: [VOTE] Release Lucene/Solr 5.4.1 RC2

2016-01-18 Thread Shalin Shekhar Mangar
+1 SUCCESS! [1:11:14.331645] On Mon, Jan 18, 2016 at 8:08 PM, Adrien Grand wrote: > Please vote for the RC2 release candidate for Lucene/Solr 5.4.1 > > This release candidate contains 3 additional changes compared to the RC1: > - SOLR-8496: multi-select faceting and

[JENKINS-EA] Lucene-Solr-5.4-Linux (32bit/jdk-9-ea+95) - Build # 407 - Still Failing!

2016-01-18 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.4-Linux/407/ Java: 32bit/jdk-9-ea+95 -server -XX:+UseConcMarkSweepGC -XX:-CompactStrings 3 tests failed. FAILED: org.apache.solr.handler.dataimport.TestTikaEntityProcessor.testIndexingWithTikaEntityProcessor Error Message: Stack Trace:

Re: [VOTE] Release Lucene/Solr 5.3.2-RC2

2016-01-18 Thread Michael McCandless
+1 SUCCESS! [0:30:48.710775] Mike McCandless http://blog.mikemccandless.com On Mon, Jan 18, 2016 at 11:23 AM, Anshum Gupta wrote: > Please vote for the RC2 release candidate for Lucene/Solr 5.3.2 > > The artifacts can be downloaded from: >

[jira] [Commented] (SOLR-7907) Remove CLUSTERSTATUS related checks from the Overseer

2016-01-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105692#comment-15105692 ] ASF subversion and git services commented on SOLR-7907: --- Commit 1725321 from

[jira] [Commented] (SOLR-7907) Remove CLUSTERSTATUS related checks from the Overseer

2016-01-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105700#comment-15105700 ] ASF subversion and git services commented on SOLR-7907: --- Commit 1725322 from

[jira] [Commented] (LUCENE-6982) throw IAE on illegal bm25 parameter values

2016-01-18 Thread Ryan Ernst (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105695#comment-15105695 ] Ryan Ernst commented on LUCENE-6982: +1 > throw IAE on illegal bm25 parameter values >

[jira] [Commented] (SOLR-7907) Remove CLUSTERSTATUS related checks from the Overseer

2016-01-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105704#comment-15105704 ] ASF subversion and git services commented on SOLR-7907: --- Commit 1725323 from

Re: [VOTE] Release Lucene/Solr 5.4.1 RC2

2016-01-18 Thread Erick Erickson
+1 SUCCESS! [0:42:55.587563] So I see I'm between Mike and Shalin in terms of how fast my machine goes On Mon, Jan 18, 2016 at 8:58 AM, Shalin Shekhar Mangar wrote: > +1 > > SUCCESS! [1:11:14.331645] > > On Mon, Jan 18, 2016 at 8:08 PM, Adrien Grand

[jira] [Resolved] (SOLR-7907) Remove CLUSTERSTATUS related checks from the Overseer

2016-01-18 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker resolved SOLR-7907. - Resolution: Fixed Fix Version/s: Trunk 5.5 Committed to both trunk and

  1   2   >