242243244245246247248249250
if (tooLittleCount == null) { tooLittleCount = 0; } tooLittleMap.put(table, tooLittleCount + 1); result.add(new TabletMigration(extent, tooMuch.server, tooLittle.server)); } return result; }