[
https://issues.apache.org/jira/browse/TWILL-238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16079099#comment-16079099
]
ASF GitHub Bot commented on TWILL-238:
--------------------------------------
GitHub user fonelor opened a pull request:
https://github.com/apache/twill/pull/56
implemented issue TWILL-238: restart instances with Set of Integers
Implemented https://issues.apache.org/jira/browse/TWILL-238
New method in TwillController to restart instances of runnable
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/fonelor/twill feature/238_restartinstances_api
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/twill/pull/56.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #56
----
commit eb184e6aa727d93fce4e6e4e33c729eb09017750
Author: Sergey Filippov <[email protected]>
Date: 2017-07-08T11:24:22Z
implemented issue TWILL-238: restart instances with Set of Integers
----
> Change TwillController restartInstances API
> -------------------------------------------
>
> Key: TWILL-238
> URL: https://issues.apache.org/jira/browse/TWILL-238
> Project: Apache Twill
> Issue Type: Improvement
> Components: api
> Reporter: Filippov Sergey
> Priority: Minor
>
> Lets change signature from Future<String> restartInstances(String runnable,
> int instanceId, int... moreInstanceIds) to Future<String>
> restartInstances(String runnable, Interger instanceId, Integer...
> moreInstanceIds) so it will be easier to convert from collections to vararg
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)