Hi Val, How about NearCacheConfiguration? Will that also be ignored as part of CacheConfiguration? If it also get ignored then it means that client nodes cannot have a near cache size as per their own requirement and will have to stick with what was configured by the node which created cache.
Regards, Vinay On Jan 10, 2016 12:21 AM, "vkulichenko [via Apache Ignite Users]" < [email protected]> wrote: > Vinay, > > Ignite.createCache() method will throw an exception if the cache already > exists. But if you use Ignite.getOrCreateCache() method instead, it will be > either created with the provided configuration, or you will get an already > existing cache. In the latter case the configuration you provide will be > ignored. There is also Ignite.cache() method that you can use when you're > sure cache already exists. It accepts just a cache name instead of > CacheConfiguration object. > > Makes sense? > > -Val > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://apache-ignite-users.70518.x6.nabble.com/Is-CacheConfiguration-specified-at-client-node-ignored-in-case-if-Cache-already-exists-tp2461p2476.html > To unsubscribe from Is CacheConfiguration specified at client node ignored > in case if Cache already exists?, click here > <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=2461&code=dmluc2hhcm1hLnRlY2hAZ21haWwuY29tfDI0NjF8ODIyNDgwNzMy> > . > NAML > <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Is-CacheConfiguration-specified-at-client-node-ignored-in-case-if-Cache-already-exists-tp2461p2480.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
