In chinese 这个ignite系统缓存,需要在每个节点上都用到,所以设置成最大值。保证每启动一个节点,系统缓存都有且一致
发送自 Windows 10 版邮件应用 发件人: 李玉珏@163 发送时间: 2019年12月23日 22:01 收件人: [email protected] 主题: Number of backups of the cache named [ignite sys cache] hi, In the 2.7.6 version, start an ignite node through ignite.sh with the fully default configuration, and then execute the following command: ./control.sh --cache list [.]* The following output will be found: [cacheName=ignite-sys-cache, cacheId=-2100569601, grpName=null, grpId=-2100569601, prim=100, mapped=100, mode=REPLICATED, atomicity=TRANSACTIONAL, backups=2147483647, affCls=RendezvousAffinityFunction] It shows: backups = 2147483647 This is a huge number of backups. Why?
