You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/02/08 13:34:46 UTC

[GitHub] [solr] cpoerschke opened a new pull request #609: SOLR-15983: change UpdateLog.RecoveryInfo.errors to AtomicInteger

cpoerschke opened a new pull request #609:
URL: https://github.com/apache/solr/pull/609


   https://issues.apache.org/jira/browse/SOLR-15983
   
   The errors counter can be incremented from multiple threads (though in practice hopefully that is unlikely!) and so use of an `AtomicInteger` instead of an `int` would communicate that more clearly, without impact of performance in the non-error code paths.
   
   Noticed as part of the https://issues.apache.org/jira/browse/SOLR-15983 investigation, but it's not the root cause of the exception seen there.
   
   Also fixing `s/IOException/SolrException` copy/paste in two warning log messages.


-- 
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: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr] cpoerschke merged pull request #609: SOLR-15983: change UpdateLog.RecoveryInfo.errors to AtomicInteger

Posted by GitBox <gi...@apache.org>.
cpoerschke merged pull request #609:
URL: https://github.com/apache/solr/pull/609


   


-- 
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: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org