jboss 以一种顺序启动集群,而不是另一种顺序
在这个例子中,我有两个集群 jboss 节点,我将它们称为 A 和 B。
如果我先启动节点 B,然后启动节点 A,则一切正常,服务器将在 45 秒内启动。如果我改变顺序我就会遇到问题。第一个问题是,节点 B 需要永远(例如 5 分钟)才能通过 [service] 删除引导日志处理程序。当它最终继续时,它会将集群 bean 设置为 HA JNDI,并且需要 1-2 分钟 bean。同时在节点AI上不断得到 错误 [org.jboss.system.server.profileservice.repository.clustered.ClusteredDeploymentRepository] getModifiedDeployments() 无法获取本地锁,然后上面的行显示无法获取锁,因为它由节点 B 持有]
非常感谢任何帮助。
I have two clustered jboss nodes for this example I will call them A and B.
If i start node B first and then node A everything works fine and the servers start up in <45 seconds. If I switch the order I have problems. First problem is that it takes Node B FOREVER (like 5 minutes) to get past the [service] Removing bootstrap log handlers. When it finally continues on it gets to the setting the clustered beans to the HA JNDI and it takes 1-2 minutes ber bean. Meanwhile on node A I continously get
ERROR [org.jboss.system.server.profileservice.repository.clustered.ClusteredDeploymentRepository] getModifiedDeployments() Cannot acquire local lock and then line above says Unable to acquire lock as it is held by Node B]
Any help is greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论