What is the reason of below error in vespa.ai?

542 Views Asked by At

We are facing this below error in Vespa, after restarting the cluster we got this below issue.

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

We faced this issue second time, earlier we kept it ideal and it was resolved automatically, but this time it is persistent.

1

There are 1 best solutions below

2
On BEST ANSWER

Looks like the configproxy is unable to talk to the config server (which is listening to port 19070 on the same host: Spec: tcp/10.10.000.00:19070). Is the config server really runnning and listening on port 19070 on this host? Try running the vespa-config-status script to see if all is well with the config system