Hi, hbase.regionserver.thread.splitcompactcheckfrequency
Seems to be obsolete now that the flush is event triggered, and implicitly triggers the above check. Also this <property> <name>hbase.server.thread.wakefrequency</name> <value>10000</value> <description>Time to sleep in between searches for work (in milliseconds). Used as sleep interval by service threads such as log roller. </description> </property> which is used in this scenario to trigger the check when there is no event (put/delete etc.) is quite ambiguous and warrants for a better explanation. No? Lars