Ticket #775 (new bug)

Opened 5 months ago

Batch Processor does not properly clean up database

Reported by: egouge Assigned to: somebody
Priority: major Milestone:
Component: GUI Version:
Keywords: Cc:
Estimate:

Description

The batch processor does not properly remove temporary database tables when it fails. As a result future batch processing requests will fail.

In this case the batch processor failed with Java Heap Space error. The habc.raster_temp_all_vals table was not removed from the database and thus future raster exports failed as this table could not be created.