[
https://issues.apache.org/jira/browse/SOLR-16819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17726349#comment-17726349
]
Chris M. Hostetter commented on SOLR-16819:
-------------------------------------------
[~epugh] do you think you can take a look at this?
{noformat}
> java.lang.AssertionError: Doc with id=1 not found due to: Path not
found: /id; rsp={doc=null} expected null, but was:<Path not found: /id>
> at
__randomizedtesting.SeedInfo.seed([C9255B5C5820E99F:41716486F6DC8467]:0)
> at org.junit.Assert.fail(Assert.java:89)
> at org.junit.Assert.failNotNull(Assert.java:756)
> at org.junit.Assert.assertNull(Assert.java:738)
> at
org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:585)
> at
org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:528)
> at
org.apache.solr.cloud.HttpPartitionTest.testRf3(HttpPartitionTest.java:387)
> at
org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:125)
...
ERROR: The following test(s) have failed:
- org.apache.solr.cloud.HttpPartitionTest.test (:solr:core)
Test output:
/home/hossman/lucene/solr/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.HttpPartitionTest.txt
Reproduce with: gradlew :solr:core:test --tests
"org.apache.solr.cloud.HttpPartitionTest.test" -Ptests.jvms=5
"-Ptests.jvmargs=-XX:TieredStopAtLevel=1 -XX:+UseParallelGC
-XX:ActiveProcessorCount=1 -XX:ReservedCodeCacheSize=120m"
-Ptests.seed=C9255B5C5820E99F -Ptests.nightly=true -Ptests.file.encoding=UTF-8
{noformat}
{noformat}
$ git bisect log
# bad: [8c83faadfa37eaee318b583c03ec92e72659c235] SOLR-16811: fix echo and
mapUniqueKeyOnly params at /update/json/docs. (#1656)
# good: [21bc46c43c94cc90589cc536ffc7518908e64240]
SOLR-16573:SolrClientTestRule for EmbeddedSolrServer (#1218)
git bisect start '8c83faadfa37eaee318b583c03ec92e72659c235' '21bc46c43c9'
# bad: [dbab7359479cb9c90eb22fd5dbcf74d82afef601] SOLR-16601: Remove Deprecated
Methods from SolrClients (#1496)
git bisect bad dbab7359479cb9c90eb22fd5dbcf74d82afef601
# good: [6f81d55c68fe53e9d4accdf05edebcc0af86b0dc] Update dependency
org.bitbucket.b_c:jose4j to v0.9.3 (#1416)
git bisect good 6f81d55c68fe53e9d4accdf05edebcc0af86b0dc
# good: [a3374039860ab074fdd64a2f2c7a5eb49698da1b] SOLR-8803: Some doc changes.
More is needed for docker.
git bisect good a3374039860ab074fdd64a2f2c7a5eb49698da1b
# good: [e3ee0aeb2e70f25dc882ada79f378cb90395fc0e] SOLR-16708: Small formating
fixes
git bisect good e3ee0aeb2e70f25dc882ada79f378cb90395fc0e
# bad: [a2f6565415663908163f9490856cf0fcfda88b41] Make fixes for release wizard
git bisect bad a2f6565415663908163f9490856cf0fcfda88b41
# bad: [708524315bf64ed5dbcfd470c8fadd435c861f78] SOLR-10466:
setDefaultCollection should be deprecated in favor of SolrClientBuilder methods
(#1256)
git bisect bad 708524315bf64ed5dbcfd470c8fadd435c861f78
# good: [d8f57f084d59f2e4b5a74dbe772d6af09a21dbb8] SOLR-16664: Add missing
Thread.sleep
git bisect good d8f57f084d59f2e4b5a74dbe772d6af09a21dbb8
# good: [81fe0045aaa63b115808a8c3d87ce96dc7921e8b] SOLR-16697: Add API to
install indices into specific shards (#1458)
git bisect good 81fe0045aaa63b115808a8c3d87ce96dc7921e8b
# first bad commit: [708524315bf64ed5dbcfd470c8fadd435c861f78] SOLR-10466:
setDefaultCollection should be deprecated in favor of SolrClientBuilder methods
(#1256)
{noformat}
> (nightly) HttpPartitionTest broken regardless of seed
> ------------------------------------------------------
>
> Key: SOLR-16819
> URL: https://issues.apache.org/jira/browse/SOLR-16819
> Project: Solr
> Issue Type: Bug
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Chris M. Hostetter
> Priority: Major
>
> {{HttpPartitionTest}} (which is a nightly test) has been failing 100% of the
> time on jenkins for the past month (2023-05-01 to 2023-05-25 at time of
> writting)
> Before that – we have no reported failures since 2022-07, which is weird
> because up to that point this test was always a bit flakey.
> Checking out older version of main from april and running {{./gradlew -p
> solr/core test -Ptests.nightly=true --tests HttpPartitionTest}} show that
> this test definitely *should* have failed a lot of nightly builds prior to
> 2023-05-01 ... so i'm assuming we had some jenkins or gradle build glitch
> that prevented it from being run? (i didn't dig into this)
> picking an arbitrary commit point from a few months ago when i could confirm
> the test *did* pass i then ran {{git bisect}} and it identified
> 708524315bf64ed5dbcfd470c8fadd435c861f78 / SOLR-10466 as the first bad commit
> (which is also the most recent commit to this file)
>
> (NOTE: this problem also seems to affect the subclass
> {{HttpPartitionWithTlogReplicasTest}} which has also been failing 100% of the
> time for the past month)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]