[GitHub] ignite pull request #3936: IGNITE-8407 Wrong memory size printing in IgniteC...

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] ignite pull request #3936: IGNITE-8407 Wrong memory size printing in IgniteC...

andrey-kuznetsov
GitHub user snuyanzin opened a pull request:

    https://github.com/apache/ignite/pull/3936

    IGNITE-8407  Wrong memory size printing in IgniteCacheDatabaseSnaredManager

   
    usages of getInitialSize()/getMaxSize()) should go with U.readableSize(*, false)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/snuyanzin/ignite IGNITE-8407_Wrong_memory_size_printing_in_IgniteCacheDatabaseSnaredManager

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/3936.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 #3936
   
----
commit 0760b1521fbd5a333066a3acafd601ca7e4c8b4e
Author: snuyanzin <snuyanzin@...>
Date:   2018-04-28T12:48:52Z

    IGNITE-8407  Wrong memory size printing in IgniteCacheDatabaseSnaredManager
    usages of getInitialSize()/getMaxSize()) should go with U.readableSize(*, true)

----


---