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 <amure...@redhat.com>
Gerrit-Reviewer: Alissa Bonas <abo...@redhat.com>
Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Daniel Erez <de...@redhat.com>
Gerrit-Reviewer: Liron Aravot <lara...@redhat.com>
Gerrit-Reviewer: Maor Lipchuk <mlipc...@redhat.com>
Gerrit-Reviewer: Michael Kublin <mkub...@redhat.com>
Gerrit-Reviewer: Tal Nisan <tni...@redhat.com>
Gerrit-Reviewer: Vered Volansky <vvola...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to