我们在 Vespa 中面临以下错误,在重新启动集群后,我们遇到了以下问题。
1600455444.680758 10.10.000.00 1030/1 container Container.com.yahoo.filedistribution.fileacquirer.FileAcquirerImpl info Retrying waitFor for file 'e0ce64d459828eb0': 103 -- Request timed out after 60.0 seconds.
1600455446.819853 10.10.000.00 32752/146 configproxy configproxy.com.yahoo.vespa.filedistribution.FileReferenceDownloader info Request failed. Req: request filedistribution.serveFile(e0ce64d459828eb0,0)\nSpec: tcp/10.10.000.00:19070, error code: 103, set error for connection and use another for next request
Run Code Online (Sandbox Code Playgroud)
我们第二次遇到这个问题,之前我们保持理想状态并自动解决,但这一次它是持久的。
小智 6
看起来configproxy无法与配置服务器通信(它正在侦听同一主机上的端口 19070:)Spec: tcp/10.10.000.00:19070。配置服务器是否真的在此主机上的 19070 端口上运行和侦听?尝试运行vespa-config-status脚本以查看配置系统是否一切正常