GitHub user glukos opened a pull request:
https://github.com/apache/ignite/pull/3915 Ignite 8277 Add utilities to check and display cache info
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/gridgain/apache-ignite ignite-8277
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3915.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3915
----
commit b02cc4bce4cd300d1e036ab743f87b6572869490
Author: Ivan Rakov <ivan.glukos@...>
Date: 2018-04-24T19:02:38Z
IGNITE-8277 Add utilities to check and display cache info
commit 5d80c683760d7dcd6ea5cd2eb6ed6c9ad9eae7df
Author: Ivan Rakov <ivan.glukos@...>
Date: 2018-04-25T09:16:51Z
Merge branch 'master' into ignite-8277
# Conflicts:
# modules/core/src/main/java/org/apache/ignite/internal/commandline/Arguments.java
# modules/core/src/main/java/org/apache/ignite/internal/commandline/Command.java
# modules/core/src/main/java/org/apache/ignite/internal/commandline/CommandHandler.java
# modules/core/src/main/resources/META-INF/classnames.properties
# modules/core/src/test/java/org/apache/ignite/util/GridCommandHandlerTest.java
commit b2443cb0232c004abb50e11a0965003268343c31
Author: Ivan Rakov <ivan.glukos@...>
Date: 2018-04-25T15:47:09Z
IGNITE-8277 Add utilities to check and display cache info
----
---