Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在集群中(比如应用服务器的集群),已经到达最近失败的服务器的请求会发生什么。它会丢失还是从管理服务器重新传输到最近的节点?还是别的什么?
我会说这取决于集群的类型及其配置。您不能说对于所有集群都是如此,但大多数可扩展系统都设计为没有单点故障并且尽可能无状态。因此请求丢失并且不被执行。请求客户端负责重新启动请求,然后可以将请求分派到其他节点。