[jira] [Commented] (SOLR-6670) change BALANCESLICEUNIQUE to BALANCESHARDUNIQUE

2014-11-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14194245#comment-14194245 ] ASF subversion and git services commented on SOLR-6670: --- Commit 16362

[jira] [Closed] (SOLR-6670) change BALANCESLICEUNIQUE to BALANCESHARDUNIQUE

2014-11-02 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson closed SOLR-6670. Resolution: Fixed Fix Version/s: Trunk 5.0 thanks for pointing that out Jan

[jira] [Comment Edited] (LUCENE-6037) PendingTerm cannot be cast to PendingBlock

2014-11-02 Thread zhanlijun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14194130#comment-14194130 ] zhanlijun edited comment on LUCENE-6037 at 11/3/14 3:59 AM: I

[JENKINS] Lucene-Solr-NightlyTests-trunk - Build # 674 - Still Failing

2014-11-02 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-trunk/674/ 2 tests failed. REGRESSION: org.apache.solr.cloud.CollectionsAPIAsyncDistributedZkTest.testDistribSearch Error Message: Shard split did not complete. Last recorded state: running expected:<[completed]> but was:<[running]>

Re: History question: contribution from Solr to Lucene

2014-11-02 Thread Alexandre Rafalovitch
Thanks David, That's perfect for my needs. Regards, Alex. P.s. I do check the blog from time to time, but somehow missed this one P.p.s. Oh Google Reader with offline mode, why thou dost abandon me in these days of (still ongoing) need! Personal: http://www.outerthoughts.com/ and @arafalov So

Re: History question: contribution from Solr to Lucene

2014-11-02 Thread david.w.smi...@gmail.com
Alex, You should follow Yonik’s blog (Heliosearch), he has a post on this subject, more or less: http://heliosearch.org/lucene-solr-history/ ~ David Smiley Freelance Apache Lucene/Solr Search Consultant/Developer http://www.linkedin.com/in/davidwsmiley On Sun, Nov 2, 2014 at 8:36 PM, Alexandre Ra

[jira] [Commented] (SOLR-6670) change BALANCESLICEUNIQUE to BALANCESHARDUNIQUE

2014-11-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14194169#comment-14194169 ] ASF subversion and git services commented on SOLR-6670: --- Commit 16362

[jira] [Updated] (SOLR-6670) change BALANCESLICEUNIQUE to BALANCESHARDUNIQUE

2014-11-02 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated SOLR-6670: - Attachment: SOLR-6670.patch renames BANALCESLICEUNIQUE to BALANCESHARDUNIQUE. Also, the "sliceUniqu

History question: contribution from Solr to Lucene

2014-11-02 Thread Alexandre Rafalovitch
Hi, I am trying to understand what used to be in Solr pre-merge and got moved into Lucene packages after the projects merged. For example analyzers/tokenizers, were they always in Lucene or all originally in Solr? I am not sure where to check this quickly, so I am hoping people can do a short his

Re: An experience and some thoughts about solr/example -> solr/server

2014-11-02 Thread Erick Erickson
I have to say I like "the new way" of doing things. I'm sooo tired of maintaining a bunch of command-line files that copy everything from example to node1, node2, node3 then starting things up in 4 separate windows (or 6 recently) and... Hmmm, looks kind of similar to what the new command does all

Re: An experience and some thoughts about solr/example -> solr/server

2014-11-02 Thread Tomás Fernández Löbbe
My understanding is that you can run the examples, but you have to specifically ask for one using the "-e" argument, like: ./solr start -e techproducts That said, I'm trying it right now and It's failing and giving confusing messages (Errors followed by success): a82066179bf9:bin tflobbe$ ./solr

[JENKINS] Lucene-Solr-SmokeRelease-trunk - Build # 216 - Still Failing

2014-11-02 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-trunk/216/ No tests ran. Build Log: [...truncated 51306 lines...] prepare-release-no-sign: [mkdir] Created dir: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-trunk/lucene/build/smokeTestRelease/dist [copy

[jira] [Commented] (LUCENE-6037) PendingTerm cannot be cast to PendingBlock

2014-11-02 Thread zhanlijun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14194130#comment-14194130 ] zhanlijun commented on LUCENE-6037: --- I used multiple threads to add a single document (

Re: An experience and some thoughts about solr/example -> solr/server

2014-11-02 Thread Alexandre Rafalovitch
That's interesting. I did not realize we were going away from ElasticSearch on that. So, do we need to update the tutorial or some other super-obvious way of what the next step is? (I haven't checked). Because one difference between Solr and the Database is that create table is a standard SQL comm

[jira] [Commented] (LUCENE-6041) remove sugar FieldInfo.isIndexed and .hasDocValues

