This limitation doesn't exist anymore in the latest master. Jobs may
be monitored for infinite amount of time now. Note that it wouldn't
cancel the job if the submission timeout had been reached before the
job completed.
On Mon, Aug 29, 2016 at 6:06 PM, Till Rohrmann wrote:
> If I'm not mistaken
If I'm not mistaken then this was a limitation of Akka's ask futures. The
maximum timeout was as specified. It might have changed with a new version,
though. Usually, you should rarely run into a case where this actually
matters.
Cheers,
Till
On Mon, Aug 29, 2016 at 5:44 PM, Greg Hogan wrote:
>
AkkaUtils.scala
val INF_TIMEOUT = 21474835 seconds
That is job submit timeout 248.55 days.
Why is this number?
Could be rewritten as "val INFO_TIMEOUT = Integer.MAX_VALUE seconds"?
On Mon, Aug 29, 2016 at 4:22 AM, 时金魁 wrote:
>
>
> AkkaUtils.scala
> val INF_TIMEOUT = 21474835 seconds
>
>
> That is job submit timeout 248.55 days.
>
>
> Why is this number?
>
>
>
>