opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/LDAPClientConnection.java
@@ -1293,12 +1293,11 @@ return false; } if (operation.getOperationType() == OperationType.ABANDON) if (operation.getOperationType() == OperationType.ABANDON && keepStats && operation.getResultCode() == ResultCode.CANCELLED) { if (keepStats && operation.getResultCode() == ResultCode.CANCELLED) { statTracker.updateAbandonedOperation(); } statTracker.updateAbandonedOperation(); } lastCompletionTime.set(TimeThread.getTime());