在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
我们第二次遇到这个问题,早些时候我们将其保持在理想状态并已自动解决,但这次是持久的。
答案 0 :(得分:6)
看起来configproxy
无法与配置服务器通信(该服务器正在侦听同一主机Spec: tcp/10.10.000.00:19070
上的端口19070)。配置服务器是否真的在此主机上运行并监听端口19070?尝试运行vespa-config-status
脚本,看看配置系统是否一切正常