简体   繁体   English

infinispan群集的两个节点配置5.3.Final

[英]infinispan cluster two nodes configuration 5.3.Final

We want to create a cluster with two nodes, we have followed the steps of https://docs.jboss.org/author/display/ISPN/Infinispan+Server , we use the configuration file of standalone/configuration/clustered-two-nodes.xml. 我们要创建一个具有两个节点的集群,我们遵循了https://docs.jboss.org/author/display/ISPN/Infinispan+Server的步骤,我们使用了standalone / configuration / clustered-two- nodes.xml。 We have changed some ports like 8080, 9999, 4447 and 127.0.0.1 to the IP of the machine. 我们已将某些端口(例如8080、9999、4447和127.0.0.1)更改为计算机的IP。 We tried it, but it didn't work. 我们尝试过,但是没有用。 Is the best configuration to work with a cluster of two nodes?? 与两个节点组成的集群一起工作的最佳配置是吗? Is there any step that we didn't see?? 有没有我们没有看到的步骤? I saw several threads and it seem to be the correct way, but we tried differents configuration and it doesn't work. 我看到了几个线程,这似乎是正确的方法,但是我们尝试了不同的配置,但它不起作用。

Thank you 谢谢

We start cluster of 2 different machines, we use tcp in the configurations. 我们启动2台不同机器的集群,在配置中使用tcp。 I have followed server questions but we didn't get solution to our problems. 我已经关注服务器问题,但是我们没有解决问题。 These are our changes: IP.IP.IP.IP = our ip. 这些是我们的更改:IP.IP.IP.IP =我们的IP。

<subsystem xmlns="urn:jboss:domain:jgroups:1.2" default-stack="${jboss.default.jgroups.stack:tcp}">
    <inet-address value="${jboss.bind.address.management:IP.IP.IP.IP}"/>
    <inet-address value="${jboss.bind.address:IP.IP.IP.IP}"/>
    <socket-binding name="management-native" interface="management"                         port="${jboss.management.native.port:19999}"/>
    <socket-binding name="management-http" interface="management" port="${jboss.management.http.port:9991}"/>
    <socket-binding name="http" port="8081"/>
    <socket-binding name="remoting" port="4448"/>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在两节点群集中设置infinispan缓存 - How to setup infinispan cache in a two node cluster Infinispan集群处于无效模式-尽管某些节点具有该值,但get(key)返回NULL - Infinispan cluster in Invalidation mode - get(key) returns NULL though some nodes have the value Infinispan拦截器配置? - Infinispan Interceptor Configuration? 在Wildfly 10群集中添加的infinispan复制缓存中经常发生复制超时异常(2个节点) - Replication timeout exception is occuring often in infinispan replicated cache added in wildfly 10 cluster(2 nodes) Infinispan-集群中节点之间的同步 - Infinispan - synchronization between node in a cluster Spring,Infinispan和JGroups-以编程方式进行配置 - Spring, Infinispan and JGroups - configuration programmatically Infinispan 集群 REPL_ASYNC 缓存:命令在两个节点之间无限期弹跳 - Infinispan clustered REPL_ASYNC cache: command indefinitely bounced between two nodes 以编程方式为集群中的Infinispan开发Jgroup渠道 - Develop programmatically a Jgroup Channel for Infinispan in a Cluster 5.3.0最终版中缺少Infinispan.war - Infinispan.war missing in 5.3.0.Final version 使用Docker群在服务器管理控制台上运行Infinispan集群 - Run Infinispan cluster with Server management console using Docker swarm
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM