Build: https://builds.apache.org/job/Lucene-Solr-repro-Java11/91/
[...truncated 30 lines...]
[repro] Jenkins log URL:
https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1851/consoleText
[repro] Revision: 18cb42ee80854e2159201fe550b13d894425a4f8
[repro] Ant options: -Dtests.multiplier
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-BadApples-8.x-Linux/61/
Java: 32bit/jdk1.8.0_201 -client -XX:+UseConcMarkSweepGC
2 tests failed.
FAILED:
org.apache.solr.handler.component.TestDistributedStatsComponentCardinality.test
Error Message:
.responseHeader.status:200!=0
Stack Trace:
Bernd Wahlen created SOLR-13482:
---
Summary: solr-test-framework - junit jupiter support
Key: SOLR-13482
URL: https://issues.apache.org/jira/browse/SOLR-13482
Project: Solr
Issue Type: Wish
[
https://issues.apache.org/jira/browse/SOLR-13452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16843717#comment-16843717
]
ASF subversion and git services commented on SOLR-13452:
Commit f
[
https://issues.apache.org/jira/browse/LUCENE-8757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16843726#comment-16843726
]
Simon Willnauer commented on LUCENE-8757:
-
[~atris] can we instead of asserting
[
https://issues.apache.org/jira/browse/SOLR-13482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16843758#comment-16843758
]
Dawid Weiss commented on SOLR-13482:
Lucene and Solr use a fairly complex custom test
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.7/16/
2 tests failed.
FAILED: org.apache.solr.cloud.OverseerTest.testShardLeaderChange
Error Message:
Stack Trace:
org.apache.solr.common.AlreadyClosedException
at
__randomizedtesting.SeedInfo.seed([C65F55BA4F749C69:180CD
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/24113/
Java: 64bit/jdk-11 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
3 tests failed.
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.TestCloudSearcherWarming
Error Message:
5 threads leaked from SUITE scope at
org.apac
janhoy merged pull request #662: SOLR-12584: Describe getting Prometheus
metrics from a secure Solr
URL: https://github.com/apache/lucene-solr/pull/662
This is an automated message from the Apache Git Service.
To respond to
[
https://issues.apache.org/jira/browse/SOLR-12584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16843787#comment-16843787
]
ASF subversion and git services commented on SOLR-12584:
Commit 2
[
https://issues.apache.org/jira/browse/SOLR-12584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Høydahl reassigned SOLR-12584:
--
Assignee: Jan Høydahl
> Add basic auth credentials configuration to the Solr exporter for
> P
[
https://issues.apache.org/jira/browse/SOLR-12584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Høydahl updated SOLR-12584:
---
Fix Version/s: 8.1
> Add basic auth credentials configuration to the Solr exporter for
> Prometheus/
[
https://issues.apache.org/jira/browse/SOLR-12584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16843792#comment-16843792
]
ASF subversion and git services commented on SOLR-12584:
Commit 5
[
https://issues.apache.org/jira/browse/SOLR-12584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Høydahl resolved SOLR-12584.
Resolution: Fixed
> Add basic auth credentials configuration to the Solr exporter for
> Prometheus
[
https://issues.apache.org/jira/browse/SOLR-12584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16843793#comment-16843793
]
ASF subversion and git services commented on SOLR-12584:
Commit 8
Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/203/
All tests passed
Build Log:
[...truncated 65757 lines...]
[asciidoctor:convert] asciidoctor: ERROR: about-this-guide.adoc: line 1:
invalid part, must have at least one section (e.g., chapter, appendix, etc.)
[asciidoctor:convert] as
[
https://issues.apache.org/jira/browse/LUCENE-8757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Atri Sharma updated LUCENE-8757:
Attachment: LUCENE-8757.patch
> Better Segment To Thread Mapping Algorithm
> -
[
https://issues.apache.org/jira/browse/LUCENE-8757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16843807#comment-16843807
]
Atri Sharma commented on LUCENE-8757:
-
[~simonw] Attached is an updated patch
[^
janhoy commented on issue #665: Fixes SOLR-11841, SOLR-13331, SOLR-13347
URL: https://github.com/apache/lucene-solr/pull/665#issuecomment-493920365
It looks trivial to do a separate PR for SOLR-13347. Please do that if
possible and let's avoid huge multi-issue patches.
I am still con
Hi,
I am currently implementing a new similarity class into lucene which is
based on a language model with absolute discount.
I am basing my work on the work already done in the
LMDirichletSimilarity and LMJelinekMercerSimilarity which are really close.
However to end my implementation I need t
Hi Romaric,
You are right, computeNorm is the right place to compute and record
the number of unique terms of a document. Your computeNorm function
would look something like this:
@Override
public final long computeNorm(FieldInvertState state) {
return SmallFloat.intToByte4(state.getUniqueTermC
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Solaris/136/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC
All tests passed
Build Log:
[...truncated 65691 lines...]
[asciidoctor:convert] asciidoctor: ERROR: about-this-guide.adoc: line 1:
invalid part, must have at least one
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.7/22/
1 tests failed.
FAILED: org.apache.solr.handler.TestSQLHandler.doTest
Error Message:
--> http://127.0.0.1:43720/ul_yy/xd/collection1_shard2_replica_n6:Failed to
execute sqlQuery 'select id, field_i, str_s, field_i_p, field_f_p, fiel
[
https://issues.apache.org/jira/browse/SOLR-13437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16843873#comment-16843873
]
ASF subversion and git services commented on SOLR-13437:
Commit 3
[
https://issues.apache.org/jira/browse/SOLR-13437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16843871#comment-16843871
]
ASF subversion and git services commented on SOLR-13437:
Commit 6
[
https://issues.apache.org/jira/browse/SOLR-13437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16843875#comment-16843875
]
ASF subversion and git services commented on SOLR-13437:
Commit b
[
https://issues.apache.org/jira/browse/LUCENE-8757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16843876#comment-16843876
]
Adrien Grand commented on LUCENE-8757:
--
[~atris] Your last patch sorts in reverse o
[
https://issues.apache.org/jira/browse/LUCENE-8757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Atri Sharma updated LUCENE-8757:
Attachment: LUCENE-8757.patch
> Better Segment To Thread Mapping Algorithm
> -
[
https://issues.apache.org/jira/browse/LUCENE-8757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16843886#comment-16843886
]
Atri Sharma commented on LUCENE-8757:
-
Yeah, I noted that after posting the patch. A
[
https://issues.apache.org/jira/browse/SOLR-13475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16843888#comment-16843888
]
ASF subversion and git services commented on SOLR-13475:
Commit 9
[
https://issues.apache.org/jira/browse/SOLR-11724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16843890#comment-16843890
]
Amrit Sarkar commented on SOLR-11724:
-
Attached test which works smooth, with the pro
[
https://issues.apache.org/jira/browse/SOLR-11724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Amrit Sarkar updated SOLR-11724:
Attachment: SOLR-11724.patch
> Cdcr Bootstrapping does not cause "index copying" to follower nodes
[
https://issues.apache.org/jira/browse/SOLR-11724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Amrit Sarkar updated SOLR-11724:
Attachment: SOLR-11724.patch
> Cdcr Bootstrapping does not cause "index copying" to follower nodes
[
https://issues.apache.org/jira/browse/SOLR-11724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Amrit Sarkar updated SOLR-11724:
Attachment: SOLR-11724.patch
> Cdcr Bootstrapping does not cause "index copying" to follower nodes
[
https://issues.apache.org/jira/browse/SOLR-11724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Amrit Sarkar updated SOLR-11724:
Attachment: (was: SOLR-11724.patch)
> Cdcr Bootstrapping does not cause "index copying" to foll
[
https://issues.apache.org/jira/browse/SOLR-11724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Amrit Sarkar updated SOLR-11724:
Attachment: (was: SOLR-11724.patch)
> Cdcr Bootstrapping does not cause "index copying" to foll
[
https://issues.apache.org/jira/browse/LUCENE-4012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16843910#comment-16843910
]
Adrien Grand commented on LUCENE-4012:
--
bq. My thought is that each query parser co
[
https://issues.apache.org/jira/browse/SOLR-13475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16843920#comment-16843920
]
ASF subversion and git services commented on SOLR-13475:
Commit 4
[
https://issues.apache.org/jira/browse/LUCENE-8805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16843931#comment-16843931
]
Adrien Grand commented on LUCENE-8805:
--
I like how passing a String to stringField
[
https://issues.apache.org/jira/browse/LUCENE-8770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jim Ferenczi updated LUCENE-8770:
-
Attachment: (was: LUCENE-8770.patch)
> BlockMaxConjunctionScorer should support two-phase sc
[
https://issues.apache.org/jira/browse/LUCENE-8689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16843945#comment-16843945
]
Adrien Grand commented on LUCENE-8689:
--
[~Dmitry Popov] Since your codec only itera
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/593/
Java: 64bit/jdk1.8.0_201 -XX:+UseCompressedOops -XX:+UseSerialGC
5 tests failed.
FAILED: org.apache.solr.cloud.AliasIntegrationTest.test
Error Message:
[] expected:<1> but was:<0>
Stack Trace:
java.lang.AssertionError: [] expecte
[
https://issues.apache.org/jira/browse/SOLR-1?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16843969#comment-16843969
]
Munendra S N commented on SOLR-1:
-
[~mkhludnev]
Could you please review this onc
[
https://issues.apache.org/jira/browse/LUCENE-8804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16843979#comment-16843979
]
Adrien Grand commented on LUCENE-8804:
--
This makes sense to me. [~mikemccand] Any o
[
https://issues.apache.org/jira/browse/SOLR-13475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16843990#comment-16843990
]
ASF subversion and git services commented on SOLR-13475:
Commit 9
[
https://issues.apache.org/jira/browse/LUCENE-8770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16844001#comment-16844001
]
Adrien Grand commented on LUCENE-8770:
--
This is great. I wonder how useful computin
[
https://issues.apache.org/jira/browse/LUCENE-8804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16844003#comment-16844003
]
Michael McCandless commented on LUCENE-8804:
+1 to the issue and patch, grea
[
https://issues.apache.org/jira/browse/LUCENE-8757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16844005#comment-16844005
]
Michael McCandless commented on LUCENE-8757:
{quote}Your last patch sorts in
jpountz commented on a change in pull request #680: LUCENE-8803: Provide a
FieldComparator to allow sorting by a feature from a FeatureField
URL: https://github.com/apache/lucene-solr/pull/680#discussion_r285619910
##
File path:
lucene/core/src/java/org/apache/lucene/search/Feature
jpountz commented on a change in pull request #680: LUCENE-8803: Provide a
FieldComparator to allow sorting by a feature from a FeatureField
URL: https://github.com/apache/lucene-solr/pull/680#discussion_r285620478
##
File path:
lucene/core/src/java/org/apache/lucene/search/Feature
jpountz commented on a change in pull request #680: LUCENE-8803: Provide a
FieldComparator to allow sorting by a feature from a FeatureField
URL: https://github.com/apache/lucene-solr/pull/680#discussion_r285621507
##
File path:
lucene/core/src/java/org/apache/lucene/search/Feature
jpountz commented on a change in pull request #680: LUCENE-8803: Provide a
FieldComparator to allow sorting by a feature from a FeatureField
URL: https://github.com/apache/lucene-solr/pull/680#discussion_r285623249
##
File path:
lucene/core/src/java/org/apache/lucene/search/Feature
[
https://issues.apache.org/jira/browse/LUCENE-8757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16844013#comment-16844013
]
Adrien Grand commented on LUCENE-8757:
--
I think we could add an assertion for this
[
https://issues.apache.org/jira/browse/SOLR-1?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16844018#comment-16844018
]
Mikhail Khludnev commented on SOLR-1:
-
Hello, [~munendrasn].
Thanks for your
Yeah there are definitely more slowdowns still happening besides the GC
issue!
Mike McCandless
http://blog.mikemccandless.com
On Fri, May 10, 2019 at 2:15 AM Adrien Grand wrote:
> The Russia polygon seems to be something else? It slowed down on April
> 12th and then a bit more on April 20th w
[
https://issues.apache.org/jira/browse/LUCENE-8791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16844029#comment-16844029
]
Adrien Grand commented on LUCENE-8791:
--
bq. Yes, We run CPU intensive ML models to
[
https://issues.apache.org/jira/browse/SOLR-13475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16844031#comment-16844031
]
ASF subversion and git services commented on SOLR-13475:
Commit 4
[
https://issues.apache.org/jira/browse/LUCENE-8757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Atri Sharma updated LUCENE-8757:
Attachment: LUCENE-8757.patch
> Better Segment To Thread Mapping Algorithm
> -
[
https://issues.apache.org/jira/browse/LUCENE-8757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16844048#comment-16844048
]
Atri Sharma commented on LUCENE-8757:
-
Added both, a test and the assertion in Asser
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/265/
Java: 64bit/jdk1.8.0_201 -XX:+UseCompressedOops -XX:+UseG1GC
1 tests failed.
FAILED: org.apache.solr.cloud.OverseerRolesTest.testOverseerRole
Error Message:
Timed out waiting for overseer state change. The current overseer is:
[
https://issues.apache.org/jira/browse/LUCENE-8805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16844051#comment-16844051
]
Namgyu Kim commented on LUCENE-8805:
Thank you for your reply, [~jpountz].
Yes. I a
[
https://issues.apache.org/jira/browse/SOLR-13475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16844059#comment-16844059
]
ASF subversion and git services commented on SOLR-13475:
Commit 5
[
https://issues.apache.org/jira/browse/LUCENE-8785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16844061#comment-16844061
]
Andrzej Bialecki commented on LUCENE-8785:
---
[~ichattopadhyaya] this issue has
Hi,
Just an update - I started working on the 8.1.1 bug fix release. This release
will include a fix for SOLR-13475. At this time I’m not aware of any other
critical / blocker bug fixes scheduled for this release (I think that
LUCENE-8785 was included in 8.1.0?).
If all goes well I should be r
[
https://issues.apache.org/jira/browse/LUCENE-8805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16844072#comment-16844072
]
Robert Muir commented on LUCENE-8805:
-
We could do the String case here and leave th
[
https://issues.apache.org/jira/browse/LUCENE-8805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16844085#comment-16844085
]
Namgyu Kim commented on LUCENE-8805:
Sure. I will just work on stringField and updat
[
https://issues.apache.org/jira/browse/LUCENE-8805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Namgyu Kim updated LUCENE-8805:
---
Description:
I wrote this patch after seeing the comments left by [~mikemccand] when
SortingStoredF
[
https://issues.apache.org/jira/browse/LUCENE-8805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Namgyu Kim updated LUCENE-8805:
---
Summary: Parameter changes for stringField() in StoredFieldVisitor (was:
Parameter changes for bina
[
https://issues.apache.org/jira/browse/LUCENE-8805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Namgyu Kim updated LUCENE-8805:
---
Attachment: LUCENE-8805.patch
> Parameter changes for stringField() in StoredFieldVisitor
>
[
https://issues.apache.org/jira/browse/SOLR-13469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16844142#comment-16844142
]
ASF subversion and git services commented on SOLR-13469:
Commit 6
[
https://issues.apache.org/jira/browse/SOLR-13474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16844141#comment-16844141
]
ASF subversion and git services commented on SOLR-13474:
Commit 6
[
https://issues.apache.org/jira/browse/LUCENE-8805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16844143#comment-16844143
]
Namgyu Kim commented on LUCENE-8805:
I uploaded a new patch with only stringField mo
[
https://issues.apache.org/jira/browse/LUCENE-8804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vamshi Vijay Nakkirtha updated LUCENE-8804:
---
Attachment: LUCENE-8804.patch
> FieldType attribute map should not be modifi
[
https://issues.apache.org/jira/browse/LUCENE-8804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vamshi Vijay Nakkirtha updated LUCENE-8804:
---
Attachment: (was: LUCENE-8804.patch)
> FieldType attribute map should no
[
https://issues.apache.org/jira/browse/LUCENE-8804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vamshi Vijay Nakkirtha updated LUCENE-8804:
---
Attachment: LUCENE-8804.01.patch
> FieldType attribute map should not be mod
[
https://issues.apache.org/jira/browse/LUCENE-8804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16844153#comment-16844153
]
Vamshi Vijay Nakkirtha commented on LUCENE-8804:
thanks [~jpountz], [~m
[
https://issues.apache.org/jira/browse/SOLR-13474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16844158#comment-16844158
]
ASF subversion and git services commented on SOLR-13474:
Commit 4
[
https://issues.apache.org/jira/browse/SOLR-13469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16844159#comment-16844159
]
ASF subversion and git services commented on SOLR-13469:
Commit 4
[
https://issues.apache.org/jira/browse/SOLR-13471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hoss Man updated SOLR-13471:
Description:
Diagnoses/hypothosis summarized/re-worded from comment below...
https://issues.apache.org/jira
[
https://issues.apache.org/jira/browse/SOLR-13470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hoss Man updated SOLR-13470:
Description:
Because of SOLR-13471 it's possible that a client that is unmarshalling a
javabin response ma
[
https://issues.apache.org/jira/browse/SOLR-13469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hoss Man resolved SOLR-13469.
-
Resolution: Fixed
Assignee: Hoss Man
Fix Version/s: 8.2
master (9.0)
>
[
https://issues.apache.org/jira/browse/SOLR-13475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16844181#comment-16844181
]
ASF subversion and git services commented on SOLR-13475:
Commit e
[
https://issues.apache.org/jira/browse/LUCENE-8805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16844183#comment-16844183
]
Adrien Grand commented on LUCENE-8805:
--
The patch looks good in general. In SolrDoc
[
https://issues.apache.org/jira/browse/LUCENE-8804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16844185#comment-16844185
]
ASF subversion and git services commented on LUCENE-8804:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-8804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16844187#comment-16844187
]
ASF subversion and git services commented on LUCENE-8804:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-8804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16844189#comment-16844189
]
Vamshi Vijay Nakkirtha commented on LUCENE-8804:
Looks clean. Thanks [~j
[
https://issues.apache.org/jira/browse/LUCENE-8757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16844198#comment-16844198
]
Adrien Grand commented on LUCENE-8757:
--
Thanks [~atris]. I think there is a bug in
[
https://issues.apache.org/jira/browse/LUCENE-8757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16844198#comment-16844198
]
Adrien Grand edited comment on LUCENE-8757 at 5/20/19 6:30 PM:
---
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-7.7/17/
No tests ran.
Build Log:
[...truncated 23467 lines...]
[asciidoctor:convert] asciidoctor: ERROR: about-this-guide.adoc: line 1:
invalid part, must have at least one section (e.g., chapter, appendix, etc.)
[asciidoctor:convert]
Build: https://builds.apache.org/job/Lucene-Solr-repro-Java11/93/
[...truncated 30 lines...]
[repro] Jenkins log URL:
https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-master/365/consoleText
[repro] Revision: 18cb42ee80854e2159201fe550b13d894425a4f8
[repro] Repro line: ant test -Dtest
[
https://issues.apache.org/jira/browse/SOLR-13452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16844215#comment-16844215
]
ASF subversion and git services commented on SOLR-13452:
Commit f
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.x/102/
1 tests failed.
FAILED:
org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest.testSimple
Error Message:
Waiting for collection testSimple2 Timeout waiting to see state for
collection=testSimple2
:DocCollecti
Here’s the latest summary. I’m not changing any annotations.
**Annotated tests that didn't fail in the last 4 weeks.
**Tests removed from the next two lists because they were specified in
'doNotEnable' in the properties file
MoveReplicaHDFSTest.testNormalFailedMove
**Annotations will b
[
https://issues.apache.org/jira/browse/SOLR-13452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16844245#comment-16844245
]
Mark Miller commented on SOLR-13452:
The above commit let's you test the build using
[
https://issues.apache.org/jira/browse/SOLR-11724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16844254#comment-16844254
]
Lucene/Solr QA commented on SOLR-11724:
---
| (/) *{color:green}+1 overall{color}* |
\
[
https://issues.apache.org/jira/browse/SOLR-9414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Erick Erickson resolved SOLR-9414.
--
Resolution: Feedback Received
I can't imagine we'd be able to reproduce this 3 major versions la
[
https://issues.apache.org/jira/browse/SOLR-13452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16844245#comment-16844245
]
Mark Miller edited comment on SOLR-13452 at 5/20/19 8:59 PM:
-
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/24117/
Java: 64bit/jdk-11 -XX:+UseCompressedOops -XX:+UseG1GC
1 tests failed.
FAILED: org.apache.solr.cloud.NestedShardedAtomicUpdateTest.test
Error Message:
Error from server at http://127.0.0.1:35281/collection1: non ok status: 50
[
https://issues.apache.org/jira/browse/SOLR-13475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16844307#comment-16844307
]
Jörn Franke commented on SOLR-13475:
Just some other observation:
If i use a SolrJ 8
[
https://issues.apache.org/jira/browse/SOLR-13475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16844353#comment-16844353
]
Andrzej Bialecki commented on SOLR-13475:
--
The fix covers both SolrJ and Solr s
1 - 100 of 119 matches
Mail list logo