[ 
https://issues.apache.org/jira/browse/SOLR-12145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16418827#comment-16418827
 ] 

ASF subversion and git services commented on SOLR-12145:
--------------------------------------------------------

Commit eb314cd640a59bb0a3f720a8e9c8746145a942a4 in lucene-solr's branch 
refs/heads/branch_7x from [~ab]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=eb314cd ]

SOLR-12145: ConcurrentModificationException in 
SimNodeStateProvider.getReplicaInfo.


> ConcurrentModificationException in SimNodeStateProvider.getReplicaInfo
> ----------------------------------------------------------------------
>
>                 Key: SOLR-12145
>                 URL: https://issues.apache.org/jira/browse/SOLR-12145
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: AutoScaling, SolrCloud
>            Reporter: Shalin Shekhar Mangar
>            Assignee: Andrzej Bialecki 
>            Priority: Major
>             Fix For: 7.4, master (8.0)
>
>         Attachments: SOLR-12145.patch
>
>
> Noticed this today on Jenkins: 
> https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1763/
> The bug is in the simulation framework and therefore only affects test code.
> {code}
> java.util.ConcurrentModificationException
>         at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:909)
>         at java.util.ArrayList$Itr.next(ArrayList.java:859)
>         at 
> org.apache.solr.cloud.autoscaling.sim.SimNodeStateProvider.getReplicaInfo(SimNodeStateProvider.java:286)
>         at 
> org.apache.solr.client.solrj.cloud.autoscaling.Policy$Session.<init>(Policy.java:258)
>         at 
> org.apache.solr.client.solrj.cloud.autoscaling.Policy.createSession(Policy.java:383)
>         at 
> org.apache.solr.cloud.autoscaling.AutoScalingHandler.verifyAutoScalingConf(AutoScalingHandler.java:637)
>         at 
> org.apache.solr.cloud.autoscaling.AutoScalingHandler.setAutoScalingConfig(AutoScalingHandler.java:624)
>         at 
> org.apache.solr.cloud.autoscaling.AutoScalingHandler.processOps(AutoScalingHandler.java:212)
>         at 
> org.apache.solr.cloud.autoscaling.AutoScalingHandler.handleRequestBody(AutoScalingHandler.java:145)
>         at 
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:195)
>         at 
> org.apache.solr.cloud.autoscaling.sim.SimCloudManager.simHandleSolrRequest(SimCloudManager.java:497)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to