rabbah commented on issue #2492: sequence end time is before a component's end time URL: https://github.com/apache/incubator-openwhisk/issues/2492#issuecomment-346914475 This likely is the result of a clock skew. The timestamp for the sequence is created in the controller at start and end. But the individual actions may run on different VMs. I'm inclined to close as won't fix, the VMs should use ntp. We could widen the end marker so it's the max of the two stamps, and the start is the min. @starpit thoughts?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
