Infinispan 5.3.0 - Change cluster configuration -


I have a cluster, this cluster has four nodes.

If I stop a node, and edit the configuration file (add a new copy cache), when I start the node,

  • Whether the new repeated cache in the cluster Will happen?
  • In the other three nodes, is it necessary to change this configuration file?

    Relationship.

    a) Yes, new duplicated cache will be created on the node. However, if you have the same cache (name) with different configurations, then you are asking for trouble.

    b) No, the configuration on other nodes will not change. You have to manually change it manually, either have to stop the nodes or upgrade the rolling.

    You can also look at the Jmx action to start / stop the cache, but this does not allow the configuration to change (I'm not 100% sure to start a cache with the unknown name After the default configuration, a new cache will not start). If you have programmatic access to CacheManager, you can start the program with the configuration cache.

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -