You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@twill.apache.org by yaojiefeng <gi...@git.apache.org> on 2016/12/13 23:18:16 UTC

[GitHub] twill pull request #19: Fix ConcurrentModificationException from removal in ...

GitHub user yaojiefeng opened a pull request:

    https://github.com/apache/twill/pull/19

    Fix ConcurrentModificationException from removal in map and refactor \u2026

    \u2026the code
    Removing loglevel from the map during iteration will cause ConcurrentModificationException. 
    Now Using Iterator to iterate the map and remove. Also refactored the code a bit.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/yaojiefeng/twill fix/Remove-during-iteration-and-refactor

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/twill/pull/19.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #19
    
----
commit 68ecea9fa3303ecd1e98ca0aae034df971c11590
Author: yaojiefeng <ya...@cask.co>
Date:   2016-12-13T23:08:54Z

    Fix ConcurrentModificationException from removal in map and refactor the code

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] twill pull request #19: Fix ConcurrentModificationException from removal in ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/twill/pull/19


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] twill issue #19: Fix ConcurrentModificationException from removal in map and...

Posted by chtyim <gi...@git.apache.org>.
Github user chtyim commented on the issue:

    https://github.com/apache/twill/pull/19
  
    LGTM


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---