Michael Kublin has posted comments on this change.

Change subject: core: TimeoutBase: Prevent updating mutable Date
......................................................................


Patch Set 4: (1 inline comment)

....................................................
File 
backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dal/dbbroker/auditloghandling/AuditLogDirector.java
Line 872:                 Math.max(auditLogable.getEventFloodInSec(), 30) // 
Min duration for External Events is 30 sec
Line 873:                 :
Line 874:                 logType.getDuplicateEventsIntervalValue();
Line 875:         if (duplicateEventsIntrvalValue > 0) {
Line 876:             auditLogable.setEndTime(System.currentTimeMillis()
can you please also change logType.getDuplicateEventsIntervalValue() to 
duplicateEventsIntrvalValue
Line 877:                     + 
TimeUnit.SECONDS.toMillis(logType.getDuplicateEventsIntervalValue()));
Line 878:             
auditLogable.setTimeoutObjectId(composeObjectId(auditLogable, logType));
Line 879:         }
Line 880:     }


--
To view, visit http://gerrit.ovirt.org/11897
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Icd77e518369fa25bfe684d249d12e0f8e2bb1a0f
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Alissa Bonas <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Daniel Erez <[email protected]>
Gerrit-Reviewer: Liron Aravot <[email protected]>
Gerrit-Reviewer: Maor Lipchuk <[email protected]>
Gerrit-Reviewer: Michael Kublin <[email protected]>
Gerrit-Reviewer: Tal Nisan <[email protected]>
Gerrit-Reviewer: Vered Volansky <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to