public class TestRowTooBig extends Object
RowTooBigException
when row size exceeds configured limits.| Constructor and Description |
|---|
TestRowTooBig() |
| Modifier and Type | Method and Description |
|---|---|
static void |
after() |
static void |
before() |
void |
testScanAcrossManySmallColumns()
Usecase:
- create a row with 1M cells, 10 bytes in each
- flush & run major compaction
- try to Get whole row.
|
void |
testScannersSeekOnFewLargeCells()
Usecase:
- create a row with 5 large cells (5 Mb each)
- flush memstore but don't compact storefiles.
|
public void testScannersSeekOnFewLargeCells()
throws IOException
IOExceptionpublic void testScanAcrossManySmallColumns()
throws IOException
IOException