You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Roman Shtykh (JIRA)" <ji...@apache.org> on 2018/08/13 08:47:00 UTC

[jira] [Assigned] (IGNITE-9198) REST command active/inactive respone null, other command have correct response value

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

Roman Shtykh reassigned IGNITE-9198:
------------------------------------

    Assignee: Roman Shtykh

> REST command active/inactive respone null, other command have correct response value
> ------------------------------------------------------------------------------------
>
>                 Key: IGNITE-9198
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9198
>             Project: Ignite
>          Issue Type: Bug
>          Components: rest
>    Affects Versions: 2.5
>            Reporter: ARomantsov
>            Assignee: Roman Shtykh
>            Priority: Major
>             Fix For: 2.7
>
>
> Output of active/inactive should have response value like other command
> For example version 
> {code:java}
> {
>   "result": {
>     "error": null,
> *    "response": "2.4.0",*
>     "sessionToken": "CE2C38BF41114B63856A4D1388E7F938",
>     "successStatus": 0
>   },
>   "status": "OK"
> }
> {code}
> But active
> {code:java}
> {
>   "result": {
>     "error": null,
> *    "response": null,* , should be - cluster inactive
>     "sessionToken": "CE2C38BF41114B63856A4D1388E7F938",
>     "successStatus": 0
>   },
>   "status": "OK"
> }
> {code}
> and inactive
> {code:java}
> {
>   "result": {
>     "error": null,
> *    "response": null,* , should be - cluster active
>     "sessionToken": "CE2C38BF41114B63856A4D1388E7F938",
>     "successStatus": 0
>   },
>   "status": "OK"
> }
> {code}



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