Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1201/
7 tests failed.
FAILED: org.apache.lucene.search.TestFuzzyQuery.testRandom
Error Message:
Test abandoned because suite timeout was reached.
Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reach
[
https://issues.apache.org/jira/browse/SOLR-9906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15794381#comment-15794381
]
ASF subversion and git services commented on SOLR-9906:
---
Commit 39885
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18685/
Java: 32bit/jdk1.8.0_112 -server -XX:+UseG1GC
All tests passed
Build Log:
[...truncated 6806 lines...]
[junit4] ERROR: JVM J2 ended with an exception, command line:
/home/jenkins/tools/java/32bit/jdk1.8.0_112/jre/bin/java
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6330/
Java: 64bit/jdk1.8.0_112 -XX:-UseCompressedOops -XX:+UseSerialGC
1 tests failed.
FAILED:
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail
Error Message:
expected:<200> but was:<404>
Sta
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Solaris/592/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC
1 tests failed.
FAILED: junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsRecoveryZkTest
Error Message:
ObjectTracker found 1 object(s) that were not released
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2576/
Java: 32bit/jdk-9-ea+147 -client -XX:+UseSerialGC
1 tests failed.
FAILED: org.apache.solr.cloud.ShardSplitTest.testSplitAfterFailedSplit
Error Message:
expected:<1> but was:<2>
Stack Trace:
java.lang.AssertionError: expected:<1>
[
https://issues.apache.org/jira/browse/LUCENE-998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15793976#comment-15793976
]
Trejkaz commented on LUCENE-998:
Won't fix? I was about to file this one.
I don't think
[
https://issues.apache.org/jira/browse/SOLR-9835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cao Manh Dat updated SOLR-9835:
---
Attachment: SOLR-9835.patch
Updated patch for this issues, the changes are pretty solid now.
The main
[
https://issues.apache.org/jira/browse/LUCENE-7616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15793923#comment-15793923
]
Trejkaz commented on LUCENE-7616:
-
As an additional nasty point, sometimes this method is
[
https://issues.apache.org/jira/browse/SOLR-9906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Noble Paul updated SOLR-9906:
-
Attachment: SOLR-9906.patch
> Use better check to validate if node recovered via PeerSync or Replication
>
Trejkaz created LUCENE-7616:
---
Summary: QueryNode#toQueryString says it produces a string in the
syntax understood by "the query parser", but cannot possibly know how
Key: LUCENE-7616
URL: https://issues.apache.org/jira/
[
https://issues.apache.org/jira/browse/SOLR-9906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pushkar Raste updated SOLR-9906:
Attachment: SOLR-9906.patch
> Use better check to validate if node recovered via PeerSync or Replicat
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-master/664/
No tests ran.
Build Log:
[...truncated 41962 lines...]
prepare-release-no-sign:
[mkdir] Created dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-master/lucene/build/smokeTestRelease/dist
[copy] Co
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Windows/663/
Java: 32bit/jdk1.8.0_112 -client -XX:+UseConcMarkSweepGC
1 tests failed.
FAILED:
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigAliasReplication
Error Message:
expected:<1> but was:<0>
Stack Trace:
java.lan
Thank you. This isn't a situation where I have access to a schema so I
don't think I can make use of the FieldType methods. I'm implementing a
Match stream as part of the streaming api (our discussion in
https://issues.apache.org/jira/browse/SOLR-8530).
An arbitrary tuple can come in with calculat
LongPoint uses the Points API. If you are using a Solr QParserPlugin, it's not
going to use that API. Assuming you're in Solr land, I think you should be
using utility methods on FieldType (lookup from schema) which can create the
Field instances to be put on the document.
~ David
> On Jan 2,
I'm messing around with a MemoryIndex and am indexing a field of type Long.
>From everything I can tell, this should be added into a Document as type
org.apache.lucene.document.LongPoint. However, when I try to match it with
a query of form "a_i:1" it doesn't match.
For example, full document is
{
Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/643/
1 tests failed.
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.AsyncCallRequestStatusResponseTest
Error Message:
1 thread leaked from SUITE scope at
org.apache.solr.cloud.AsyncCallRequestStatusResponseTest: 1)
Thread
[
https://issues.apache.org/jira/browse/SOLR-9896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shalin Shekhar Mangar updated SOLR-9896:
Attachment: SOLR-9896.patch
Patch which instruments the following thread pools:
# Upd
[
https://issues.apache.org/jira/browse/SOLR-9854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrzej Bialecki updated SOLR-9854:
Attachment: SOLR-9854.patch
Current patch. I think this is ready.
> Collect metrics for inde
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Solaris/591/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC
3 tests failed.
FAILED:
junit.framework.TestSuite.org.apache.solr.core.snapshots.TestSolrCloudSnapshots
Error Message:
java.util.concurrent.TimeoutException: Could no
[
https://issues.apache.org/jira/browse/SOLR-9154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anshum Gupta resolved SOLR-9154.
Resolution: Fixed
Fix Version/s: (was: 6.2)
6.4
> Config API does not w
[
https://issues.apache.org/jira/browse/SOLR-9154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15793296#comment-15793296
]
ASF subversion and git services commented on SOLR-9154:
---
Commit fb39e
[
https://issues.apache.org/jira/browse/SOLR-8110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15793258#comment-15793258
]
Erick Erickson commented on SOLR-8110:
--
[~hossman_luc...@fucit.org] Hoss: WDYT about p
[
https://issues.apache.org/jira/browse/SOLR-4983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15793252#comment-15793252
]
Erick Erickson commented on SOLR-4983:
--
Ran across this looking for something else.
I
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/245/
5 tests failed.
FAILED: org.apache.lucene.search.TestFuzzyQuery.testRandom
Error Message:
Test abandoned because suite timeout was reached.
Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
[
https://issues.apache.org/jira/browse/SOLR-8530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15793150#comment-15793150
]
Joel Bernstein commented on SOLR-8530:
--
Yep, makes sense.
> Add HavingStream to Strea
[
https://issues.apache.org/jira/browse/SOLR-8530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15793146#comment-15793146
]
Joel Bernstein commented on SOLR-8530:
--
We ran into the same problem when we implement
[
https://issues.apache.org/jira/browse/SOLR-8530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15793146#comment-15793146
]
Joel Bernstein edited comment on SOLR-8530 at 1/2/17 4:42 PM:
--
[
https://issues.apache.org/jira/browse/SOLR-9684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15793128#comment-15793128
]
ASF subversion and git services commented on SOLR-9684:
---
Commit dc289
[
https://issues.apache.org/jira/browse/SOLR-9684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joel Bernstein resolved SOLR-9684.
--
Resolution: Resolved
> Add priority Streaming Expression
> -
>
>
[
https://issues.apache.org/jira/browse/SOLR-9684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joel Bernstein updated SOLR-9684:
-
Description:
SOLR-9559 adds a general purpose *parallel task executor* for streaming
expressions.
[
https://issues.apache.org/jira/browse/SOLR-9684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joel Bernstein updated SOLR-9684:
-
Summary: Add priority Streaming Expression (was: Add schedule Streaming
Expression)
> Add priorit
[
https://issues.apache.org/jira/browse/SOLR-9684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15793110#comment-15793110
]
ASF subversion and git services commented on SOLR-9684:
---
Commit 0999f
[
https://issues.apache.org/jira/browse/SOLR-9885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15793100#comment-15793100
]
Mano Kovacs commented on SOLR-9885:
---
Any review would be greatly appreciated!
> Make log
[
https://issues.apache.org/jira/browse/SOLR-8530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15793092#comment-15793092
]
Dennis Gove commented on SOLR-8530:
---
One problem I ran into when I was approaching the Ma
[
https://issues.apache.org/jira/browse/SOLR-8530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15793050#comment-15793050
]
David Smiley commented on SOLR-8530:
Nice plan Joel.
RE naming... maybe include the st
Congrats and a warm welcome Jim!
~ David
On Sun, Jan 1, 2017 at 1:47 PM jim ferenczi wrote:
> Hi,
>
> Thanks all for this warm welcome !
>
> I am very happy to join you as a commiter especially in this period of the
> year, I received the invitation the 24th of December and this is now
> officia
Mano Kovacs created SOLR-9910:
-
Summary: Allow setting of additional jetty options in bin/solr and
bin/solr.cmd
Key: SOLR-9910
URL: https://issues.apache.org/jira/browse/SOLR-9910
Project: Solr
Welcome Jim!
On Mon, Jan 2, 2017 at 5:12 AM, Tommaso Teofili
wrote:
> Welcome Jim!
>
> Tommaso
>
> Il giorno lun 2 gen 2017 alle ore 02:53 Joel Bernstein
> ha scritto:
>
>> Welcome Jim!
>>
>> Joel Bernstein
>> http://joelsolr.blogspot.com/
>>
>> On Sun, Jan 1, 2017 at 2:43 PM, Uwe Schindler wr
[
https://issues.apache.org/jira/browse/SOLR-9909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shalin Shekhar Mangar updated SOLR-9909:
Issue Type: Task (was: Test)
> Nuke one of DefaultSolrThreadFactory and SolrjNamedTh
Shalin Shekhar Mangar created SOLR-9909:
---
Summary: Nuke one of DefaultSolrThreadFactory and
SolrjNamedThreadFactory
Key: SOLR-9909
URL: https://issues.apache.org/jira/browse/SOLR-9909
Project: S
[
https://issues.apache.org/jira/browse/LUCENE-7615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15792842#comment-15792842
]
Paul Elschot commented on LUCENE-7615:
--
Some plans for using this:
In LUCENE-7580 t
[
https://issues.apache.org/jira/browse/LUCENE-7615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Elschot updated LUCENE-7615:
-
Attachment: LUCENE-7615.patch
Patch of 2 Jan 2017.
This can be used as proximity subquery whenev
Paul Elschot created LUCENE-7615:
Summary: SpanSynonymQuery
Key: LUCENE-7615
URL: https://issues.apache.org/jira/browse/LUCENE-7615
Project: Lucene - Core
Issue Type: Improvement
Co
Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/642/
1 tests failed.
FAILED: junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsRecoveryZkTest
Error Message:
ObjectTracker found 1 object(s) that were not released!!! [HdfsTransactionLog]
org.apache.solr.common.util.ObjectRelease
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2570/
Java: 64bit/jdk-9-ea+147 -XX:+UseCompressedOops -XX:+UseG1GC
1 tests failed.
FAILED: org.apache.solr.cloud.PeerSyncReplicationTest.test
Error Message:
PeerSync failed. Had to fail back to replication expected:<0> but was:<15>
St
Welcome Christine!
Tommaso
Il giorno dom 1 gen 2017 alle ore 20:41 Stefan Matheis ha
scritto:
> Congrats Christine!
>
> -Stefan
>
> On Dec 30, 2016 1:47 PM, "Adrien Grand" wrote:
>
> I am pleased to announce that Christine Poerschke has accepted the PMC's
> invitation to join.
>
> Welcome Chri
Welcome Mikhail!
Tommaso
Il giorno dom 1 gen 2017 alle ore 20:42 Stefan Matheis ha
scritto:
> Welcome Mikhail!
>
> -Stefan
>
> On Dec 30, 2016 4:16 PM, "Adrien Grand" wrote:
>
> I am pleased to announce that Mikhail Khludnev has accepted the PMC's
> invitation to join.
>
> Welcome Mikhail!
>
>
Welcome Jim!
Tommaso
Il giorno lun 2 gen 2017 alle ore 02:53 Joel Bernstein
ha scritto:
> Welcome Jim!
>
> Joel Bernstein
> http://joelsolr.blogspot.com/
>
> On Sun, Jan 1, 2017 at 2:43 PM, Uwe Schindler wrote:
>
> Welcome Jim!
>
> Uwe
>
> Am 1. Januar 2017 18:30:34 MEZ schrieb Steve Rowe :
>
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1200/
11 tests failed.
FAILED: org.apache.lucene.search.TestFuzzyQuery.testRandom
Error Message:
Test abandoned because suite timeout was reached.
Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reac
51 matches
Mail list logo