[
https://issues.apache.org/jira/browse/SOLR-9877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15782691#comment-15782691
]
Mikhail Khludnev commented on SOLR-9877:
----------------------------------------
Hello,
I notice reproducing failure
https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18637/testReport/
{code}
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=SolrCmdDistributorTest -Dtests.method=test
-Dtests.seed=234F7262BA762194 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=ki-KE -Dtests.timezone=Etc/GMT+4 -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] FAILURE 7.82s J1 | SolrCmdDistributorTest.test <<<
[junit4] > Throwable #1: java.lang.AssertionError: expected:<1> but
was:<0>
[junit4] > at
__randomizedtesting.SeedInfo.seed([234F7262BA762194:AB1B4DB8148A4C6C]:0)
[junit4] > at
org.apache.solr.update.SolrCmdDistributorTest.test(SolrCmdDistributorTest.java:169)
{code}
since https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18631/changes
It appears with
{code}
[junit4] 2> 1122459 ERROR (updateExecutor-1740-thread-1) [ ]
o.a.s.u.StreamingSolrClients error
[junit4] 2> java.lang.AssertionError
[junit4] 2> at
org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:56)
[junit4] 2> at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
[junit4] 2> at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
[junit4] 2> at
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
[junit4] 2> at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
[junit4] 2> at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
[junit4] 2> at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
[junit4] 2> at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
[junit4] 2> at
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.sendUpdateStream(ConcurrentUpdateSolrClient.java:323)
[junit4] 2> at
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:186)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
[junit4] 2> at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1161)
[junit4] 2> at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 1122461 INFO (qtp979734836-10317) [ ] o.a.s.c.S.Request
[collection1] webapp=/_z path=/select params={q=*:*&wt=javabin&version=2}
hits=0 status=0 QTime=0
{code}
Can it be related to this jira?
> Use instrumented http client
> ----------------------------
>
> Key: SOLR-9877
> URL: https://issues.apache.org/jira/browse/SOLR-9877
> Project: Solr
> Issue Type: Improvement
> Security Level: Public(Default Security Level. Issues are Public)
> Components: metrics
> Reporter: Shalin Shekhar Mangar
> Assignee: Shalin Shekhar Mangar
> Priority: Minor
> Fix For: master (7.0), 6.4
>
> Attachments: SOLR-9877.patch, SOLR-9877.patch, solr-http-metrics.png
>
>
> Use instrumented equivalents of PooledHttpClientConnectionManager and others
> from metrics-httpclient library.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]