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

Jing Zhao commented on RATIS-103:
---------------------------------

+1. Thanks for the fix NIcholas! Also thanks for the review, [~elek]!

> LeaderState.updateSenders may throws UnsupportedOperationException
> ------------------------------------------------------------------
>
>                 Key: RATIS-103
>                 URL: https://issues.apache.org/jira/browse/RATIS-103
>             Project: Ratis
>          Issue Type: Bug
>            Reporter: Tsz Wo Nicholas Sze
>            Assignee: Tsz Wo Nicholas Sze
>            Priority: Minor
>         Attachments: r103_20170811b.patch, r103_20170811.patch
>
>
> The CopyOnWriteArrayList may not work well in LeaderState since it does not 
> support remove.
> RaftReconfigurationBaseTest.testRemovePeers() fails with 
> UnsupportedOperationException.
> {code}
> Exception in thread "Thread-102" java.lang.UnsupportedOperationException
>         at 
> java.util.concurrent.CopyOnWriteArrayList$COWIterator.remove(CopyOnWriteArrayList.java:1176)
>         at 
> org.apache.ratis.server.impl.LeaderState.updateSenders(LeaderState.java:254)
>         ...
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to