On Fri, Mar 19, 2010 at 7:31 PM, KaktuChakarabati <jimmoe...@gmail.com> wrote: > > In particular, it looks like this can be traced to a non-thread safe > iteration over infoMBeans (ArrayList) in SolrResourceLoader::inform() > > I looked for some recent changes to that area of code and traced it to > https://issues.apache.org/jira/browse/SOLR-1427 > > Perhaps infoMBeans should be made synchronized? or at least cast to a > synchornizedList for the purposes of the iteration in inform() ?
Thanks for reminding me of this Chak, I'll try and take a look at this in the next day or so. -Yonik