[
https://issues.apache.org/jira/browse/UIMA-3809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jim Challenger closed UIMA-3809.
--------------------------------
Resolution: Fixed
> DUCC Test suite force consistent pseudo-node names
> --------------------------------------------------
>
> Key: UIMA-3809
> URL: https://issues.apache.org/jira/browse/UIMA-3809
> Project: UIMA
> Issue Type: Improvement
> Components: DUCC
> Affects Versions: 1.1.0-Ducc
> Reporter: Jim Challenger
> Assignee: Jim Challenger
> Priority: Trivial
> Fix For: 1.1.0-Ducc
>
>
> Currently start-sim generates names for the pseudo nodes by incremeting a
> single counter. This makes it difficult to get consistently named nodes if
> the input configuration changes. This is important if the pseudo-nodes are
> used in ducc.nodes e.g. to define nodepools and classes over the test
> configuration.
> This change introduces a new optional key into the simulation configuration,
> 'index'. The index is associated with each real node and resets the counter
> used for name generation. For example
> nodes = node1 node2
> index.node1 = 5
> index.node2 = 20
> When generating pseudo nodes on node1 the counter is reset to 5; on node2,
> the counter is set to 20.
--
This message was sent by Atlassian JIRA
(v6.2#6252)