some system.out.println statements removed
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/databases-manager-portlet@100836 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
c0abe245c1
commit
dc17681468
|
@ -1810,6 +1810,7 @@ public class GWTdbManagerServiceImpl extends RemoteServiceServlet implements
|
||||||
|
|
||||||
StatisticalManagerFactory factory = StatisticalManagerDSL
|
StatisticalManagerFactory factory = StatisticalManagerDSL
|
||||||
.createStateful().build();
|
.createStateful().build();
|
||||||
|
|
||||||
SMComputation computation = factory.getComputation(computationId);
|
SMComputation computation = factory.getComputation(computationId);
|
||||||
SMOperationStatus status = SMOperationStatus.values()[computation
|
SMOperationStatus status = SMOperationStatus.values()[computation
|
||||||
.operationStatus()];
|
.operationStatus()];
|
||||||
|
@ -2014,13 +2015,13 @@ public class GWTdbManagerServiceImpl extends RemoteServiceServlet implements
|
||||||
StatisticalManagerFactory factory = getFactory(scope);
|
StatisticalManagerFactory factory = getFactory(scope);
|
||||||
try {
|
try {
|
||||||
factory.removeComputation(computationId);
|
factory.removeComputation(computationId);
|
||||||
|
logger.info("Computation with UID: "+ uidSubmitQuery + " removed");
|
||||||
// remove submit query result
|
// remove submit query result
|
||||||
refreshDataOnServer(uidSubmitQuery);
|
refreshDataOnServer(uidSubmitQuery);
|
||||||
// System.out.println("computation removed");
|
// System.out.println("computation removed");
|
||||||
isComputationRemoved = true;
|
isComputationRemoved = true;
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
// e.printStackTrace();
|
// e.printStackTrace();
|
||||||
|
|
||||||
logger.info("dbmanager-> Could not remove the computation ID "
|
logger.info("dbmanager-> Could not remove the computation ID "
|
||||||
+ computationId
|
+ computationId
|
||||||
+ " corresponding to jobID "
|
+ " corresponding to jobID "
|
||||||
|
|
Loading…
Reference in New Issue