Build: https://builds.apache.org/job/Lucene-Solr-repro/327/
[...truncated 28 lines...]
[repro] Jenkins log URL:
https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/181/consoleText
[repro] Revision: 56009132b99472adcdaf47a1ddd61afaa93cf88a
[repro] Ant options: -Dtests.multiplier=2
-Dtest
Error processing tokens: Error while parsing action
'Text/ZeroOrMore/FirstOf/Token/DelimitedToken/DelimitedToken_Action3' at input
position (line 79, pos 4):
)"}
^
java.lang.OutOfMemoryError: Java heap space
-
To unsubscribe
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-7.3/8/
No tests ran.
Build Log:
[...truncated 30127 lines...]
prepare-release-no-sign:
[mkdir] Created dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-7.3/lucene/build/smokeTestRelease/dist
[copy] Copying
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.3-Linux/62/
Java: 64bit/jdk-10 -XX:-UseCompressedOops -XX:+UseParallelGC
1 tests failed.
FAILED: org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingSorting
Error Message:
Should have exactly 4 documents returned expected:<4> but was:<3>
Build: https://builds.apache.org/job/Lucene-Solr-repro/329/
[...truncated 28 lines...]
[repro] Jenkins log URL:
https://builds.apache.org/job/Lucene-Solr-SmokeRelease-7.x/181/consoleText
[repro] Revision: 56009132b99472adcdaf47a1ddd61afaa93cf88a
[repro] Ant options: -DsmokeTestRelease.java9=/ho
Build: https://builds.apache.org/job/Lucene-Solr-repro/328/
[...truncated 43 lines...]
[repro] Jenkins log URL:
https://builds.apache.org/job/Lucene-Solr-Tests-7.3/26/consoleText
[repro] Revision: eb8a5a882f879a51389b5d43f74f3aceac9e68c9
[repro] Repro line: ant test -Dtestcase=MoveReplicaHDFS
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21695/
Java: 64bit/jdk1.8.0_162 -XX:-UseCompressedOops -XX:+UseSerialGC
4 tests failed.
FAILED: org.apache.solr.handler.dataimport.TestFileListEntityProcessor.testNTOT
Error Message:
expected:<2> but was:<0>
Stack Trace:
java.lang.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/1587/
Java: 32bit/jdk1.8.0_162 -client -XX:+UseSerialGC
1 tests failed.
FAILED: org.apache.solr.handler.TestSolrConfigHandlerConcurrent.test
Error Message:
Stack Trace:
java.lang.NullPointerException
at
__randomizedtesting.S
Github user janhoy commented on the issue:
https://github.com/apache/lucene-solr/pull/342
Pushed another commit simplifying the if checks into `auditIfConfigured()`.
---
-
To unsubscribe, e-mail: dev-unsubscr...@luce
Github user janhoy commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/342#discussion_r176922456
--- Diff: solr/core/src/java/org/apache/solr/core/CoreContainer.java ---
@@ -328,6 +331,38 @@ private synchronized void
initializeAuthorizationPlugin(Map
[
https://issues.apache.org/jira/browse/LUCENE-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16412819#comment-16412819
]
Karl Wright commented on LUCENE-8220:
-
[~ivera], can you explain to me why the constr
[
https://issues.apache.org/jira/browse/SOLR-12120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16412808#comment-16412808
]
Jan Høydahl commented on SOLR-12120:
Question: Should we strive to have only *one* aud
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/1586/
Java: 32bit/jdk1.8.0_162 -server -XX:+UseParallelGC
1 tests failed.
FAILED: org.apache.solr.cloud.TestCloudRecovery.corruptedLogTest
Error Message:
Stack Trace:
java.lang.AssertionError
at
__randomizedtesting.SeedInfo.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.3/27/
2 tests failed.
FAILED:
org.apache.solr.cloud.TestSegmentSorting.testAtomicUpdateOfSegmentSortField
Error Message:
Could not find a healthy node to handle the request.
Stack Trace:
org.apache.solr.common.SolrException: Could not fi
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.3-Linux/60/
Java: 64bit/jdk-11-ea+5 -XX:-UseCompressedOops -XX:+UseG1GC
1 tests failed.
FAILED:
org.apache.solr.cloud.hdfs.HDFSCollectionsAPITest.testDataDirIsNotReused
Error Message:
null Live Nodes: [127.0.0.1:38585_solr, 127.0.0.1:42421_s
[
https://issues.apache.org/jira/browse/LUCENE-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16412739#comment-16412739
]
Ignacio Vera commented on LUCENE-8220:
--
It fails because it expects three tiles but
[
https://issues.apache.org/jira/browse/LUCENE-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16412735#comment-16412735
]
Karl Wright commented on LUCENE-8220:
-
[~ivera], when I apply the patch and un-ignore
[
https://issues.apache.org/jira/browse/LUCENE-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16412729#comment-16412729
]
Karl Wright commented on LUCENE-8220:
-
[~ivera] Was this second patch made against wh
David:
Thanks for the analysis. This was one of those things that I figured
was either something that would be "oh, yeah, give me a few minutes"
or be _much_ more complicated than that, as you've pointed out.
Thinking about it some more it gets uglier and uglier. There
_shouldn't_ be any a-priori
Erick Erickson created SOLR-12136:
-
Summary: Document hl.q parameter
Key: SOLR-12136
URL: https://issues.apache.org/jira/browse/SOLR-12136
Project: Solr
Issue Type: Improvement
Security
[
https://issues.apache.org/jira/browse/LUCENE-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16412703#comment-16412703
]
Ignacio Vera commented on LUCENE-8220:
--
Attached my approach changing the definition
[
https://issues.apache.org/jira/browse/LUCENE-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ignacio Vera updated LUCENE-8220:
-
Attachment: factory.patch
> GeoPolygon factory still shows problems with coplanar points
> --
Hi Erick,
BTW hl.q is parsed by the hl.qparser param which defaults to the defType
param which defaults to "lucene".
In common cases, I think this is a non-issue. One common case is
defType=edismax and you specify a list of fields in 'qf' (thus your query
has parts parsed on various fields) and
[
https://issues.apache.org/jira/browse/SOLR-11551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Gerlowski resolved SOLR-11551.
Resolution: Fixed
Fix Version/s: master (8.0)
7.4
Thanks everyone
Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-master/19/
4 tests failed.
FAILED: junit.framework.TestSuite.org.apache.solr.cloud.ZkControllerTest
Error Message:
ObjectTracker found 1 object(s) that were not released!!! [Overseer]
org.apache.solr.common.util.ObjectReleaseTrack
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/517/
Java: 32bit/jdk1.8.0_144 -server -XX:+UseParallelGC
1 tests failed.
FAILED: junit.framework.TestSuite.org.apache.solr.cloud.TestCloudRecovery
Error Message:
Could not remove the following files (in the order of attempts):
C:
[
https://issues.apache.org/jira/browse/SOLR-11551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16412667#comment-16412667
]
ASF subversion and git services commented on SOLR-11551:
Commit ff
[
https://issues.apache.org/jira/browse/LUCENE-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16412652#comment-16412652
]
Karl Wright commented on LUCENE-8220:
-
[~ivera] I committed the changes I made, with
[
https://issues.apache.org/jira/browse/LUCENE-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16412650#comment-16412650
]
ASF subversion and git services commented on LUCENE-8220:
-
Commit
[
https://issues.apache.org/jira/browse/LUCENE-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16412649#comment-16412649
]
ASF subversion and git services commented on LUCENE-8220:
-
Commit
[
https://issues.apache.org/jira/browse/LUCENE-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16412648#comment-16412648
]
ASF subversion and git services commented on LUCENE-8220:
-
Commit
[
https://issues.apache.org/jira/browse/SOLR-11551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16412646#comment-16412646
]
ASF subversion and git services commented on SOLR-11551:
Commit c4
[
https://issues.apache.org/jira/browse/LUCENE-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16412645#comment-16412645
]
Karl Wright commented on LUCENE-8220:
-
The points it is winding up with imply it's de
[
https://issues.apache.org/jira/browse/LUCENE-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16412642#comment-16412642
]
Karl Wright commented on LUCENE-8220:
-
I've augmented the output for this kind of fai
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7239/
Java: 64bit/jdk-9.0.4 -XX:-UseCompressedOops -XX:+UseSerialGC
8 tests failed.
FAILED: org.apache.solr.cloud.autoscaling.ScheduledTriggerTest.testTrigger
Error Message:
expected:<3> but was:<2>
Stack Trace:
java.lang.Asserti
Build: https://builds.apache.org/job/Solr-reference-guide-master/6255/
Log:
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on websites1 (git-websites) in workspace
/home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master
> git rev-parse --is-inside
Build: https://builds.apache.org/job/Solr-reference-guide-master/6254/
Log:
Started by user sarowe
[EnvInject] - Loading node environment variables.
Building remotely on websites1 (git-websites) in workspace
/home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master
> git rev-parse --is-
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-master/985/
No tests ran.
Build Log:
[...truncated 30102 lines...]
prepare-release-no-sign:
[mkdir] Created dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-master/lucene/build/smokeTestRelease/dist
[copy]
Looks like this job is running for the first time on a new Jenkins node, and
some tools aren’t available. I’ll try to help it along.
--
Steve
www.lucidworks.com
> On Mar 24, 2018, at 9:05 AM, Apache Jenkins Server
> wrote:
>
> Build: https://builds.apache.org/job/Solr-reference-guide-master/
Build: https://builds.apache.org/job/Solr-reference-guide-master/6253/
Log:
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on websites1 (git-websites) in workspace
/home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master
> git rev-parse --is-inside
Build: https://builds.apache.org/job/Solr-reference-guide-master/6252/
Log:
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on websites1 (git-websites) in workspace
/home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master
> git rev-parse --is-inside
Build: https://builds.apache.org/job/Solr-reference-guide-master/6251/
Log:
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on websites1 (git-websites) in workspace
/home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master
> git rev-parse --is-inside
Build: https://builds.apache.org/job/Solr-reference-guide-master/6250/
Log:
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on websites1 (git-websites) in workspace
/home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master
Cloning the remote Git repos
[
https://issues.apache.org/jira/browse/LUCENE-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16412583#comment-16412583
]
Karl Wright commented on LUCENE-8220:
-
I solved the tiling issue successfully, but th
Build:
https://builds.apache.org/job/Lucene-Solr-BadApples-NightlyTests-master/4/
8 tests failed.
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.TestShortCircuitedRequests
Error Message:
Stack Trace:
java.lang.AssertionError
at __randomizedtesting.SeedInfo.seed([D56A0BF6F2E3
[
https://issues.apache.org/jira/browse/LUCENE-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16412545#comment-16412545
]
Karl Wright commented on LUCENE-8220:
-
[~ivera], I disagree on the approach; I fear i
[
https://issues.apache.org/jira/browse/SOLR-11956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16412524#comment-16412524
]
Lucene/Solr QA commented on SOLR-11956:
---
| (x) *{color:red}-1 overall{color}* |
\\
\
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/525/
1 tests failed.
FAILED: org.apache.solr.cloud.TestPullReplica.testKillLeader
Error Message:
Replica core_node4 not up to date after 10 seconds expected:<1> but was:<0>
Stack Trace:
java.lang.AssertionError: Replica core_node4 not u
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21691/
Java: 64bit/jdk-9.0.4 -XX:+UseCompressedOops -XX:+UseG1GC
1 tests failed.
FAILED: org.apache.solr.search.TestStressRecovery.testStressRecovery
Error Message:
Captured an uncaught exception in thread: Thread[id=244, name=READE
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-BadApples-7.x-Linux/13/
Java: 64bit/jdk1.8.0_162 -XX:-UseCompressedOops -XX:+UseG1GC
4 tests failed.
FAILED:
org.apache.solr.update.processor.AtomicUpdateProcessorFactoryTest.testMultipleThreads
Error Message:
Exception during query
Stack Trac
[
https://issues.apache.org/jira/browse/LUCENE-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16412476#comment-16412476
]
Ignacio Vera commented on LUCENE-8220:
--
I think we cannot avoid this colinearity. In
[
https://issues.apache.org/jira/browse/SOLR-11982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16412473#comment-16412473
]
Lucene/Solr QA commented on SOLR-11982:
---
| (x) *{color:red}-1 overall{color}* |
\\
\
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4521/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC
2 tests failed.
FAILED:
org.apache.solr.cloud.TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeaderAfterRestart
Error Message:
Timeout waiting for 1x3 collectio
[
https://issues.apache.org/jira/browse/LUCENE-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16412469#comment-16412469
]
Karl Wright commented on LUCENE-8220:
-
Indeed, suppressing the creation of that trian
[
https://issues.apache.org/jira/browse/LUCENE-8220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16412464#comment-16412464
]
Karl Wright commented on LUCENE-8220:
-
Looking elsewhere, I find that the code for co
55 matches
Mail list logo