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

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

ARomantsov created IGNITE-9198:
----------------------------------

             Summary: 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
             Fix For: 2.7


Output of active/inactive should have response value like other command
For example version 
{
  "result": {
    "error": null,
*    "response": "2.5.1-p9",*
    "sessionToken": "CE2C38BF41114B63856A4D1388E7F938",
    "successStatus": 0
  },
  "status": "OK"
}

But active
{
  "result": {
    "error": null,
*    "response": null,* , should be - cluster active
    "sessionToken": "CE2C38BF41114B63856A4D1388E7F938",
    "successStatus": 0
  },
  "status": "OK"
}
and inactive
{
  "result": {
    "error": null,
*    "response": null,* , should be - cluster inactive
    "sessionToken": "CE2C38BF41114B63856A4D1388E7F938",
    "successStatus": 0
  },
  "status": "OK"
}



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