Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invocation lastHeartbeatMillis reset in case of retry #9287

Commits on Nov 21, 2016

  1. In case of a retrying operation, an old heartbeat could still be stored

    on the invocation. If the invocation monitor sees this; it currently doesn't
    understand that this from an old invocation; it will just conclude that the
    invocation has not received any recent heartbeats and will abort the invocation
    with an OperationTimeoutException.
    
    This pr fixes that by resetting the lastHeartbeat when the invocation is retried.
    pveentjer committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    ce12461 View commit details
    Browse the repository at this point in the history