Re: [jira] [Assigned] (UIMA-5605) DUCC scheduler ArrayIndexOutOfBoundsException

2017-10-26 Thread Burn Lewis
Jörg,

We were able to reproduce this problem as Eddie described and I've verified
that it is now fixed.  Will be in next DUCC release.

Burn


On Thu, Oct 26, 2017 at 2:41 PM, Burn Lewis (JIRA) 
wrote:

>
>  [ https://issues.apache.org/jira/browse/UIMA-5605?page=
> com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>
> Burn Lewis reassigned UIMA-5605:
> 
>
> Assignee: Burn Lewis
>
> > DUCC scheduler ArrayIndexOutOfBoundsException
> > -
> >
> > Key: UIMA-5605
> > URL: https://issues.apache.org/jira/browse/UIMA-5605
> > Project: UIMA
> >  Issue Type: Bug
> >  Components: DUCC
> >Affects Versions: 2.2.1-Ducc
> >Reporter: Jörg Waitelonis
> >Assignee: Burn Lewis
> > Fix For: 2.2.2-Ducc
> >
> >
> > The scheduler stops scheduling and ducc-mon indicates inresposive
> ResourceManager.
> > rm.log (Trace):
> > 05 Okt 2017 11:29:13,336 TRACE RM.NodepoolScheduler- N/A
> detectFragmentation  Freed shares 246 on machine xxx.xxx.xx
> > 05 Okt 2017 11:29:13,336 TRACE RM.NodepoolScheduler- N/A
> detectFragmentation  Update v before: NP[ --default-- ] v:   0   0   0   0
>  0   0   0   0   0   0   0   0   0   0   0 0   0   0   0   0   0   0
> > 0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0
>  0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0
>  0   0   0   0   0   0   0   0   0   0   0   0   0   0
> > 0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0
>  0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0
>  0   0   0   0   0   0   0   0   0   0   0   0   0   0   0
> > 0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0
>  0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0
>  0   0   0   0   0   0   0   0   0   0   0   0   0   0
> > 0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0
>  0   0   0   0   0   0   0   0   0   0   0   0   0   0
> > 05 Okt 2017 11:29:13,336 FATAL RM.ResourceManagerComponent- N/A
> runScheduler
> > java.lang.ArrayIndexOutOfBoundsException
> > An ArrayIndexOutOfBoundsException can occur in the NodepoolScheduler
> class at line 2422:
> > vmach_j[free]++;
> > Quickfix: comment it out. It seems only be used for logging (trace).
> >
>
>
>
> --
> This message was sent by Atlassian JIRA
> (v6.4.14#64029)
>


[jira] [Assigned] (UIMA-5605) DUCC scheduler ArrayIndexOutOfBoundsException

2017-10-26 Thread Burn Lewis (JIRA)

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

Burn Lewis reassigned UIMA-5605:


Assignee: Burn Lewis

> DUCC scheduler ArrayIndexOutOfBoundsException
> -
>
> Key: UIMA-5605
> URL: https://issues.apache.org/jira/browse/UIMA-5605
> Project: UIMA
>  Issue Type: Bug
>  Components: DUCC
>Affects Versions: 2.2.1-Ducc
>Reporter: Jörg Waitelonis
>Assignee: Burn Lewis
> Fix For: 2.2.2-Ducc
>
>
> The scheduler stops scheduling and ducc-mon indicates inresposive 
> ResourceManager.
> rm.log (Trace):
> 05 Okt 2017 11:29:13,336 TRACE RM.NodepoolScheduler- N/A detectFragmentation  
> Freed shares 246 on machine xxx.xxx.xx
> 05 Okt 2017 11:29:13,336 TRACE RM.NodepoolScheduler- N/A detectFragmentation  
> Update v before: NP[ --default-- ] v:   0   0   0   0   0   0   0   0   0   0 
>   0   0   0   0   0 0   0   0   0   0   0   0  
> 0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0 
>   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   
> 0   0   0   0   0   0   0   0   0   0   0   0   
> 0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0 
>   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   
> 0   0   0   0   0   0   0   0   0   0   0   0   0
> 0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0 
>   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   
> 0   0   0   0   0   0   0   0   0   0   0   0 
> 0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0 
>   0   0   0   0   0   0   0   0   0   0   0   0 
> 05 Okt 2017 11:29:13,336 FATAL RM.ResourceManagerComponent- N/A runScheduler 
> java.lang.ArrayIndexOutOfBoundsException
> An ArrayIndexOutOfBoundsException can occur in the NodepoolScheduler class at 
> line 2422:
> vmach_j[free]++;  
> Quickfix: comment it out. It seems only be used for logging (trace).
>  



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