全局磁盘资源不可用
如果我有多个服务器用来访问锁定文件的全局磁盘资源(isilon 文件服务器上的安装点)。如果全局磁盘不可用且服务器无法访问全局锁定文件,处理这种情况的好方法是什么? 谢谢, 道格
If I've got a global disk resource (mount point on an isilon file server) that multiple servers use to access a lock file. What is a good way to handle the situation if that global disk becomes unavailable and the servers can't access the global lock file?
Thanks,
Doug
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果这种情况间歇性地发生,您可能只想尝试等待一小段时间然后重试。除此之外...记录错误并失败。也许抛出一个异常,更高的人可以捕获并更优雅地处理。
If this happens intermittently, you might just want to try waiting a short period and retrying. Other than that... log the error and fail. Maybe throw an exception that someone higher up can catch and deal with more gracefully.