Hi everyone, I have been working on removing the ‘hbase.regionserver.hlog.writer.impl’ and ‘hbase.regionserver.hlog.reader.impl’ properties from our code base. In the process, I noticed that we have two places where we mention the default configuration values: one is hbase-default.xml in the hbase-common module, and the other is hbase-default.adoc in our asciidoc.
However, these two files are not consistent with each other. I'm not sure if they are aligned in the past but at least right now, they are not aligned. This inconsistency can cause confusion for our users and developers. Therefore, I suggest that we either find a way to align these two files automatically (e.g., by generating hbase-default.adoc from hbase-defauilt.xml), or remove hbase-default.adoc altogether and refer users to hbase-default.xml for the default configuration values. What do you think? Please share your opinions and suggestions. Thanks. Regards
