git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/accounting-aggregator-se-plugin@148448 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
2b16e5a527
commit
ffd9d4a212
|
@ -571,8 +571,6 @@ public class AccountingAggregatorPlugin extends Plugin<AccountingAggregatorPlugi
|
||||||
if (!succesfulDelete){
|
if (!succesfulDelete){
|
||||||
logger.error("Error Delete record");
|
logger.error("Error Delete record");
|
||||||
}
|
}
|
||||||
|
|
||||||
logger.debug("notDeletedTemp size:{} notDeleted:{}",notDeletedTemp.size(),notDeleted.size());
|
|
||||||
logger.debug("Delete complete:{}, Start a insert aggregated document:{}",countDelete,notInserted.size());
|
logger.debug("Delete complete:{}, Start a insert aggregated document:{}",countDelete,notInserted.size());
|
||||||
|
|
||||||
// delete all record and ready for insert a new aggregated record
|
// delete all record and ready for insert a new aggregated record
|
||||||
|
|
Loading…
Reference in New Issue