You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Fedor Malchikov (Jira)" <ji...@apache.org> on 2020/12/31 09:53:00 UTC

[jira] [Created] (IGNITE-13945) [configuration] Successful message for set operation but not applied changes on config

Fedor Malchikov  created IGNITE-13945:
-----------------------------------------

             Summary: [configuration] Successful message for set operation but not applied changes on config
                 Key: IGNITE-13945
                 URL: https://issues.apache.org/jira/browse/IGNITE-13945
             Project: Ignite
          Issue Type: Bug
            Reporter: Fedor Malchikov 


{code:java}
prom1se@prom1se-PC276:~/ignite-cli-test$ ./ignite config set local.test=1
Configuration was updated successfully.
Use the ignite config get command to view the updated configuration.
prom1se@prom1se-PC276:~/ignite-cli-test$ ./ignite config get
{
  "local" : {
    "rest" : {
      "port" : 8080,
      "portRange" : 100
    },
    "baseline" : {
      "autoAdjust" : {
        "enabled" : true,
        "timeout" : 10000
      }
    },
    "dataStorage" : {
      "pageSize" : 4096,
      "storagePath" : "db/data",
      "walPath" : "db/wal"
    }
  }
}

{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)