You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Sergey Kozlov (JIRA)" <ji...@apache.org> on 2016/06/23 15:40:16 UTC

[jira] [Created] (IGNITE-3360) Cache size deviation

Sergey Kozlov created IGNITE-3360:
-------------------------------------

             Summary: Cache size deviation
                 Key: IGNITE-3360
                 URL: https://issues.apache.org/jira/browse/IGNITE-3360
             Project: Ignite
          Issue Type: Bug
            Reporter: Sergey Kozlov


1. Copy java files into {{org.apache.ignite.examples.datagrid}}
2. xml files inti {{/examples/config}}
3. Start two server nodes by {{ExamplePutSizeNodeStartup}}
4. Start {{CachePutSizeExample}}. The output is following:
{noformat}
[18:33:21] Topology snapshot [ver=3, servers=2, clients=1, CPUs=8, heap=11.0GB]
Iteration: 1
>>> cache size: 305 for cache_0005
>>> cache size: 313 for cache_0008
>>> cache size: 296 for cache_0012
Iteration: 2
>>> cache size: 304 for cache_0005
>>> cache size: 308 for cache_0008
>>> cache size: 298 for cache_0010
>>> cache size: 301 for cache_0011
>>> cache size: 297 for cache_0012
Iteration: 3
>>> cache size: 308 for cache_0005
>>> cache size: 307 for cache_0008
>>> cache size: 307 for cache_0011
>>> cache size: 298 for cache_0012
Iteration: 4
>>> cache size: 310 for cache_0005
>>> cache size: 314 for cache_0008
>>> cache size: 294 for cache_0010
>>> cache size: 308 for cache_0011
>>> cache size: 294 for cache_0012
Iteration: 5
>>> cache size: 311 for cache_0005
>>> cache size: 310 for cache_0008
>>> cache size: 320 for cache_0011
>>> cache size: 291 for cache_0012
Iteration: 6
>>> cache size: 302 for cache_0005
>>> cache size: 329 for cache_0008
>>> cache size: 293 for cache_0010
>>> cache size: 316 for cache_0011
>>> cache size: 296 for cache_0012
Iteration: 7
>>> cache size: 312 for cache_0005
>>> cache size: 297 for cache_0010
>>> cache size: 316 for cache_0011
>>> cache size: 293 for cache_0012
Iteration: 8
>>> cache size: 291 for cache_0010
...
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)