检察官网发现,安全集群和非安全集群之间举行数据迁移时需要配置参数ipc.client.fallback-to-simple-auth-allowed为true
ipc.client.fallback-to-simple-auth-allowed参数用法:client使用安全毗连去链接一台非安全服务器时,服务器提示client切换到SASL SIMPLE认证模式(非安全Server asks us to fall back to SIMPLE auth, but this client is configured to only allow secure connections),如果设置为true,则client同意切换到非安全毗连,如果false,则退出毗连。在访问Kerberos情况的Configuration中增加ipc.client.fallback-to-simple-auth-allowed为true的配置体现允许客户端使用简朴认证模式
于是下令修改为