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

[jira] [Updated] (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 ]

ARomantsov updated IGNITE-9198:
-------------------------------
    Fix Version/s:     (was: 2.7)
                   2.8

> 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.8
>
>
> 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)