You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Voronkin (JIRA)" <ji...@apache.org> on 2018/10/23 09:12:00 UTC

[jira] [Updated] (IGNITE-9970) Add ability to set nodeId for VisorIdleVerifyDumpTask executed from ./control.sh --host HOST --cache idle_verify

     [ https://issues.apache.org/jira/browse/IGNITE-9970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Voronkin updated IGNITE-9970:
-----------------------------------
    Description: 
--cache idle_verify sets null nodeId on invocation of 

private <R> R executeTaskByNameOnNode(GridClient client, String taskClsName, Object taskArgs, UUID nodeId
) throws GridClientException {

 

Which causes reduce phase to be assigned on random node, we want to dump results on particular node.

> Add ability to set nodeId for VisorIdleVerifyDumpTask executed from ./control.sh --host HOST --cache idle_verify
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-9970
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9970
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Pavel Voronkin
>            Priority: Major
>
> --cache idle_verify sets null nodeId on invocation of 
> private <R> R executeTaskByNameOnNode(GridClient client, String taskClsName, Object taskArgs, UUID nodeId
> ) throws GridClientException {
>  
> Which causes reduce phase to be assigned on random node, we want to dump results on particular node.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)