[ 
https://issues.apache.org/jira/browse/HADOOP-9708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vinod Kumar Vavilapalli moved YARN-504 to HADOOP-9708:
------------------------------------------------------

          Component/s:     (was: resourcemanager)
     Target Version/s:   (was: 3.0.0)
    Affects Version/s:     (was: 3.0.0)
                       3.0.0
                  Key: HADOOP-9708  (was: YARN-504)
              Project: Hadoop Common  (was: Hadoop YARN)
    
> Potential ConcurrentModificationException at AbstractService class.
> -------------------------------------------------------------------
>
>                 Key: HADOOP-9708
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9708
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>            Reporter: Przemyslaw Pretki
>            Priority: Minor
>              Labels: hadoop
>
> Steps to reproduce the exception:
> {code}
> BreakableService svc = new BreakableService();
> svc.register(new ServiceStateChangeListener() 
> {
>     @Override
>     public void stateChanged(Service service) 
>     {
>         if (service.getServiceState() == STATE.STOPPED)
>       {
>           service.unregister(this);
>       }
>     }
> });
> svc.init(new Configuration());
> svc.start();
> svc.stop();
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to