HBase修复Region Holes和meta问题 Posted on 2022-03-31 In tech , HBase HBase RIT 终端导致Region Holes和meta问题,进行修复. Read more »
HBase Meta使用及故障排查 Posted on 2022-03-23 In tech , Hadoop , HBase HBase系统内部设计了一张特殊的表--`hbase:meta`,用于保存Table,Region,RegionServer相关的元数据。 Read more »
HBase Peer状态异常导致的oldWALs目录文件数异常 Posted on 2022-02-24 In tech , HBase RegionServer 在设置Replication(Peer)集群后,主集群的WAL会通过同步/异步的方式,拷贝到Peer集群,之后Peer集群重放WAL中的WALEdit(预写日志条目)来完成。当Peer集群异常情况下,主集群会将未能完成复制的WAL放到oldWALs(WAL归档目录)。Peer集群长期异常,会导致oldWALs目录下文件无限膨胀,导致集群存储异常或者宕机。 Read more »
iPerf3 测试网络带宽-benchmark test Posted on 2022-01-01 In tech iPerf3 工具测试TCP/UDP 对网络带宽进行基准测试。 Read more »
Centos7 install and config haproxy notes Posted on 2022-01-01 In tech centos7 install openssl/haproxy 支持TLS1.3 以及 HTTP2 Read more »
xz compress util Posted on 2021-12-02 In tech XZ Utils are the successor to LZMA(Lempel–Ziv–Markov chain algorithm) Utils.XZ Utils create 30 % smaller output than gzip and 15 % smaller output than bzip2. Read more »