There is one column family, d. Each row has about 10 columns, and each row's total data size is less than 2K.
Here is a small snippet of logs from the region server: http://pastebin.com/S2jE4ZAx --Tom On Tue, Sep 24, 2013 at 9:59 AM, Bharath Vissapragada <[email protected] > wrote: > It would help if you can show your RS log (via pastebin?) . Are there > frequent flushes for this region too? > > > On Tue, Sep 24, 2013 at 9:20 PM, Tom Brown <[email protected]> wrote: > > > I have a region that is very small, only 5MB. Despite it's size, it has > 24 > > store files. The logs show that it's compacting (over and over again). > > > > The odd thing is that even though there are 24 store files, it only does > > one at a time. Even more strange is that my logs are filling up with > > compacting this one region. In the last 10 hours, there have been > 1,876,200 > > log entries corresponding to compacting this region alone. > > > > My cluster is 0.94.10, and using almost all default settings. Only a few > > are not default: > > hbase.hregion.max.filesize = 4294967296 > > hbase.hstore.compaction.min = 6 > > > > I am at a total loss as to why this behavior is occurring. Any help is > > appreciated. > > > > --Tom > > > > > > -- > Bharath Vissapragada > <http://www.cloudera.com> >
