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.
我的设置是这样的:1 主服务器 4 块服务器
现在其中一台chunk server出现故障,数据无法恢复。我可以修复主服务器的所有数据吗?怎么做?
我认为损坏的块服务器上的数据可以分为两种不同的类型。
goal
如果是第一种情况,则无法修复数据。
如果是第二种情况,丢失的可以在其他chunk server中找到。您可以在 mfs 集群中添加一个新的 chunk server,master 可以决定 chunk server 之间的复制。