[
https://issues.apache.org/jira/browse/GEARPUMP-280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15881767#comment-15881767
]
ASF GitHub Bot commented on GEARPUMP-280:
-----------------------------------------
Github user manuzhang commented on the issue:
https://github.com/apache/incubator-gearpump/pull/159
For any message to be sent out, its `timestamp` should be within the
`LifeTime` of a Task. The `LifeTime` is of range `[birth, death)` where `death`
is excluding. Currently, the maximum values of both `timestamp` and `death` are
`Long.MaxValue` in milliseconds. Consequently, message with the maximum
timestamp can't be sent out.
> max timestamp should be less than LifeTime.death
> ------------------------------------------------
>
> Key: GEARPUMP-280
> URL: https://issues.apache.org/jira/browse/GEARPUMP-280
> Project: Apache Gearpump
> Issue Type: Bug
> Reporter: Manu Zhang
>
> LifeTime.death is now {{Long.MaxValue}} in milliseconds, which prohibits
> message with that timestamp to be sent out.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)