View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0008925 | 10000-014: PubSub | Spec | public | 2023-04-27 08:30 | 2023-06-20 19:37 |
| Reporter | Christian von Arnim | Assigned To | Matthias Damm | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Fixed in Version | 1.05.03 RC1 | ||||
| Summary | 0008925: 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) | ||||
| Tags | No tags attached. | ||||
| Commit Version | |||||
| Fix Due Date | |||||
|
|
Replaced with |
|
|
Agreed to changes in 1.05.03 draft. Needs 1.04 Errata to close. |
|
|
Agreed to 1.04 Errata. |
| 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 |