assertTrue("Expected all these numbers to be the same "
+ colAcount + "," + colBcount + "," + rowcount,
(colAcount == colBcount) && (colAcount == rowcount));
tm.tryCommit(t2);
tscan = tm.beginTransaction();
rs = tt.getScanner(tscan, new Scan());
r = rs.next();
colAcount = 0;
colBcount = 0;