网络错误(tcp错误)

4ktjp1zp  于 2021-06-04  发布在  Hadoop
关注(0)|答案(1)|浏览(333)

我在一个需要代理设置才能访问internet的网络中。我有个奇怪的问题。
互联网运行良好。但有一个特别的例子,当我得到这个错误时:

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..

有什么线索吗?谢谢

wnrlj8wa

wnrlj8wa1#

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

相关问题