public class TestRowTooBig
extends java.lang.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 static void before()
throws java.lang.Exception
java.lang.Exceptionpublic static void after()
throws java.lang.Exception
java.lang.Exceptionpublic void testScannersSeekOnFewLargeCells()
throws java.io.IOException
java.io.IOExceptionpublic void testScanAcrossManySmallColumns()
throws java.io.IOException
java.io.IOException