802803804805806807808809810811812
storeFile.closeReader(true); exec.shutdown(); BlockCache c = cacheConf.getBlockCache(); if (c != null) { c.shutdown(); } } LOG.info("Worker threads completed: " + numCompleted); LOG.info("Worker threads failed: " + numFailed); return true;
60556056605760586059606060616062606360646065
processTable(fs, tableDir, log, c, majorCompact); } finally { log.close(); // TODO: is this still right? BlockCache bc = new CacheConfig(c).getBlockCache(); if (bc != null) bc.shutdown(); } } /** * Listener class to enable callers of
341034113412341334143415341634173418
try { processTable(fs, tableDir, log, c, majorCompact); } finally { log.close(); BlockCache bc = StoreFile.getBlockCache(c); if (bc != null) bc.shutdown(); } } }
59996000600160026003600460056006600760086009
444344444445444644474448444944504451
processTable(fs, tableDir, log, c, majorCompact); } finally { log.close(); // TODO: is this still right? BlockCache bc = new CacheConfig(c).getBlockCache(); if (bc != null) bc.shutdown(); } } }
433643374338433943404341434243434344
526752685269527052715272527352745275
27422743274427452746274727482749275027512752
try { processTable(fs, tableDir, log, c, majorCompact); } finally { log.close(); BlockCache bc = StoreFile.getBlockCache(c); if (bc != null) bc.shutdown(); } } /** * A mocked list implementaion - discards all updates.
60326033603460356036603760386039604060416042
326332643265326632673268326932703271