You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by Jean-Daniel Cryans <jd...@apache.org> on 2010/11/04 00:48:03 UTC

HBASE-2471's means you need to create region's folders for log splitting

Hey guys,

Now that I committed HBASE-2471, new unit tests that play with log
splitting will need to create the region dirs _before_ using
HLogSplitter or it will refuse to do it. I've done the changes in
TestHLog, TestHLogSplit and TestWALReplay already.

Thx,

J-D