View Issue Details

IDProjectCategoryView StatusLast Update
000892510000-014: PubSubSpecpublic2023-06-20 19:37
ReporterChristian von Arnim Assigned ToMatthias Damm  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Fixed in Version1.05.03 RC1 
Summary0008925: Wrong formular for "Start of periodic execution"
Description

The following formular is given for calulating the begin of the periodic execution: (On v1.05.02, Section 6.3.1.1.1)

Start of periodic execution = current time + PublishingInterval – (current time / PublishingInterval)

The "(current time / PublishingInterval)" is wrong, as this might result in times before the current time. I think the correct formular would be:

Start of periodic execution = current time + PublishingInterval – (current time MOD PublishingInterval)
where MOD is the modulo operation.

TagsNo tags attached.
Commit Version
Fix Due Date

Activities

Matthias Damm

2023-06-20 13:26

developer   ~0019559

Replaced with
Start of periodic execution = current time + PublishingInterval – (current time /MODULO PublishingInterval)

Jim Luth

2023-06-20 14:39

administrator   ~0019560

Agreed to changes in 1.05.03 draft. Needs 1.04 Errata to close.

Jim Luth

2023-06-20 19:37

administrator   ~0019585

Agreed to 1.04 Errata.

Issue History

Date Modified Username Field Change
2023-04-27 08:30 Christian von Arnim New Issue
2023-06-06 15:41 Jim Luth Assigned To => Matthias Damm
2023-06-06 15:41 Jim Luth Status new => assigned
2023-06-20 13:26 Matthias Damm Status assigned => resolved
2023-06-20 13:26 Matthias Damm Resolution open => fixed
2023-06-20 13:26 Matthias Damm Fixed in Version => 1.05.03 RC1
2023-06-20 13:26 Matthias Damm Note Added: 0019559
2023-06-20 14:39 Jim Luth Note Added: 0019560
2023-06-20 19:37 Jim Luth Status resolved => closed
2023-06-20 19:37 Jim Luth Note Added: 0019585