Re: Moving to git?

2015-05-30 Thread Dawid Weiss
+1 to moving to git. I am not going to attempt to convince those stubborn types that want to stick to SVN. I use git and svn and git simply works better for me. I just want to explain something, because there seems to be a misunderstanding. time git clone git://git.apache.org/lucene-solr.git

[jira] [Commented] (SOLR-7539) Add a QueryAutofilteringComponent for query introspection using indexed metadata

2015-05-30 Thread Ted Sullivan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14566084#comment-14566084 ] Ted Sullivan commented on SOLR-7539: Added logic to handle the case where a phrase

[jira] [Updated] (SOLR-7539) Add a QueryAutofilteringComponent for query introspection using indexed metadata

2015-05-30 Thread Ted Sullivan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Sullivan updated SOLR-7539: --- Attachment: SOLR-7539.patch Add a QueryAutofilteringComponent for query introspection using indexed

[JENKINS] Lucene-Solr-Tests-trunk-Java8 - Build # 28 - Failure

2015-05-30 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java8/28/ 1 tests failed. REGRESSION: org.apache.solr.cloud.BasicDistributedZkTest.test Error Message: commitWithin did not work on node: http://127.0.0.1:50861/collection1 expected:68 but was:67 Stack Trace:

Re: Moving to git?

2015-05-30 Thread Dawid Weiss
Did this, out of curiosity (from a server in the U.S.): # time git clone https://github.com/apache/lucene-solr.git ... Receiving objects: 100% (563630/563630), 472.01 MiB | 10.46 MiB/s, done. real1m13.049s user0m46.000s sys 0m10.060s # time git clone --depth 1

[jira] [Created] (SOLR-7613) solrcore.properties file should be loaded if it resides in ZooKeeper

2015-05-30 Thread Steve Davids (JIRA)
Steve Davids created SOLR-7613: -- Summary: solrcore.properties file should be loaded if it resides in ZooKeeper Key: SOLR-7613 URL: https://issues.apache.org/jira/browse/SOLR-7613 Project: Solr

[jira] [Commented] (SOLR-7495) Unexpected docvalues type NUMERIC when grouping by a int facet

2015-05-30 Thread Xu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14566096#comment-14566096 ] Xu Zhang commented on SOLR-7495: Currently, I think Facet.field only works fine when the it

[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.8.0_45) - Build # 4749 - Failure!

2015-05-30 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4749/ Java: 32bit/jdk1.8.0_45 -client -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.cloud.TestCloudPivotFacet.test Error Message: init query failed:

[jira] [Commented] (LUCENE-6508) Simplify Directory/lock api

2015-05-30 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14565846#comment-14565846 ] ASF subversion and git services commented on LUCENE-6508: - Commit

[jira] [Commented] (SOLR-7572) hard commits with waitSearcher=true occasionally returns without waiting leading to inconsistent views of the index.

