[
https://issues.apache.org/jira/browse/SOLR-11661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16337088#comment-16337088
]
Cao Manh Dat edited comment on SOLR-11661 at 1/24/18 7:56 AM:
--
[
https://issues.apache.org/jira/browse/SOLR-11661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16337088#comment-16337088
]
Cao Manh Dat commented on SOLR-11661:
-
A patch for this ticket, this patch solve the p
[
https://issues.apache.org/jira/browse/SOLR-11661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cao Manh Dat updated SOLR-11661:
Attachment: SOLR-11661.patch
> Race condition between core creation thread and recovery request from
[
https://issues.apache.org/jira/browse/SOLR-11873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16337060#comment-16337060
]
Mihaly Toth commented on SOLR-11873:
[~markrmil...@gmail.com], can you please look int
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/1232/
Java: 32bit/jdk1.8.0_144 -server -XX:+UseG1GC
2 tests failed.
FAILED: org.apache.solr.cloud.TestUtilizeNode.test
Error Message:
no replica should be present in 127.0.0.1:42437_solr
Stack Trace:
java.lang.AssertionError: no repl
[
https://issues.apache.org/jira/browse/SOLR-11888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16337009#comment-16337009
]
Mikhail Khludnev commented on SOLR-11888:
-
Please make sure that you clean index b
[
https://issues.apache.org/jira/browse/SOLR-11891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16336996#comment-16336996
]
Mikhail Khludnev commented on SOLR-11891:
-
I believe that after [Document doc = do
[
https://issues.apache.org/jira/browse/SOLR-11873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16336971#comment-16336971
]
ASF GitHub Bot commented on SOLR-11873:
---
GitHub user misutoth opened a pull request:
GitHub user misutoth opened a pull request:
https://github.com/apache/lucene-solr/pull/311
SOLR-11873: Use a time based expiration cache for one off HDFS FileSyâ¦
â¦stem instances in all functions.
You can merge this pull request into a Git repository by running:
$ git pull h
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/417/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC
2 tests failed.
FAILED: org.apache.solr.cloud.autoscaling.sim.TestLargeCluster.testNodeLost
Error Message:
Stack Trace:
java.util.concurrent.TimeoutException
[
https://issues.apache.org/jira/browse/SOLR-11892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16336933#comment-16336933
]
Robert Muir commented on SOLR-11892:
-1: the exact exception type is important. Sorry,
[
https://issues.apache.org/jira/browse/SOLR-11892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Erick Erickson updated SOLR-11892:
--
Description:
In privateDeleteFile, just use deleteIfExists.
in RamDirectory we can declare a st
[
https://issues.apache.org/jira/browse/SOLR-11892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Erick Erickson updated SOLR-11892:
--
Summary: Avoid unnecessary exceptions in FSDirectory and RAMDirectory
(was: In FSDirectory we c
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21333/
Java: 32bit/jdk1.8.0_144 -server -XX:+UseParallelGC
3 tests failed.
FAILED:
junit.framework.TestSuite.org.apache.solr.client.solrj.request.SchemaTest
Error Message:
1 thread leaked from SUITE scope at
org.apache.solr.client
Erick Erickson created SOLR-11892:
-
Summary: In FSDirectory we can use deleteIfExists and avoid an
unnecessary exception
Key: SOLR-11892
URL: https://issues.apache.org/jira/browse/SOLR-11892
Project:
Hi All,
For our business requirement, once our Solr client (Java) gets the results of a
search query from the Solr server, we need to further search across and also
within the content of the returned documents. To accomplish this, I am
attempting to create on the client-side an in-memory lucene
[
https://issues.apache.org/jira/browse/SOLR-11882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16336891#comment-16336891
]
Erick Erickson commented on SOLR-11882:
---
[~ab] kindly provided this suggestion, I ap
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/329/
7 tests failed.
FAILED: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test
Error Message:
Could not load collection from ZK: collection2
Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK:
co
[
https://issues.apache.org/jira/browse/SOLR-11882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Erick Erickson updated SOLR-11882:
--
Attachment: SOLR-11882.patch
> SolrMetric registries retain references to SolrCores when closed
[
https://issues.apache.org/jira/browse/SOLR-11617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16336864#comment-16336864
]
ASF GitHub Bot commented on SOLR-11617:
---
GitHub user fsparv opened a pull request:
GitHub user fsparv opened a pull request:
https://github.com/apache/lucene-solr/pull/310
SOLR-11617
Changes as mentioned in Jira comment, plus rather than decide I provided an
option for the user to enable whitespace values. By default this is off and
whitespace values are treated
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4404/
Java: 64bit/jdk-9 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
2 tests failed.
FAILED: org.apache.solr.client.solrj.request.TestV2Request.testCloudSolrClient
Error Message:
Captured an uncaught exception in thread: Thread[i
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/1231/
Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseG1GC
1 tests failed.
FAILED: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test
Error Message:
Could not find collection:collection2
Stack Trace:
java.lang.AssertionEr
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2272/
6 tests failed.
FAILED:
junit.framework.TestSuite.org.apache.solr.analytics.OverallAnalyticsTest
Error Message:
1 thread leaked from SUITE scope at
org.apache.solr.analytics.OverallAnalyticsTest: 1) Thread[id=85,
name=qtp
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/419/
Java: 64bit/jdk-9.0.1 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
11 tests failed.
FAILED:
junit.framework.TestSuite.org.apache.lucene.store.TestFileSwitchDirectory
Error Message:
Could not remove the following files (in the
[
https://issues.apache.org/jira/browse/SOLR-11882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Erick Erickson updated SOLR-11882:
--
Summary: SolrMetric registries retain references to SolrCores when closed
(was: SolrMetric regi
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21332/
Java: 64bit/jdk-9.0.1 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
1 tests failed.
FAILED: org.apache.solr.cloud.TestUtilizeNode.test
Error Message:
no replica should be present in 127.0.0.1:41669_solr
Stack Trace:
java.l
[
https://issues.apache.org/jira/browse/SOLR-11884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16336676#comment-16336676
]
Erick Erickson commented on SOLR-11884:
---
I pretty much expect this to become an umbr
[
https://issues.apache.org/jira/browse/SOLR-11862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16336644#comment-16336644
]
ASF subversion and git services commented on SOLR-11862:
Commit 05
[
https://issues.apache.org/jira/browse/SOLR-11862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16336633#comment-16336633
]
ASF subversion and git services commented on SOLR-11862:
Commit a0
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7135/
Java: 32bit/jdk1.8.0_144 -server -XX:+UseG1GC
17 tests failed.
FAILED: org.apache.lucene.benchmark.byTask.TestPerfTasksLogic.testReadTokens
Error Message:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\build\be
[
https://issues.apache.org/jira/browse/SOLR-7887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16336547#comment-16336547
]
Varun Thacker commented on SOLR-7887:
-
Thanks Ralph for that link. Makes perfect sense
[
https://issues.apache.org/jira/browse/SOLR-11884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16336544#comment-16336544
]
Varun Thacker commented on SOLR-11884:
--
Hi Erick,
How about we split this discussion
[
https://issues.apache.org/jira/browse/SOLR-7887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16336521#comment-16336521
]
Ralph Goers commented on SOLR-7887:
---
Asynchronous logging disables retrieving the locatio
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-master/930/
No tests ran.
Build Log:
[...truncated 28244 lines...]
prepare-release-no-sign:
[mkdir] Created dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-master/lucene/build/smokeTestRelease/dist
[copy]
[
https://issues.apache.org/jira/browse/SOLR-11766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16336520#comment-16336520
]
Cassandra Targett commented on SOLR-11766:
--
I've been working on this the past fe
[
https://issues.apache.org/jira/browse/SOLR-7887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16336507#comment-16336507
]
Varun Thacker commented on SOLR-7887:
-
Latest patch also adds the lmax-disruptor JAR fo
[
https://issues.apache.org/jira/browse/SOLR-7887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Varun Thacker updated SOLR-7887:
Attachment: SOLR-7887.patch
> Upgrade Solr to use log4j2 -- log4j 1 now officially end of life
>
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21331/
Java: 64bit/jdk-10-ea+37 -XX:+UseCompressedOops -XX:+UseSerialGC
1 tests failed.
FAILED: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test
Error Message:
Could not find collection:collection2
Stack Trace:
java.lang.Ass
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/408/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
1 tests failed.
FAILED: org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory
Error Message:
expected:<5> but was:<0>
Stack Trace:
java.lang.
wei wang created SOLR-11891:
---
Summary: BinaryResponseWriter fetches unnecessary fields
Key: SOLR-11891
URL: https://issues.apache.org/jira/browse/SOLR-11891
Project: Solr
Issue Type: Improvement
[
https://issues.apache.org/jira/browse/SOLR-8389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Amrit Sarkar updated SOLR-8389:
---
Attachment: SOLR-8389.patch
> Convert CDCR peer cluster and other configurations into collection proper
[
https://issues.apache.org/jira/browse/LUCENE-7110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16336394#comment-16336394
]
Robert Muir commented on LUCENE-7110:
-
{quote}
This is exactly what I was thinking. C
[
https://issues.apache.org/jira/browse/SOLR-11890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16336369#comment-16336369
]
ASF subversion and git services commented on SOLR-11890:
Commit 47
[
https://issues.apache.org/jira/browse/SOLR-11890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16336366#comment-16336366
]
ASF subversion and git services commented on SOLR-11890:
Commit a6
[
https://issues.apache.org/jira/browse/SOLR-8389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Amrit Sarkar updated SOLR-8389:
---
Attachment: SOLR-8389.patch
> Convert CDCR peer cluster and other configurations into collection proper
[
https://issues.apache.org/jira/browse/LUCENE-7110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16336340#comment-16336340
]
David Smiley commented on LUCENE-7110:
--
{quote} I think it would be super efficient
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/1229/
Java: 64bit/jdk-10-ea+37 -XX:+UseCompressedOops -XX:+UseParallelGC
2 tests failed.
FAILED:
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testFuzzyKmeans
Error Message:
expected:<1.3724537218127956E-4> but was:<0.0>
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1642/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
1 tests failed.
FAILED:
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication
Error Message:
Index: 0, Size: 0
Stack Trace:
java.
[
https://issues.apache.org/jira/browse/SOLR-11890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joel Bernstein updated SOLR-11890:
--
Attachment: SOLR-11890.patch
> Add multiKmeans Stream Evaluator
> --
[
https://issues.apache.org/jira/browse/SOLR-11890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joel Bernstein updated SOLR-11890:
--
Attachment: SOLR-11890.patch
> Add multiKmeans Stream Evaluator
> --
[
https://issues.apache.org/jira/browse/LUCENE-7110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16336283#comment-16336283
]
Nicholas Knize commented on LUCENE-7110:
Some really good ideas here. Thank you a
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1457/
6 tests failed.
FAILED:
org.apache.lucene.classification.CachingNaiveBayesClassifierTest.testPerformance
Error Message:
evaluation took more than 1m: 78s
Stack Trace:
java.lang.AssertionError: evaluation took more than
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21330/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseSerialGC
7 tests failed.
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.MoveReplicaHDFSFailoverTest
Error Message:
Timed out waiting for Mini HDFS Cluster to start
Stack Tra
[
https://issues.apache.org/jira/browse/SOLR-11889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrzej Bialecki reassigned SOLR-11889:
Assignee: Andrzej Bialecki
> TestLargeCluster.testNodeLost() failure
> ---
[
https://issues.apache.org/jira/browse/LUCENE-7110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16336237#comment-16336237
]
David Smiley commented on LUCENE-7110:
--
Nick your last explanation helped clarity th
[
https://issues.apache.org/jira/browse/LUCENE-7110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16336225#comment-16336225
]
Adrien Grand commented on LUCENE-7110:
--
Thanks Nick, I get it better now. I'm curiou
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2271/
7 tests failed.
FAILED:
junit.framework.TestSuite.org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd
Error Message:
1 thread leaked from SUITE scope at
org.apache.solr.handler.dataimport.TestSolrEntityProcessor
[
https://issues.apache.org/jira/browse/LUCENE-7110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16336199#comment-16336199
]
Robert Muir commented on LUCENE-7110:
-
Then shouldn't we just add Range? It'd like to
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/416/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC
2 tests failed.
FAILED: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test
Error Message:
Could not find collection:collection2
Stack Trace:
java.lang.AssertionError:
: > It seems that emails for JIRA issues created or updated between
: >
: > 2018/01/17 19:30 and 2018/01/18 20:05 (i.e. over 24 hours)
: >
: > were created with Precedence: bulk
: >
: > Such mails are dropped by ezmlm, so the mails never got sent to any
: > mailing lists.
5 issues created on t
[
https://issues.apache.org/jira/browse/SOLR-11890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joel Bernstein updated SOLR-11890:
--
Description:
One of the nice things about kmeans clustering is that it's fast, which allows
for
[
https://issues.apache.org/jira/browse/SOLR-11890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joel Bernstein updated SOLR-11890:
--
Fix Version/s: 7.3
> Add multiKmeans Stream Evaluator
>
>
>
Joel Bernstein created SOLR-11890:
-
Summary: Add multiKmeans Stream Evaluator
Key: SOLR-11890
URL: https://issues.apache.org/jira/browse/SOLR-11890
Project: Solr
Issue Type: New Feature
[
https://issues.apache.org/jira/browse/SOLR-11890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joel Bernstein reassigned SOLR-11890:
-
Assignee: Joel Bernstein
> Add multiKmeans Stream Evaluator
> ---
[
https://issues.apache.org/jira/browse/SOLR-11862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16336140#comment-16336140
]
ASF subversion and git services commented on SOLR-11862:
Commit 1f
[
https://issues.apache.org/jira/browse/SOLR-11066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shalin Shekhar Mangar reassigned SOLR-11066:
Assignee: Shalin Shekhar Mangar
> Implement a scheduled trigger
> -
[
https://issues.apache.org/jira/browse/SOLR-11862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16336117#comment-16336117
]
ASF subversion and git services commented on SOLR-11862:
Commit 50
[
https://issues.apache.org/jira/browse/SOLR-11648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16336113#comment-16336113
]
ASF subversion and git services commented on SOLR-11648:
Commit bd
[
https://issues.apache.org/jira/browse/SOLR-11648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16336110#comment-16336110
]
ASF subversion and git services commented on SOLR-11648:
Commit 4a
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/1228/
Java: 64bit/jdk-10-ea+37 -XX:-UseCompressedOops -XX:+UseG1GC
4 tests failed.
FAILED: junit.framework.TestSuite.org.apache.solr.cloud.BasicZkTest
Error Message:
SolrCore.getOpenCount()==2
Stack Trace:
java.lang.RuntimeException:
[
https://issues.apache.org/jira/browse/SOLR-8327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16336092#comment-16336092
]
John Gallagher commented on SOLR-8327:
--
[~noble.paul] I'm happy to try to make that ch
[
https://issues.apache.org/jira/browse/LUCENE-8135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adrien Grand updated LUCENE-8135:
-
Attachment: LUCENE-8135.patch
> Implement Block-Max WAND
>
>
>
[
https://issues.apache.org/jira/browse/LUCENE-8135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16336062#comment-16336062
]
Adrien Grand commented on LUCENE-8135:
--
Here is a patch that applies on top of the o
Github user millerjeff0 closed the pull request at:
https://github.com/apache/lucene-solr/pull/281
---
-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org
[
https://issues.apache.org/jira/browse/LUCENE-7110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16336024#comment-16336024
]
Nicholas Knize commented on LUCENE-7110:
{quote}If I understand correctly, leaf n
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4403/
Java: 64bit/jdk-9 -XX:-UseCompressedOops -XX:+UseParallelGC
2 tests failed.
FAILED: org.apache.solr.cloud.TestUtilizeNode.test
Error Message:
no replica should be present in 127.0.0.1:56820_solr
Stack Trace:
java.lang.Asser
[
https://issues.apache.org/jira/browse/SOLR-11882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16335996#comment-16335996
]
Erick Erickson commented on SOLR-11882:
---
What I see at this point is that the number
In 6.5.1, when the logging panel in the new UI refreshes, it closes any stack
trace that has been opened up. This makes me always use the old UI for viewing
the log.
Has this been reported and/or fixed?
wunder
Walter Underwood
wun...@wunderwood.org
http://observer.wunderwood.org/ (my blog)
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21329/
Java: 64bit/jdk-9.0.1 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
1 tests failed.
FAILED: org.apache.solr.cloud.MoveReplicaHDFSTest.testFailedMove
Error Message:
No live SolrServers available to handle this
request:[https
Adrien Grand created LUCENE-8135:
Summary: Implement Block-Max WAND
Key: LUCENE-8135
URL: https://issues.apache.org/jira/browse/LUCENE-8135
Project: Lucene - Core
Issue Type: Improvement
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/328/
7 tests failed.
FAILED: org.apache.solr.cloud.autoscaling.sim.TestLargeCluster.testNodeLost
Error Message:
Stack Trace:
java.util.concurrent.TimeoutException
at
__randomizedtesting.SeedInfo.seed([5571559C76A873F3:EA649B62
[
https://issues.apache.org/jira/browse/SOLR-11889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steve Rowe updated SOLR-11889:
--
Component/s: Tests
> TestLargeCluster.testNodeLost() failure
> ---
>
Steve Rowe created SOLR-11889:
-
Summary: TestLargeCluster.testNodeLost() failure
Key: SOLR-11889
URL: https://issues.apache.org/jira/browse/SOLR-11889
Project: Solr
Issue Type: Bug
Security
FYI:
> Begin forwarded message:
>
> From: sebb
> Subject: Informing projects of missing mails from JIRA
> Date: January 20, 2018 at 1:37:49 PM EST
> To: Users
>
> See INFRA-15874.
>
> It seems that emails for JIRA issues created or updated between
>
> 2018/01/17 19:30 and 2018/01/18 20:05 (i
[
https://issues.apache.org/jira/browse/SOLR-11888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16335862#comment-16335862
]
Atef commented on SOLR-11888:
-
in attached file i send the sample from data config and respons
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/418/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseConcMarkSweepGC
4 tests failed.
FAILED: org.apache.solr.cloud.TestUtilizeNode.test
Error Message:
Stack Trace:
java.lang.AssertionError
at
__randomizedtesting.SeedInfo.seed([A1
[
https://issues.apache.org/jira/browse/SOLR-11888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Atef updated SOLR-11888:
Attachment: data-config.xml
> Duplication uniquekey in parent child document
> ---
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/1227/
Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseSerialGC
All tests passed
Build Log:
[...truncated 37448 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/build.xml:836: The following
error occurred whi
[
https://issues.apache.org/jira/browse/SOLR-11648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16335810#comment-16335810
]
ASF subversion and git services commented on SOLR-11648:
Commit 2e
[
https://issues.apache.org/jira/browse/SOLR-11648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16335809#comment-16335809
]
ASF subversion and git services commented on SOLR-11648:
Commit 47
[
https://issues.apache.org/jira/browse/SOLR-11648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16335795#comment-16335795
]
Uwe Schindler commented on SOLR-11648:
--
There is also license header missing in one c
[
https://issues.apache.org/jira/browse/SOLR-11648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16335792#comment-16335792
]
Uwe Schindler commented on SOLR-11648:
--
Thanks Christine. I was about to leave a comm
[
https://issues.apache.org/jira/browse/SOLR-11648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16335780#comment-16335780
]
Apoorv Bhawsar commented on SOLR-11648:
---
[~cpoerschke] looking into it
> Create a w
[
https://issues.apache.org/jira/browse/SOLR-11648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16335760#comment-16335760
]
Christine Poerschke commented on SOLR-11648:
Seeing {{ant precommit}} failures
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21328/
Java: 64bit/jdk1.8.0_144 -XX:-UseCompressedOops -XX:+UseSerialGC
1 tests failed.
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation
Error Message:
2 threads leaked from SUITE scope a
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7134/
Java: 64bit/jdk-9.0.1 -XX:-UseCompressedOops -XX:+UseParallelGC
4 tests failed.
FAILED: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test
Error Message:
Could not find collection:collection2
Stack Trace:
java.lang.Ass
[
https://issues.apache.org/jira/browse/LUCENE-8133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl Wright resolved LUCENE-8133.
-
Resolution: Fixed
Fix Version/s: 7.3
master (8.0)
6.7
[
https://issues.apache.org/jira/browse/LUCENE-8133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16335720#comment-16335720
]
Karl Wright commented on LUCENE-8133:
-
I increased the MINIMUM_RESOLUTION as describe
[
https://issues.apache.org/jira/browse/LUCENE-8133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16335719#comment-16335719
]
ASF subversion and git services commented on LUCENE-8133:
-
Commit
1 - 100 of 125 matches
Mail list logo