HI all, I have cluster configured with 1 server node and 25 client nodes, i have a defaut cache configured to store in off-heap (ignite version 1.9), and cacce mode = partitioned. I have 1 cache with 10000 entries in it.
Wher in visor i type `cache` command i see following: visor> cache Time of the snapshot: 06/23/17, 14:59:34 +========================================================================================================================+ | Name(@) | Mode | Nodes | Entries (Heap / Off-heap) | Hits | Misses | Reads | Writes | +========================================================================================================================+ | <default>(@c0) | PARTITIONED | 1 | min: 0 (0 / 0) | min: 0 | min: 0 | min: 0 | min: 0 | | | | | avg: 0.00 (0.00 / 0.00) | avg: 0.00 | avg: 0.00 | avg: 0.00 | avg: 0.00 | | | | | max: 0 (0 / 0) | max: 0 | max: 0 | max: 0 | max: 0 | +---------------------+-------------+-------+---------------------------+-----------+-----------+-----------+------------+ | SIEBEL.S_PARTY(@c1) | PARTITIONED | 25 | min: 0 (0 / 0) | min: 0 | min: 0 | min: 0 | min: 0 | | | | | avg: 62.84 (0.00 / 62.84) | avg: 0.04 | avg: 0.28 | avg: 0.32 | avg: 78.20 | | | | | max: 1571 (0 / 1571) | max: 1 | max: 7 | max: 8 | max: 1955 | +------------------------------------------------------------------------------------------------------------------------+ (by the way, the command works for a very long time). Is it normal behaviour? Do my cluient nodes store data? If yes, what should I do for client nodes not to take part in storing data? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/cache-partitions-tp14063.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
