[
https://issues.apache.org/jira/browse/SOLR-18112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18069735#comment-18069735
]
Chris M. Hostetter commented on SOLR-18112:
-------------------------------------------
[~dsmiley]: git bisect has identified
{{b3b2f83fe97e824dd0d836992c7f05f8bbf3acdf}} as the cause of a 100% jenkins
failure rate of the (nightly only) test
{{{}ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail{}}},
with 100% reproducibility (and AFAICT: fails regardless of seed)...
{noformat}
./gradlew -p solr/core test --tests
ConcurrentDeleteAndCreateCollectionTest.testConcurrentCreateAndDeleteDoesNotFail
-Dtests.seed=298CD51150E1D3AE -Dtests.nightly=true
-Dtests.linedocsfile=/home/jenkins/jenkins-agent/workspace/Solr/Solr-NightlyTests-main/test-data/enwiki.random.lines.txt
-Dtests.locale=so-SO -Dtests.timezone=Canada/Eastern -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
...
git bisect log
# bad: [f7ad4f1019891bc0eeed346dab1b3770f301e163] SOLR-18077: ignore flaky test
# good: [7b0208db9bb3fdabc7c68eda6dd7c4df5be96960] ZkTestServer: log.error ->
log.warn for 'stat'
git bisect start 'HEAD' '7b0208db9bb'
# good: [9b0309d3932a27c315b8f7c51eb2038c7d652776] Benchmark fixes (#4194)s
git bisect good 9b0309d3932a27c315b8f7c51eb2038c7d652776
# good: [ef5eaa255dd990de553cf183c163467ea38425bc] SOLR-18172 Declare OTEL
metrics as BETA in Solr 10 (#4235)
git bisect good ef5eaa255dd990de553cf183c163467ea38425bc
# bad: [b3b2f83fe97e824dd0d836992c7f05f8bbf3acdf] SOLR-18112:
SolrDispatchFilter is now SolrServlet (#4119)
git bisect bad b3b2f83fe97e824dd0d836992c7f05f8bbf3acdf
# good: [564a6317433e1715b55ccd98e93ee9973664540e] SOLR-18166: Remove
linkconfig docs
git bisect good 564a6317433e1715b55ccd98e93ee9973664540e
# good: [ec51d13bc14821ac13041c7461abe66fc12b5483] Add clean to cherrypick.sh
before runnign (precommit) check (#4238)
git bisect good ec51d13bc14821ac13041c7461abe66fc12b5483
# first bad commit: [b3b2f83fe97e824dd0d836992c7f05f8bbf3acdf] SOLR-18112:
SolrDispatchFilter is now SolrServlet (#4119)
{noformat}
> Convert SolrDispatchFilter to a Servlet
> ---------------------------------------
>
> Key: SOLR-18112
> URL: https://issues.apache.org/jira/browse/SOLR-18112
> Project: Solr
> Issue Type: Improvement
> Components: Server
> Reporter: David Smiley
> Assignee: David Smiley
> Priority: Major
> Labels: pull-request-available
> Fix For: 10.1
>
> Time Spent: 3h
> Remaining Estimate: 0h
>
> SolrDispatchFilter ought to be an HttpServlet, not an HttpFilter. It may
> simplify things internally... but really this is a principled change.
> An example of something simpler would be that it'll be easy to ensure that
> the actual filters target only Solr and not any other Servlets that someone
> might want to add.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]