[minor](recycle) add log to observe bug (#11687)
This commit is contained in:
@ -219,14 +219,13 @@ public class CatalogRecycleBin extends MasterDaemon implements Writable {
|
||||
}
|
||||
|
||||
public synchronized void replayEraseTable(long tableId) {
|
||||
LOG.info("before replay erase table[{}]", tableId);
|
||||
RecycleTableInfo tableInfo = idToTable.remove(tableId);
|
||||
idToRecycleTime.remove(tableId);
|
||||
|
||||
Table table = tableInfo.getTable();
|
||||
if (table.getType() == TableType.OLAP && !Env.isCheckpointThread()) {
|
||||
Env.getCurrentEnv().onEraseOlapTable((OlapTable) table, true);
|
||||
}
|
||||
|
||||
LOG.info("replay erase table[{}]", tableId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user