- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我注意到由于某些持续的错误,Hbase MasterProcWALs文件夹已填满我的Hdfs。我想知道是否删除MasterProcWALs文件夹下的文件会删除Hbase中的任何数据?
最佳答案
主节点使用MasterProcWAL,这是Apache HBase ™ Reference Guide给出的描述
HMaster records administrative operations and their running states, such as the handling of a crashed server, table creation, and other DDLs, into a Procedure Store. The Procedure Store WALs are stored under the
MasterProcWALs
directory. The Master WALs are not like RegionServer WALs. Keeping up the Master WAL allows us run a state machine that is resilient across Master failures. For example, if a HMaster was in the middle of creating a table encounters an issue and fails, the next active HMaster can take up where the previous left off and carry the operation to completion. Since hbase-2.0.0, a new AssignmentManager (A.K.A AMv2) was introduced and the HMaster handles region assignment operations, server crash processing, balancing, etc., all via AMv2 persisting all state and transitions into MasterProcWALs rather than up into ZooKeeper, as we do in hbase-1.x. This section pertains to hbase-2.0.0 through hbase-2.2.x.
关于hadoop - HBase MasterProcWAL问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59718227/
我是一名优秀的程序员,十分优秀!