2015-05-30 Thread Vijay Sekhri (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14566211#comment-14566211 ] Vijay Sekhri commented on SOLR-7572: Our suspicion here is that some default setting or

[jira] [Commented] (SOLR-7555) Display total space and available space in Admin

2015-05-30 Thread Eric Pugh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14566295#comment-14566295 ] Eric Pugh commented on SOLR-7555: - Makes sense. I am working on another patch that based

[jira] [Commented] (SOLR-7406) Support DV implementation in range faceting

2015-05-30 Thread Gregg Donovan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14566301#comment-14566301 ] Gregg Donovan commented on SOLR-7406: - One minor bit - is the import of

what's the process for getting a patch reviewed and merged into trunk?

2015-05-30 Thread Greg Solovyev
Hello, just wondering, what would be the process for getting a patch that I submitted few days ago reviewed and considered for one of the next releases? The patch is this one: https://issues.apache.org/jira/browse/SOLR-7583. I've submitted the last version about 4 days ago. Thanks, Greg

[jira] [Updated] (SOLR-7555) Display total space and available space in Admin

2015-05-30 Thread Eric Pugh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh updated SOLR-7555: Attachment: DiskSpaceAwareDirectory.java SOLR-7555-display_disk_space_v3.patch Here is a

[jira] [Commented] (SOLR-7571) Return metrics with update requests to allow clients to self-throttle

2015-05-30 Thread Vijay Sekhri (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14566206#comment-14566206 ] Vijay Sekhri commented on SOLR-7571: Ideally if a system cannot handle a high rate, it

[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 2365 - Failure!

2015-05-30 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/2365/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.search.TestSearcherReuse.test Error Message: expected same:Searcher@5b0b6e4c[collection1]

[jira] [Commented] (LUCENE-6487) Add WGS84 capability to geo3d support

2015-05-30 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14566312#comment-14566312 ] ASF subversion and git services commented on LUCENE-6487: - Commit

[jira] [Commented] (SOLR-5850) Race condition in ConcurrentUpdateSolrServer

2015-05-30 Thread Vijay Sekhri (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14566209#comment-14566209 ] Vijay Sekhri commented on SOLR-5850: One more observation here is if we increase the

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

2015-05-30 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/862/ 1 tests failed. REGRESSION: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test Error Message: Error from server at https://127.0.0.1:54551: Error CREATEing SolrCore 'halfcollection_shard1_replica1': Unable to create

Re: [VOTE] 5.2.0 RC2

2015-05-30 Thread Tomás Fernández Löbbe
Unfortunately I imported log4j Logger instead of slf4j in SOLR-7406. I'll fix this and merge it in the 5.2 branch. I think this should be a blocker since it would require people to have the log4j jars. On Fri, May 29, 2015 at 4:04 PM, Timothy Potter thelabd...@gmail.com wrote: +1 SUCCESS!

[jira] [Commented] (SOLR-7406) Support DV implementation in range faceting

2015-05-30 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14566353#comment-14566353 ] ASF subversion and git services commented on SOLR-7406: --- Commit

Re: [VOTE] 5.2.0 RC2

2015-05-30 Thread david.w.smi...@gmail.com
It’d be nice if something like that failed the build. There’s kind of a soft dependency there for Solr’s logging admin screen, which is optional. ~ David On Sun, May 31, 2015 at 12:45 AM Tomás Fernández Löbbe tomasflo...@gmail.com wrote: Unfortunately I imported log4j Logger instead of

[jira] [Commented] (SOLR-7406) Support DV implementation in range faceting

2015-05-30 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14566356#comment-14566356 ] ASF subversion and git services commented on SOLR-7406: --- Commit

[jira] [Reopened] (SOLR-7406) Support DV implementation in range faceting

2015-05-30 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-7406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomás Fernández Löbbe reopened SOLR-7406: - Reopen for changing import to slf4j Support DV implementation in range faceting

[jira] [Commented] (SOLR-7406) Support DV implementation in range faceting

2015-05-30 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14566372#comment-14566372 ] ASF subversion and git services commented on SOLR-7406: --- Commit

[jira] [Commented] (LUCENE-6508) Simplify Directory/lock api

2015-05-30 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14565858#comment-14565858 ] ASF subversion and git services commented on LUCENE-6508: - Commit

Re: Moving to git?

2015-05-30 Thread Anshum Gupta
As I've mentioned multiple times, I think git is super useful when working on multiple unrelated things that affect the same files. What I'd been doing so far with svn is, creating multiple physical directories (checkouts) and working on them, and tracking them, cleaning them up, and deleting them

[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 2362 - Failure!

2015-05-30 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/2362/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.schema.TestCloudSchemaless.test Error Message: QUERY FAILED:

Re: Moving to git?

2015-05-30 Thread Toke Eskildsen
Walter Underwood wun...@wunderwood.org wrote: I’m not a committer, but I’ve built production code with a lot of source control systems and git is by far the the most cumbersome. I am not a committer and I have build production code with very few source control systems: CVS, SVN GIT. GIT is

[jira] [Commented] (LUCENE-6508) Simplify Directory/lock api

2015-05-30 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14565870#comment-14565870 ] ASF subversion and git services commented on LUCENE-6508: - Commit

[jira] [Commented] (LUCENE-6487) Add WGS84 capability to geo3d support

2015-05-30 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14565944#comment-14565944 ] Karl Wright commented on LUCENE-6487: - Ok, what I find is that because the arc

Re: Moving to git?

2015-05-30 Thread Shai Erera
The commit then push workflow *is* what allows you to maintain multiple local branches without the nightmare of having multiple checkouts, and managing them. I don't think that moving to GIT has anything to do with Github. With SVN, we also don't have any nice user interface and/or pull requests,

Re: Moving to git?

2015-05-30 Thread Mark Miller
bq. I don't think that moving to GIT has anything to do with Github. I think that's a common misconception by people that don't 'get' Git. Most people could care less about Git as it pertains to GitHub except for one thing - it provides a nice central master repo that is hosted that you can push

Re: Moving to git?

2015-05-30 Thread Robert Muir
A git clone is just too slow right now the way its setup. So what will be done to fix that? Currently, svn is way faster in the worst case. In the time it takes to git clone, i can do 10 svn checkouts. I sometimes use git, but usually when working on software, i don't work on trivial things. I do

Re: Moving to git?

2015-05-30 Thread Adrien Grand
The main benefit I see is that external contributors would get their name in the commit log. However on the other hand, I'm a bit annoyed that people easily disagree on the workflow: some people merge into the maintenance branch first and then to master, other people merge into master first and

RE: Moving to git?

2015-05-30 Thread Uwe Schindler
Hi, I think most people say that GIT is easier or better to use because they combine in their mind using „GIT“ with „the Github user interface“. This is indeed very nice to have - I (for myself) am also very happy with using Github, as long as it keeps simple (you only have users from

[jira] [Commented] (LUCENE-6487) Add WGS84 capability to geo3d support

2015-05-30 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14565926#comment-14565926 ] Karl Wright commented on LUCENE-6487: - I'll have a look. Please bear in mind that

RE: [jira] [Commented] (LUCENE-6487) Add WGS84 capability to geo3d support

2015-05-30 Thread Karl Wright
Ok, what I find is that because the arc distance is in effect taking a square root, instead of 1e-12 the error should always be 1e-6. That is just the way the math works. Karl Sent from my Windows Phone From: Karl Wright (JIRA) Sent: 5/30/2015 6:22 AM To: dev@lucene.apache.org Subject: [jira]

Re: [CONF] Apache Solr Reference Guide Streaming Expressions

2015-05-30 Thread Joel Bernstein
Ok, sounds good. I plan to finish up the page this weekend. Joel Bernstein http://joelsolr.blogspot.com/ On Fri, May 29, 2015 at 2:24 PM, Chris Hostetter hossman_luc...@fucit.org wrote: Joel: that table is pretty dense -- i would suggest instead using an subsection for each Stream Function

[JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.8.0_60-ea-b12) - Build # 12707 - Failure!

2015-05-30 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/12707/ Java: 32bit/jdk1.8.0_60-ea-b12 -client -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.search.TestSearcherReuse.test Error Message: expected same:Searcher@1b13a92[collection1]

[jira] [Commented] (SOLR-7606) ToParentBlockJoinQuery fails with AIOOBE under certain circumstances

2015-05-30 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14566014#comment-14566014 ] Yonik Seeley commented on SOLR-7606: Seems like Lucene's implementation is overly

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.9.0-ea-b60) - Build # 12883 - Failure!

2015-05-30 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/12883/ Java: 64bit/jdk1.9.0-ea-b60 -XX:-UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.cloud.CustomCollectionTest.test Error Message: Error from server at http://127.0.0.1:55010: collection already exists:

[jira] [Commented] (SOLR-7606) ToParentBlockJoinQuery fails with AIOOBE under certain circumstances

2015-05-30 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14566051#comment-14566051 ] Uwe Schindler commented on SOLR-7606: - Hi Yonik, I agree. The problem is currently Solr

[jira] [Comment Edited] (SOLR-7606) ToParentBlockJoinQuery fails with AIOOBE under certain circumstances

2015-05-30 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14566060#comment-14566060 ] Uwe Schindler edited comment on SOLR-7606 at 5/30/15 3:37 PM: --

[jira] [Updated] (SOLR-7606) ToParentBlockJoinQuery fails with AIOOBE under certain circumstances

2015-05-30 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated SOLR-7606: Attachment: LUCENE-6512.patch Patch that moves to catching the index out of bounds as a buest

Re: Moving to git?

2015-05-30 Thread Shawn Heisey
On 5/30/2015 6:59 AM, Adrien Grand wrote: The main benefit I see is that external contributors would get their name in the commit log. However on the other hand, I'm a bit annoyed that people easily disagree on the workflow: some people merge into the maintenance branch first and then to