2014-11-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14194105#comment-14194105 ] ASF subversion and git services commented on LUCENE-6041: - Commit

[jira] [Resolved] (LUCENE-6041) remove sugar FieldInfo.isIndexed and .hasDocValues

2014-11-02 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-6041. Resolution: Fixed > remove sugar FieldInfo.isIndexed and .hasDocValues > --

Re: An experience and some thoughts about solr/example -> solr/server

2014-11-02 Thread Mark Miller
I'm sure after such a large change there are some things to smooth over. As far as starting with no cores or collections, I very strongly think that is the way to go. I've been working with a Solr checkout designed this way for a long time and I tend to just keep a text file of common cmd line en

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.7.0_67) - Build # 11557 - Failure!

2014-11-02 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11557/ Java: 64bit/jdk1.7.0_67 -XX:-UseCompressedOops -XX:+UseSerialGC (asserts: true) 1 tests failed. REGRESSION: org.apache.solr.cloud.RecoveryZkTest.testDistribSearch Error Message: Address already in use Stack Trace: java.net.Bin

An experience and some thoughts about solr/example -> solr/server

2014-11-02 Thread Shawn Heisey
I hope this won't serve to interrupt the momentum for SOLR-3619 and related work, just perhaps influence the direction. What I'm going to relate here probably is no surprise to anyone involved with the effort. In response to a user's question on IRC, I wanted to take their fieldType, incorporate

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

