When you set up a replicated cache the ignite automatically set the number of backup to Integer.MAX_VALUE without looking at the provided value in your configuration. That's why you see this value. It's a kind of hard coded value but it doesn't matter in case of replicated cache.
Best regards, Romain Le mer. 2 mars 2016 11:24, Vladimir Ozerov <[email protected]> a écrit : > You have replicated cache, and backup setting doesn't have sense in this > mode because data will be replicated to all nodes in topology. > > On Wed, Mar 2, 2016 at 9:03 AM, 上帝已死 <[email protected]> wrote: > >> When I set backups = 1, the output still is backups=2147483647 >> >> >> >> -- >> View this message in context: >> http://apache-ignite-users.70518.x6.nabble.com/About-cache-backups-s-question-tp3331p3332.html >> Sent from the Apache Ignite Users mailing list archive at Nabble.com. >> > >
