Thanks Stack! My thoughts exactly.
On Wed, Jun 1, 2011 at 7:35 PM, Stack <st...@duboce.net> wrote: > On Wed, Jun 1, 2011 at 7:21 AM, Lars George <lars.geo...@gmail.com> wrote: >> Hi, >> >> hbase.regionserver.thread.splitcompactcheckfrequency >> >> Seems to be obsolete now that the flush is event triggered, > > I removed it. > > >> 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? >> > > Seems like this config. is use all over. Its used so much its almost > dangerous to change -- who knows how it'd ripple through the system. > We should obsolete it and make new individual configs whereever its > used? I made an issue. > > St.Ack >