[
https://issues.apache.org/jira/browse/UIMA-4293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14499843#comment-14499843
]
Lou DeGenaro commented on UIMA-4293:
------------------------------------
re: scheduling_class 'fixed'
OrchestratorHelper is (so I claim) grabbing the correct value as a default:
private static String getDefaultReserveClass() {
String location = "getDefaultReserveClass";
String defaultReserveName = null;
try {
NodeConfiguration nc = getNodeConfiguration();
DuccProperties rp = nc.getDefaultReserveClass();
defaultReserveName = rp.getProperty(name);
}
catch(Throwable t) {
logger.error(location, jobid, t);
}
return defaultReserveName;
}
> DUCC Web Server (WS) reservation request improvements
> -----------------------------------------------------
>
> Key: UIMA-4293
> URL: https://issues.apache.org/jira/browse/UIMA-4293
> Project: UIMA
> Issue Type: Improvement
> Components: DUCC
> Reporter: Lou DeGenaro
> Assignee: Lou DeGenaro
> Priority: Minor
> Fix For: 2.0.0-Ducc
>
>
> When requesting a reservation (for a machine) from the Reservations page via
> the Request button:
> 1) Remove number of instances as an option. It should always be 1.
> 2) Only display (and thus allow) type=reserve for scheduling classes
> 3) Dynamically determine available "instance memory size" list
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)