0

我在需要代理设置才能访问互联网的网络中。我有一个奇怪的问题。

互联网运行良好。但是当我收到此错误时,这是​​一个特定的实例:

Network Error (tcp_error) 

A communication error occurred: "Operation timed out"
The Web Server may be down, too busy, or experiencing other problems preventing it from responding to requests. You may wish to try again at a later time.

For assistance, contact your network support team.

当我在本地模式下使用 hadoop 时会发生这种情况。我可以访问 UI 界面。我可以看到正在运行的作业。但是当我尝试查看每个任务的日志时.. 我无法访问这些日志。

UI--> job-->map--> task--> all <-- this is where the error is..

有什么线索吗?谢谢

4

1 回答 1

1

不确定您的 tcp 操作到底是什么,或者关于 Hadoop 或您的代理设置,但如果您可以可靠地重复错误,并且每次测试时超时错误发生的时间大致相同,并且该时间大约为分钟,我的猜测是你在服务器上有一个真正的处理延迟(可能是由某处阻塞引起的),但不一定。

于 2013-01-16T21:11:57.497 回答