2014-11-02 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1251/ 2 tests failed. FAILED: org.apache.solr.cloud.HttpPartitionTest.org.apache.solr.cloud.HttpPartitionTest Error Message: 1 thread leaked from SUITE scope at org.apache.solr.cloud.HttpPartitionTest: 1) Thread[id=28971, name=Thr

[jira] [Updated] (SOLR-6351) Let Stats Hang off of Pivots (via 'tag')

2014-11-02 Thread Vitaliy Zhovtyuk (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vitaliy Zhovtyuk updated SOLR-6351: --- Attachment: SOLR-6351.patch Added "whitebox" DistributedFacetPivotWhiteBoxTest test simulating

[jira] [Commented] (SOLR-6670) change BALANCESLICEUNIQUE to BALANCESHARDUNIQUE

2014-11-02 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14194009#comment-14194009 ] Erick Erickson commented on SOLR-6670: -- I don't see any problem with changing this eve

[jira] [Commented] (SOLR-6681) remove configurations from solrconfig.xml and eliminate per core class loading

2014-11-02 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-6681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14193974#comment-14193974 ] Jan Høydahl commented on SOLR-6681: --- +1 to the overall idea Long-term solution would be

[jira] [Commented] (SOLR-5103) Plugin Improvements

2014-11-02 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-5103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14193973#comment-14193973 ] Jan Høydahl commented on SOLR-5103: --- Also see from mailing list: http://search-lucene.com

Re: NSF DataViz Hackathon for Polar CyberInfrastructure: New York, NY 11/3/2014 - 11/4/2014 Call for Remote Participation

2014-11-02 Thread Tom Barber
Looks like a great event! On 02/11/14 17:37, Mattmann, Chris A (3980) wrote: Call for Remote Participation The NSF DataViz Hackathon for Polar CyberInfrastructure will bring together Polar researchers, Cyber Infrastructure experts, Data Visualiation experts, and members of the community interes

[jira] [Commented] (LUCENE-6041) remove sugar FieldInfo.isIndexed and .hasDocValues

2014-11-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14193962#comment-14193962 ] ASF subversion and git services commented on LUCENE-6041: - Commit

[jira] [Commented] (SOLR-6184) Replication fetchLatestIndex always failed, that will occur the recovery error.

2014-11-02 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14193955#comment-14193955 ] Ishan Chattopadhyaya commented on SOLR-6184: [~raintung] Did you try increasing

[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.8.0_40-ea-b09) - Build # 4306 - Still Failing!

2014-11-02 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4306/ Java: 32bit/jdk1.8.0_40-ea-b09 -server -XX:+UseSerialGC (asserts: false) 1 tests failed. REGRESSION: org.apache.solr.TestDistributedSearch.testDistribSearch Error Message: Timeout occured while waiting response from server at:

[jira] [Commented] (SOLR-6681) remove configurations from solrconfig.xml and eliminate per core class loading

2014-11-02 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14193941#comment-14193941 ] Shawn Heisey commented on SOLR-6681: I think it's a good idea to get rid of configurat

[jira] [Commented] (SOLR-6517) CollectionsAPI call REBALANCELEADERS

2014-11-02 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14193930#comment-14193930 ] Erick Erickson commented on SOLR-6517: -- Yep. I'm not sure what you're concerned about.

NSF DataViz Hackathon for Polar CyberInfrastructure: New York, NY 11/3/2014 - 11/4/2014 Call for Remote Participation

2014-11-02 Thread Mattmann, Chris A (3980)
Call for Remote Participation The NSF DataViz Hackathon for Polar CyberInfrastructure will bring together Polar researchers, Cyber Infrastructure experts, Data Visualiation experts, and members of the community interested in connecting technology, science and communication. The Hackathon website

[JENKINS] Lucene-Solr-NightlyTests-5.x - Build # 665 - Still Failing

2014-11-02 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/665/ 1 tests failed. REGRESSION: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDistribSearch Error Message: Error CREATEing SolrCore 'halfcollection_shard1_replica1': Unable to create core [halfcollection_shard1_repl

[jira] [Updated] (LUCENE-6040) Speedup broadword bit selection

2014-11-02 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-6040: - Attachment: LUCENE-6040.patch The new select() implementation is so simpler than the previous one

[jira] [Comment Edited] (LUCENE-6040) Speedup broadword bit selection

2014-11-02 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14193886#comment-14193886 ] Paul Elschot edited comment on LUCENE-6040 at 11/2/14 3:52 PM:

[jira] [Updated] (SOLR-6554) Speed up overseer operations for collections with stateFormat > 1

2014-11-02 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-6554: Attachment: SOLR-6554.patch Here's a better patch which takes care of some of the noc

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 2197 - Failure

2014-11-02 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2197/ 1 tests failed. REGRESSION: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.testDistribSearch Error Message: There were too many update fails - we expect it can happen, but shouldn't easily Stack Trace: java.lang.Asserti

[jira] [Comment Edited] (SOLR-6478) need docs / tests of the "rules" as far as collection names go

2014-11-02 Thread Anurag Sharma (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14193817#comment-14193817 ] Anurag Sharma edited comment on SOLR-6478 at 11/2/14 12:45 PM: --

[jira] [Updated] (SOLR-6478) need docs / tests of the "rules" as far as collection names go

2014-11-02 Thread Anurag Sharma (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anurag Sharma updated SOLR-6478: Attachment: SOLR-6478.patch Unit test covering the allowed and not allowed collection names is attach

[JENKINS] Lucene-Solr-5.x-MacOSX (64bit/jdk1.8.0) - Build # 1875 - Still Failing!

2014-11-02 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/1875/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC (asserts: true) 1 tests failed. FAILED: org.apache.solr.cloud.DistribDocExpirationUpdateProcessorTest.testDistribSearch Error Message: Give up waiting for no results:

[jira] [Created] (SOLR-6689) Ability to partially update multiple documents with a query

2014-11-02 Thread Siddharth Gargate (JIRA)
Siddharth Gargate created SOLR-6689: --- Summary: Ability to partially update multiple documents with a query Key: SOLR-6689 URL: https://issues.apache.org/jira/browse/SOLR-6689 Project: Solr

[jira] [Comment Edited] (LUCENE-6037) PendingTerm cannot be cast to PendingBlock

2014-11-02 Thread zhanlijun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14193740#comment-14193740 ] zhanlijun edited comment on LUCENE-6037 at 11/2/14 11:29 AM: -

Re: [VOTE] Release 4.10.2 RC0

2014-11-02 Thread Michael McCandless
Can you start a new thread with this question? Thanks. Mike McCandless http://blog.mikemccandless.com On Sun, Nov 2, 2014 at 12:19 AM, Anurag Sharma wrote: > Hi, > > Not sure this is the right thread to ask this question. Suggest me if I > need to open another thread. > > I am running smokeT

RE: One more problem with the new layout

2014-11-02 Thread Uwe Schindler
Hi, I think this problem is caused by relicts from the previous checkout layout. Because the solr/example/ is no longer under IVY's control and some directories that were previously handled by svn:exclude are now obsolete. This happens if you svn upped a previous checkout but not completely cle

[jira] [Commented] (SOLR-6517) CollectionsAPI call REBALANCELEADERS

2014-11-02 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14193752#comment-14193752 ] Noble Paul commented on SOLR-6517: -- bq.So REBALANCELEADERS will cause any shard where the

[JENKINS] Lucene-Solr-5.x-Linux (32bit/ibm-j9-jdk7) - Build # 11393 - Failure!

2014-11-02 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11393/ Java: 32bit/ibm-j9-jdk7 -Xjit:exclude={org/apache/lucene/util/fst/FST.pack(IIF)Lorg/apache/lucene/util/fst/FST;} (asserts: false) 1 tests failed. REGRESSION: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDistribSear

[jira] [Commented] (LUCENE-6037) PendingTerm cannot be cast to PendingBlock

2014-11-02 Thread zhanlijun (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14193742#comment-14193742 ] zhanlijun commented on LUCENE-6037: --- org.apache.lucene.codecs.BlockTreeTermsWriter$Term