wso2 / carbon-device-mgt

Apache License 2.0
53 stars 113 forks source link

Archival and Purging Task Improvement #1249

Closed abhishekdesilva closed 6 years ago

abhishekdesilva commented 6 years ago

The time taken for individual transactions within the Archival Task, hence total archival execution time has been brought down considerably.

Source code has been optimized to avoid deadlock in the Archival process, hence resolving issues like Thread Pool Exhaust Exceptions and No connection is associated with the current transaction.

Error value displaying for the Total Execution Time in the Purging task issue is also fixed.

An operation is added to every device when the addOperation end point is called issue is also fixed