I think I misunderstood what Alex wanted. Now, I think he wants to know
which tests exercise the schemas/config that users see (e.g. the example
ones). I suggest running tests with “Example” in the name:
ant test -Dtestcase=“*Example*"
~ David Smiley
Freelance Apache Lucene/Solr Search Consultan
Hi David
I do not really understand what you are suggesting. I guess Alex was
talking about changes on files like for example
./solr/contrib/morphlines-core/src/test-files/solr/minimr/conf/schema.xml
./solr/contrib/uima/src/test-files/uima/solr/collection1/conf/schema.xml
./solr/contrib/velocity
Hi
Yesterday "morning" I have noticed the following changes
- lucene/core/src/java/org/apache/lucene/index/ConcurrentMergeScheduler.java
- lucene/core/src/java/org/apache/lucene/index/MergePolicy.java
-
lucene/core/src/test/org/apache/lucene/index/TestConcurrentMergeScheduler.java
and with these
Hi Alex,
There isn’t a way to say “just schema-related ones”. But, if you suspect
the tests you want to run will have a string in the class name then you can
run tests for classes matching a supplied regexp. For example:
ant test -Dtestcase="*High*"
And do that from within a specific module (
[
https://issues.apache.org/jira/browse/SOLR-6826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexandre Rafalovitch updated SOLR-6826:
Attachment: SOLR-6826.patch
I have updated all the schema definitions and a couple of
Alexandre Rafalovitch created SOLR-6826:
---
Summary: fieldType capitalization is not consistent with the rest
of case-sensitive field names
Key: SOLR-6826
URL: https://issues.apache.org/jira/browse/SOLR-6826
[
https://issues.apache.org/jira/browse/LUCENE-6099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-6099:
---
Attachment: LUCENE-6099.patch
Simple patch ...
> Add FilterDirectory.unwrap and Filt
[
https://issues.apache.org/jira/browse/LUCENE-6099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-6099:
---
Issue Type: Improvement (was: Bug)
> Add FilterDirectory.unwrap and FilterDirectoryR
Michael McCandless created LUCENE-6099:
--
Summary: Add FilterDirectory.unwrap and
FilterDirectoryReader.unwrap
Key: LUCENE-6099
URL: https://issues.apache.org/jira/browse/LUCENE-6099
Project: Luce
On 12/5/2014 2:42 PM, Erick Erickson wrote:
> Saw this on the Cloudera website:
>
> http://blog.cloudera.com/blog/2014/12/tuning-java-garbage-collection-for-hbase/
>
> Original post here:
> https://software.intel.com/en-us/blogs/2014/06/18/part-1-tuning-java-garbage-collection-for-hbase
>
> Alth
[
https://issues.apache.org/jira/browse/SOLR-6778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14236983#comment-14236983
]
Alexandre Rafalovitch commented on SOLR-6778:
-
Looks good for a first go. What
[
https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14236974#comment-14236974
]
Yonik Seeley commented on LUCENE-2878:
--
bq. It does not matter to me really what sol
[
https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14236966#comment-14236966
]
Robert Muir commented on LUCENE-2878:
-
It does not matter to me really what solr defa
[
https://issues.apache.org/jira/browse/SOLR-6825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14236965#comment-14236965
]
Yonik Seeley commented on SOLR-6825:
The tutorial is very important for *new* users. I
Alexandre Rafalovitch created SOLR-6825:
---
Summary: Update 5-min tutorial for Solr 5
Key: SOLR-6825
URL: https://issues.apache.org/jira/browse/SOLR-6825
Project: Solr
Issue Type: Sub-tas
[
https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14236963#comment-14236963
]
Yonik Seeley commented on LUCENE-2878:
--
bq. Its more than that, indexwriter has to r
[
https://issues.apache.org/jira/browse/SOLR-6824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14236956#comment-14236956
]
Alexandre Rafalovitch commented on SOLR-6824:
-
That issue was apparently over 3
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.10-Linux/129/
Java: 64bit/jdk1.7.0_67 -XX:+UseCompressedOops -XX:+UseParallelGC (asserts:
true)
4 tests failed.
FAILED: org.apache.solr.search.TestSolr4Spatial.testRangeSyntax {p0=bbox}
Error Message:
java.lang.UnsupportedOperationException: t
[
https://issues.apache.org/jira/browse/SOLR-6824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14236952#comment-14236952
]
Uwe Schindler commented on SOLR-6824:
-
This link works from here.
There are currently
[
https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14236951#comment-14236951
]
Robert Muir commented on LUCENE-2878:
-
Its more than that, indexwriter has to reject
Hi,
I want to do some minor cleanup in (multiple) schema.xml. What's the
minimum set of tests I need to run before I submit a patch?
'ant test' seems to be a heavy thing. Is there a way to say, just
schema-related ones?
Regards,
Alex.
Personal: http://www.outerthoughts.com/ and @arafalov
Sol
Alexandre Rafalovitch created SOLR-6824:
---
Summary: Dead link on new website to SVN Web Viewer
Key: SOLR-6824
URL: https://issues.apache.org/jira/browse/SOLR-6824
Project: Solr
Issue Typ
[
https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14236945#comment-14236945
]
Yonik Seeley commented on LUCENE-2878:
--
bq. I dont really see it as a choice, the cu
[
https://issues.apache.org/jira/browse/LUCENE-6098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14236944#comment-14236944
]
ASF subversion and git services commented on LUCENE-6098:
-
Commit
[
https://issues.apache.org/jira/browse/LUCENE-6098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14236942#comment-14236942
]
ASF subversion and git services commented on LUCENE-6098:
-
Commit
[
https://issues.apache.org/jira/browse/LUCENE-6098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14236941#comment-14236941
]
ASF subversion and git services commented on LUCENE-6098:
-
Commit
[
https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14236939#comment-14236939
]
Robert Muir commented on LUCENE-2878:
-
I dont really see it as a choice, the current
[
https://issues.apache.org/jira/browse/LUCENE-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14236938#comment-14236938
]
Alan Woodward commented on LUCENE-2878:
---
The disadvantage of using -1 to indicate N
Yet again, other people make me look good ;). Or at least provide me
with something intelligent to say when people ask about G1 garbage
collection as an option
Thanks!
On Fri, Dec 5, 2014 at 8:32 PM, Robert Muir wrote:
> On Fri, Dec 5, 2014 at 4:53 PM, david.w.smi...@gmail.com
> wrote:
>> F
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/695/
3 tests failed.
REGRESSION: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.testDistribSearch
Error Message:
The Monkey ran for over 20 seconds and no jetties were stopped - this is worth
investigating!
Stack Trace:
java.la
[
https://issues.apache.org/jira/browse/SOLR-6239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14236864#comment-14236864
]
Anton Kozak commented on SOLR-6239:
---
The issue is reproducible in case of high load, I se
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11564/
Java: 64bit/jdk1.8.0_40-ea-b09 -XX:+UseCompressedOops -XX:+UseG1GC (asserts:
true)
2 tests failed.
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.ChaosMonkeySafeLeaderTest
Error Message:
Suite timeout exceeded (>= 7200
Build: https://builds.apache.org/job/Lucene-Solr-Maven-5.x/779/
1 tests failed.
FAILED:
org.apache.solr.hadoop.MorphlineBasicMiniMRTest.org.apache.solr.hadoop.MorphlineBasicMiniMRTest
Error Message:
No valid image files found
Stack Trace:
java.io.FileNotFoundException: No valid image files fou
[
https://issues.apache.org/jira/browse/LUCENE-6097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-6097:
---
Attachment: LUCENE-6097.patch
Simple patch.
> Make IW.abortMerges and waitForMerges
[
https://issues.apache.org/jira/browse/SOLR-6810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shalin Shekhar Mangar reassigned SOLR-6810:
---
Assignee: Shalin Shekhar Mangar
> Faster searching limited but high rows acros
[
https://issues.apache.org/jira/browse/SOLR-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14236722#comment-14236722
]
Shalin Shekhar Mangar commented on SOLR-5890:
-
bq. Whenever it is not possible
[
https://issues.apache.org/jira/browse/SOLR-6273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14236719#comment-14236719
]
Shalin Shekhar Mangar commented on SOLR-6273:
-
This is a very important feature
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2288/
1 tests failed.
REGRESSION:
org.apache.solr.cloud.DistribDocExpirationUpdateProcessorTest.testDistribSearch
Error Message:
There are still nodes recoverying - waited for 30 seconds
Stack Trace:
java.lang.AssertionError: The
[
https://issues.apache.org/jira/browse/LUCENE-6094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless resolved LUCENE-6094.
Resolution: Fixed
> IW.rollback can take forever when CMS has stalled threads
> ---
[
https://issues.apache.org/jira/browse/LUCENE-6094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14236707#comment-14236707
]
ASF subversion and git services commented on LUCENE-6094:
-
Commit
[
https://issues.apache.org/jira/browse/LUCENE-6094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14236701#comment-14236701
]
ASF subversion and git services commented on LUCENE-6094:
-
Commit
[
https://issues.apache.org/jira/browse/LUCENE-6098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14236692#comment-14236692
]
Michael McCandless commented on LUCENE-6098:
+1
> Indexwriter changecount as
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4474/
Java: 64bit/jdk1.8.0_20 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
(asserts: true)
4 tests failed.
FAILED: org.apache.solr.client.solrj.impl.CloudSolrServerTest.testDistribSearch
Error Message:
Stack Trace:
java.lang.As
43 matches
Mail list logo