@Test
public void testMutationReplaceLargeRow() throws Exception {
final String rowId = "largerow";
indexManager.mutate(getLargeRow(rowId));
TraceStorage oldReporter = Trace.getStorage();
Trace.setStorage(new BaseTraceStorage(new BlurConfiguration()) {
@Override
public void close() throws IOException {
}