You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by "Brian Foster (JIRA)" <ji...@apache.org> on 2010/12/10 20:01:13 UTC

[jira] Created: (OODT-77) Make resource manager Queue aware

Make resource manager Queue aware
---------------------------------

                 Key: OODT-77
                 URL: https://issues.apache.org/jira/browse/OODT-77
             Project: OODT
          Issue Type: Improvement
          Components: resource manager
    Affects Versions: 0.1-incubating
         Environment: none
            Reporter: Brian Foster
            Assignee: Brian Foster
            Priority: Minor
             Fix For: 0.2



- currently queues are supported because LRUScheduler understands queues, this patch would make the resource manager itself queue aware via a QueueManager

- the loading of queues and nodes inside LRUScheduler will be refactored into a QueueRepository and NodeRepository interface

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OODT-77) Make resource manager Queue aware

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OODT-77?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12970377#action_12970377 ] 

Chris A. Mattmann commented on OODT-77:
---------------------------------------

Sorry Brian: I'm nuts. I saw the SVN history (but it was from the initial JPL import/code drop) so I got confused that this had already been committed!

I'll review and provide feedback! :)

> Make resource manager Queue aware
> ---------------------------------
>
>                 Key: OODT-77
>                 URL: https://issues.apache.org/jira/browse/OODT-77
>             Project: OODT
>          Issue Type: Improvement
>          Components: resource manager
>    Affects Versions: 0.1-incubating
>         Environment: none
>            Reporter: Brian Foster
>            Assignee: Brian Foster
>            Priority: Minor
>             Fix For: 0.2
>
>         Attachments: OODT-77.2010-12-10.patch.txt
>
>
> - currently queues are supported because LRUScheduler understands queues, this patch would make the resource manager itself queue aware via a QueueManager
> - the loading of queues and nodes inside LRUScheduler will be refactored into a QueueRepository and NodeRepository interface

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OODT-77) Make resource manager Queue aware

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OODT-77?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12970374#action_12970374 ] 

Chris A. Mattmann commented on OODT-77:
---------------------------------------

Hey Brian,

+1, looks good, but can you give folks a little bit more time to review before committing? 24 hrs is a good # to start out with...

Cheers,
Chris

P.S. great job using unit tests!

> Make resource manager Queue aware
> ---------------------------------
>
>                 Key: OODT-77
>                 URL: https://issues.apache.org/jira/browse/OODT-77
>             Project: OODT
>          Issue Type: Improvement
>          Components: resource manager
>    Affects Versions: 0.1-incubating
>         Environment: none
>            Reporter: Brian Foster
>            Assignee: Brian Foster
>            Priority: Minor
>             Fix For: 0.2
>
>         Attachments: OODT-77.2010-12-10.patch.txt
>
>
> - currently queues are supported because LRUScheduler understands queues, this patch would make the resource manager itself queue aware via a QueueManager
> - the loading of queues and nodes inside LRUScheduler will be refactored into a QueueRepository and NodeRepository interface

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OODT-77) Make resource manager Queue aware

Posted by "Brian Foster (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OODT-77?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Foster updated OODT-77:
-----------------------------

    Attachment:     (was: OODT-77.2010-12-10.patch.txt)

> Make resource manager Queue aware
> ---------------------------------
>
>                 Key: OODT-77
>                 URL: https://issues.apache.org/jira/browse/OODT-77
>             Project: OODT
>          Issue Type: Improvement
>          Components: resource manager
>    Affects Versions: 0.1-incubating
>         Environment: none
>            Reporter: Brian Foster
>            Assignee: Brian Foster
>            Priority: Minor
>             Fix For: 0.2
>
>         Attachments: OODT-77.2010-12-10.patch.txt
>
>
> - currently queues are supported because LRUScheduler understands queues, this patch would make the resource manager itself queue aware via a QueueManager
> - the loading of queues and nodes inside LRUScheduler will be refactored into a QueueRepository and NodeRepository interface

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OODT-77) Make resource manager Queue aware

Posted by "Brian Foster (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OODT-77?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12970910#action_12970910 ] 

Brian Foster commented on OODT-77:
----------------------------------


- fixed in r1045244 

- not closed yet though, cause i promised chris i would write a converter for old System properties to new System properties for resource.properties file . . . so this issue will stay open until i finish that

> Make resource manager Queue aware
> ---------------------------------
>
>                 Key: OODT-77
>                 URL: https://issues.apache.org/jira/browse/OODT-77
>             Project: OODT
>          Issue Type: Improvement
>          Components: resource manager
>    Affects Versions: 0.1-incubating
>         Environment: none
>            Reporter: Brian Foster
>            Assignee: Brian Foster
>            Priority: Minor
>             Fix For: 0.2
>
>         Attachments: OODT-77.2010-12-10.patch.txt
>
>
> - currently queues are supported because LRUScheduler understands queues, this patch would make the resource manager itself queue aware via a QueueManager
> - the loading of queues and nodes inside LRUScheduler will be refactored into a QueueRepository and NodeRepository interface

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OODT-77) Make resource manager Queue aware

Posted by "Paul Ramirez (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OODT-77?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Ramirez updated OODT-77:
-----------------------------

    Fix Version/s:     (was: 0.2)
                   0.3

Pushing off to 0.3 release.

