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

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -