hdfs - Does HBase call hsync on WAL with SyncFlag.UPDATE_LENGTH option? -
currently wal flush section empty in reference guide. how hbase sync wal file after each write?
- normal
hsync()without notifying namenode change in size of wal - or using
hsync(enumset.of(syncflag.update_length))
does matter notify namenode wal size changed after each append?
Comments
Post a Comment