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.
如果我有多个服务器用来访问锁定文件的全局磁盘资源(isilon 文件服务器上的挂载点)。如果全局磁盘不可用并且服务器无法访问全局锁定文件,有什么好的方法来处理这种情况?谢谢,道格
如果这种情况间歇性发生,您可能只想尝试等待一小段时间并重试。除此之外...记录错误并失败。也许抛出一个更高级别的人可以更优雅地捕获和处理的异常。