Anyone have any idea why a result would have a deadline of 2 days when the work generator has the delay bound set to 7 * 86400 or 7 days?
Created2 May 2014, 19:57:23 UTCSent2 May 2014, 21:07:30 UTCReport deadline4 May 2014, 3:36:58 UTCReceived3 May 2014, 2:30:23 UTCLast time modified2 May 2014, 21:30:26 UTC The workunit has the following info according to the database: mysql> select FROM_UNIXTIME(create_time),FROM_UNIXTIME(delay_bound) from workunit where id=5741706; +----------------------------+----------------------------+ | FROM_UNIXTIME(create_time) | FROM_UNIXTIME(delay_bound) | +----------------------------+----------------------------+ | 2014-04-30 18:40:23 | 1970-01-14 18:00:00 | +----------------------------+----------------------------+ Even if the deadline was related to the time the workunit record was created, it would still be May 6 and not May 4. Anyone have a theory? It seems to be happening randomly For large WUs, it causes the client to panic and go into high priority mode and the end users are not happy when that happens. . Jon Sonntag _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
