Thank you very much! 2016-02-19 18:33 GMT+09:00 yakov [via Apache Ignite Users] < [email protected]>:
> Hello! > > Please see > org.apache.ignite.configuration.CacheConfiguration#isReadFromBackup which > is true by default. So, if backup is local and rebalancing has finished and > no persistent store configured then no network calls should be done. I > think the latest changes to this logic have not been released yet, but they > will be in 1.6. For now you can build from master. > > --Yakov > > 2016-02-19 12:09 GMT+03:00 kwon <[hidden email] > <http:///user/SendEmail.jtp?type=node&node=3094&i=0>>: > >> Hi, All. >> >> I have some question about get data with specific key from backup node >> instead of primary node on partitioned cache for performance. >> >> more specifically, >> if local client that reside same JVM with partion1 find some specific key >> for partition2 , >> and partion2's backup partition is reside partition1's JVM, >> then is it possible that get value from partion2's backup partition >> instead >> of get from primary partition to avoid additional workload(like network)? >> >> >> >> >> >> -- >> View this message in context: >> http://apache-ignite-users.70518.x6.nabble.com/Can-I-use-Backup-Node-Instead-Primary-Node-On-Partitioned-Cache-tp3092.html >> Sent from the Apache Ignite Users mailing list archive at Nabble.com. >> > > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://apache-ignite-users.70518.x6.nabble.com/Can-I-use-Backup-Node-Instead-Primary-Node-On-Partitioned-Cache-tp3092p3094.html > To unsubscribe from Can I use Backup Node Instead Primary Node On > Partitioned Cache, click here > <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=3092&code=a3dvbl9qdWh5ZUBjb2NvbmUuY28uanB8MzA5MnwtMTg4MTQzODUyMA==> > . > 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> > -- ------------------------------ *權 主惠 - KWON JUHYE* 開発部 ------------------------------ <http://www.cocone.co.jp/> 〒150-0013 東京都渋谷区恵比寿4-9-10 tel 03-5793-3731 | fax 03-5793-3732 web <http://www.cocone.co.jp/> | map <https://www.google.co.jp/maps/place/4+Chome-9-10+Ebisu,+Shibuya-ku,+T%C5%8Dky%C5%8D-to+150-0013/@35.6457962,139.7134509,19z/data=!3m1!4b1!4m2!3m1!1s0x60188b1520f2a2ff:0x1fa57b7c1bdb26f> | email <[email protected]> -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Can-I-use-Backup-Node-Instead-Primary-Node-On-Partitioned-Cache-tp3092p3096.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
