Infinispan - synchronization between node in a cluster

 ̄綄美尐妖づ 提交于 2019-12-25 03:36:30

问题


have you any idea of when we add a new node in a existant cluster in infinispan , how many times the synchronizations between nodes will take ? and if try to call a service in my cache before the synchronization are terminated , i will have an error ?

thank you for your help.


回答1:


Synchronization, or state transfer, is non-blocking, so you can continue executing operations while that happens.



来源:https://stackoverflow.com/questions/53779011/infinispan-synchronization-between-node-in-a-cluster

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!