Skip to content

Commit

Permalink
0001765: During uninstall staging area doesn't get wiped out. A reins…
Browse files Browse the repository at this point in the history
…tall can reference old batches that had been staged.
  • Loading branch information
chenson42 committed Jun 12, 2014
1 parent 27dac6e commit 6a1346c
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -558,6 +558,8 @@ public synchronized void uninstall() {

stop();

log.info("Just cleaned {} files in the staging area during the uninstall.", getStagingManager().clean(0));

try {

Table table = platform.readTableFromDatabase(null, null, TableConstants.getTableName(parameterService.getTablePrefix(), TableConstants.SYM_TRIGGER_ROUTER));
Expand Down

0 comments on commit 6a1346c

Please sign in to comment.