gpt4 book ai didi

java - 警告 : JGRP000014: Discovery. 超时已被弃用 : GMS. 应使用 join_timeout

转载 作者:行者123 更新时间:2023-12-02 13:42:35 24 4
gpt4 key购买 nike

WARNING: JGRP000014: Discovery.timeout has been deprecated: GMS.join_timeout should be used instead

如果它不是我直接定义的,为什么我会得到这个?至少我不这么认为,看起来我们正在使用 GMS.join_timeout

这是如何配置的

        log().info(
"Starting JChannel for Distributable Sessions config:{} with channel name of {}",
configString,
channelName
);
jChannel = new JChannel(new PlainConfigurator(configString));

jChannel.connect(channelName);
replicatedSessionIds = new ReplicatedHashMap<>( jChannel );

sessionIds = replicatedSessionIds;

if (! sessionDistributedTest )
{
replicatedSessionIds.start(TIME_OUT);
}

以及该日志消息的输出

Starting JChannel for Distributable Sessions config:TCP(bind_addr=172.20.0.4;bind_port=7800;max_bundle_size=200000):TCPPING(timeout=3000;initial_hosts=dex.master[7800],dex.slave[7800];port_range=1):VERIFY_SUSPECT(timeout=1500):pbcast.NAKACK2(use_mcast_xmit=false;discard_delivered_msgs=true):pbcast.STABLE(stability_delay=1000;desired_avg_gossip=50000;max_bytes=400000):pbcast.GMS(print_local_addr=true;join_timeout=2000;view_bundling=true):pbcast.STATE_SOCK with channel name of Dex_SpringSecurity_Cluster_Dev

jgroups 3.6.13

最佳答案

您实际上确实在传递给 channel 构造函数的configString中定义timeout:TCPPING.timeout

我有 2 条建议给你:

  • 切换到基于 XML 的配置; 4.0 中将不再支持纯文本配置
  • 使用 3.6.13 附带的 tcp.xml 并根据您的喜好进行修改。您的配置看起来有点过时。

关于java - 警告 : JGRP000014: Discovery. 超时已被弃用 : GMS. 应使用 join_timeout,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42658291/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com