iamsanjay commented on PR #3497:
URL: https://github.com/apache/solr/pull/3497#issuecomment-3222448682

   @dsmiley 
   Solr 9.9 build failing 
   https://ci-builds.apache.org/job/Solr/job/Solr-Test-9.9/588/
   ```
   > Task :solr:solrj:compileTestJava FAILED
   
/home/jenkins/jenkins-agent/workspace/Solr/Solr-Test-9.9/solr/solrj/src/test/org/apache/solr/client/solrj/impl/Http2SolrClientTest.java:715:
 warning: [IntLongMath] Expression of type int may overflow before being 
assigned to a long
         long timeToSendMs = packets * 
BasicHttpSolrClientTest.SlowStreamServlet.PACKET_MS;
                                     ^
       (see https://errorprone.info/bugpattern/IntLongMath)
     Did you mean 'long timeToSendMs = (long) packets * 
BasicHttpSolrClientTest.SlowStreamServlet.PACKET_MS;'?
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to