Details
-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.9.4
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
The story durations as calculated in the PostStoryStatisticsCollector are not reliable in multi-threading executions.
The StoryManager should be responsible for their calculation.
The duration (and hence the timeout) should be calculated from the start of the callable task and not the submission.
Activity
Mauro Talevi
made changes -
Field | Original Value | New Value |
---|---|---|
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Mauro Talevi
made changes -
Description |
The story durations as calculated in the PostStoryStatisticsCollector are not reliable in multi-threading executions.
The StoryManager should be responsible for their calculation. |
The story durations as calculated in the PostStoryStatisticsCollector are not reliable in multi-threading executions.
The StoryManager should be responsible for their calculation. The duration should be calculated from the start of the callable task and not the submission. |
Mauro Talevi
made changes -
Description |
The story durations as calculated in the PostStoryStatisticsCollector are not reliable in multi-threading executions.
The StoryManager should be responsible for their calculation. The duration should be calculated from the start of the callable task and not the submission. |
The story durations as calculated in the PostStoryStatisticsCollector are not reliable in multi-threading executions.
The StoryManager should be responsible for their calculation. The duration (and hence the timeout) should be calculated from the start of the callable task and not the submission. |