> Make resource manager Queue aware
> ---------------------------------
>
>                 Key: OODT-77
>                 URL: https://issues.apache.org/jira/browse/OODT-77
>             Project: OODT
>          Issue Type: Improvement
>          Components: resource manager
>    Affects Versions: 0.1-incubating
>         Environment: none
>            Reporter: Brian Foster
>            Assignee: Brian Foster
>            Priority: Minor
>             Fix For: 0.3
>
>         Attachments: OODT-77.2010-12-10.patch.txt
>
>
> - currently queues are supported because LRUScheduler understands queues, this patch would make the resource manager itself queue aware via a QueueManager
> - the loading of queues and nodes inside LRUScheduler will be refactored into a QueueRepository and NodeRepository interface

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] [Updated] (OODT-77) Make resource manager Queue aware

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OODT-77?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris A. Mattmann updated OODT-77:
----------------------------------

    Fix Version/s:     (was: 0.3)
                   0.4

> Make resource manager Queue aware
> ---------------------------------
>
>                 Key: OODT-77
>                 URL: https://issues.apache.org/jira/browse/OODT-77
>             Project: OODT
>          Issue Type: Improvement
>          Components: resource manager
>    Affects Versions: 0.1-incubating
>         Environment: none
>            Reporter: Brian Foster
>            Assignee: Brian Foster
>            Priority: Minor
>             Fix For: 0.4
>
>         Attachments: OODT-77.2010-12-10.patch.txt
>
>
> - currently queues are supported because LRUScheduler understands queues, this patch would make the resource manager itself queue aware via a QueueManager
> - the loading of queues and nodes inside LRUScheduler will be refactored into a QueueRepository and NodeRepository interface

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (OODT-77) Make resource manager Queue aware

Posted by "Brian Foster (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OODT-77?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Foster resolved OODT-77.
------------------------------

    Resolution: Fixed

I never did get around to the resource.properties converter script, but everyone has survived for over a year without it, so i'm just gonna close out this issue.
                
> Make resource manager Queue aware
> ---------------------------------
>
>                 Key: OODT-77
>                 URL: https://issues.apache.org/jira/browse/OODT-77
>             Project: OODT
>          Issue Type: Improvement
>          Components: resource manager
>    Affects Versions: 0.1-incubating
>         Environment: none
>            Reporter: Brian Foster
>            Assignee: Brian Foster
>            Priority: Minor
>             Fix For: 0.4
>
>         Attachments: OODT-77.2010-12-10.patch.txt
>
>
> - currently queues are supported because LRUScheduler understands queues, this patch would make the resource manager itself queue aware via a QueueManager
> - the loading of queues and nodes inside LRUScheduler will be refactored into a QueueRepository and NodeRepository interface

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (OODT-77) Make resource manager Queue aware

Posted by "Brian Foster (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OODT-77?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Foster updated OODT-77:
-----------------------------

    Attachment: OODT-77.2010-12-10.patch.txt


- attached patch

> Make resource manager Queue aware
> ---------------------------------
>
>                 Key: OODT-77
>                 URL: https://issues.apache.org/jira/browse/OODT-77
>             Project: OODT
>          Issue Type: Improvement
>          Components: resource manager
>    Affects Versions: 0.1-incubating
>         Environment: none
>            Reporter: Brian Foster
>            Assignee: Brian Foster
>            Priority: Minor
>             Fix For: 0.2
>
>         Attachments: OODT-77.2010-12-10.patch.txt
>
>
> - currently queues are supported because LRUScheduler understands queues, this patch would make the resource manager itself queue aware via a QueueManager
> - the loading of queues and nodes inside LRUScheduler will be refactored into a QueueRepository and NodeRepository interface

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OODT-77) Make resource manager Queue aware

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OODT-77?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12970913#action_12970913 ] 

Chris A. Mattmann commented on OODT-77:
---------------------------------------

Brian you rule!

> Make resource manager Queue aware
> ---------------------------------
>
>                 Key: OODT-77
>                 URL: https://issues.apache.org/jira/browse/OODT-77
>             Project: OODT
>          Issue Type: Improvement
>          Components: resource manager
>    Affects Versions: 0.1-incubating
>         Environment: none
>            Reporter: Brian Foster
>            Assignee: Brian Foster
>            Priority: Minor
>             Fix For: 0.2
>
>         Attachments: OODT-77.2010-12-10.patch.txt
>
>
> - currently queues are supported because LRUScheduler understands queues, this patch would make the resource manager itself queue aware via a QueueManager
> - the loading of queues and nodes inside LRUScheduler will be refactored into a QueueRepository and NodeRepository interface

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OODT-77) Make resource manager Queue aware

Posted by "Brian Foster (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OODT-77?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Foster updated OODT-77:
-----------------------------

    Attachment: OODT-77.2010-12-10.patch.txt


- reattached with unit-test included

> Make resource manager Queue aware
> ---------------------------------
>
>                 Key: OODT-77
>                 URL: https://issues.apache.org/jira/browse/OODT-77
>             Project: OODT
>          Issue Type: Improvement
>          Components: resource manager
>    Affects Versions: 0.1-incubating
>         Environment: none
>            Reporter: Brian Foster
>            Assignee: Brian Foster
>            Priority: Minor
>             Fix For: 0.2
>
>         Attachments: OODT-77.2010-12-10.patch.txt
>
>
> - currently queues are supported because LRUScheduler understands queues, this patch would make the resource manager itself queue aware via a QueueManager
> - the loading of queues and nodes inside LRUScheduler will be refactored into a QueueRepository and NodeRepository interface

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.