You can think of a replicated cache as a partitioned cache with unlimited backups. So one node will have the primary partition and all others will have a backup.
On Wed, 20 Nov 2024 at 11:41, Charlin S <charli...@hotelhub.com> wrote: > Hi All, > Thank you for your email. We are getting cache mode with a cache list. Why > cache size not showing full cache size for replicated mode cache. example > two node server total cache count is 10 and cachesize=6 and > offheapbackentry=4 this is correct in-case of partition mode but > replication mode should have all data in all servers as primary > > Thanks, > Charlin > > > On Wed, 20 Nov 2024 at 16:01, Stephen Darlington <sdarling...@apache.org> > wrote: > >> Most of the functionality can be found in the control.sh script. >> >> Mac:apache-ignite-2.16.0-bin stephen.darlington$ bin/control.sh --cache >> list "m*" >> >> Control utility [ver. 2.16.0#20231215-sha1:7bde6a42] >> >> 2023 Copyright(C) Apache Software Foundation >> >> User: stephen.darlington >> >> Time: 2024-11-20T10:30:08.618 >> >> Command [CACHE] started >> >> Arguments: --cache list m* >> >> >> -------------------------------------------------------------------------------- >> >> [cacheName=SQL_PUBLIC_MY_TABLE, cacheId=354675680, grpName=null, >> grpId=354675680, prim=1024, mapped=1024, mode=PARTITIONED, >> atomicity=ATOMIC, backups=0, affCls=RendezvousAffinityFunction] >> >> [cacheName=SQL_PUBLIC_MY_TABLE2, cacheId=-1889955758, grpName=null, >> grpId=-1889955758, prim=512, mapped=512, mode=REPLICATED, atomicity=ATOMIC, >> backups=2147483647, affCls=RendezvousAffinityFunction] >> >> Command [CACHE] finished with code: 0 >> >> Control utility has completed execution at: 2024-11-20T10:30:08.720 >> >> Execution time: 102 ms >> >> >> On Wed, 20 Nov 2024 at 10:21, Charlin S <charli...@hotelhub.com> wrote: >> >>> Hi All, >>> We are using Ignite 2.16 and cache mode is replicated, but cache data >>> storing as primary and backup. We were getting cache mode in >>> ignitevisor tool but now same tool has been deprecated. How to check cache >>> mode in Ignite 2.16? >>> [image: image.png] >>> >>