[
https://issues.apache.org/jira/browse/UIMA-4174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14567290#comment-14567290
]
Lou DeGenaro commented on UIMA-4174:
------------------------------------
Monitor does display remote location. See MR 7 below, which is a sleep for 45
seconds.
However, for very fast running remote the monitor may end before the remote
location has been reported. See MR 8 below, which is a sleep for 2 seconds.
=====
bash-4.1$ ./viaducc /bin/sleep 45
/users1/degenaro/svn/apache/ducc/workspace/host67/install/apache-uima-ducc-2.0.0-SNAPSHOT/bin/ducc_process_submit
--attach_console --process_memory_size 15 --scheduling_class fixed
--description viaducc --wait_for_completion --cancel_on_interrupt
--working_directory
/users1/degenaro/svn/apache/ducc/workspace/host67/install/apache-uima-ducc-2.0.0-SNAPSHOT/bin
--process_executable '/bin/sleep' --process_executable_args "'45'"
Managed Reservation 7 submitted.
id:7 location:4817@host67
id:7 state:WaitingForResources
id:7 remote:4915@host67-4
id:7 state:Running
id:7 state:Completed
id:7 rationale:code=0
id:7 code:?
=====
bash-4.1$ ./viaducc /bin/sleep 2
/users1/degenaro/svn/apache/ducc/workspace/host67/install/apache-uima-ducc-2.0.0-SNAPSHOT/bin/ducc_process_submit
--attach_console --process_memory_size 15 --scheduling_class fixed
--description viaducc --wait_for_completion --cancel_on_interrupt
--working_directory
/users1/degenaro/svn/apache/ducc/workspace/host67/install/apache-uima-ducc-2.0.0-SNAPSHOT/bin
--process_executable '/bin/sleep' --process_executable_args "'2'"
Managed Reservation 8 submitted.
id:8 location:6526@host67
id:8 state:WaitingForResources
id:8 state:Running
id:8 state:Completed
id:8 rationale:code=0
id:8 code:?
> DUCC Monitor (CLI) should display host (and PID) for Managed Reservations
> -------------------------------------------------------------------------
>
> Key: UIMA-4174
> URL: https://issues.apache.org/jira/browse/UIMA-4174
> Project: UIMA
> Issue Type: Improvement
> Components: DUCC
> Reporter: Lou DeGenaro
> Assignee: Lou DeGenaro
> Priority: Minor
> Fix For: future-DUCC
>
>
> It would be useful to view in the monitor output where the Managed
> Reservation has been deployed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)