GitHub user antonovsergey93 opened a pull request: https://github.com/apache/ignite/pull/4837
Ignite 8717 Cache configuration was moved to meta store. Verification of cache configuration on node joining was added. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-8717 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/4837.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #4837 ---- commit 8aeefa775cac27e34fbebb3799a056d2f1ba282b Author: Ivan Daschinskiy <ivandasch@...> Date: 2018-06-20T09:01:00Z IGNITE-8717: First steps in implementing storing cache configuration in metastore. commit 2e28aba5686f4f694c590487db1da9572f1cc78a Author: Ivan Daschinskiy <ivandasch@...> Date: 2018-06-21T08:30:26Z IGNITE-8717: Second step. Tests passed. commit 9c75281671e1a25afbbf9bc07ec623d0a6031f80 Author: Sergey Antonov <antonovsergey93@...> Date: 2018-09-19T09:18:47Z Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/ignite into ignite-8717 commit 4e30a5707b39b650727a4512e0730f30155372f1 Author: Sergey Antonov <antonovsergey93@...> Date: 2018-09-21T10:22:44Z IGNITE-8717 WIP commit 549073b14a43151ca5715e4d583ea31d07a7bf50 Author: Sergey Antonov <antonovsergey93@...> Date: 2018-09-21T12:05:20Z IGNITE-8717 WIP commit 19be946aaec837b553f89b6d46528769f29df730 Author: Sergey Antonov <antonovsergey93@...> Date: 2018-09-24T08:51:46Z IGNITE-8717 Reproducer was added commit 338a3fe1d56f3719f8b258c38d50f0fb8b069861 Author: Sergey Antonov <antonovsergey93@...> Date: 2018-09-26T11:55:52Z IGNITE-8717 first version of fix commit 26b9e3e0bc39bc35f080e4c7e95ef8b2697d7cfc Author: Sergey Antonov <antonovsergey93@...> Date: 2018-09-26T12:00:24Z IGNITE-8717 cody style changes in test ---- ---