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

Have a timeout for longwait #1665

Closed
ruwanta opened this issue Jun 29, 2018 · 0 comments · Fixed by #1760
Closed

Have a timeout for longwait #1665

ruwanta opened this issue Jun 29, 2018 · 0 comments · Fixed by #1760
Assignees

Comments

@ruwanta
Copy link
Contributor

ruwanta commented Jun 29, 2018

Description:
GraphBasedSequenceHandler cotains

synchronized (context) {
                    try {
                        context.wait();
                    } catch (InterruptedException e) {
                        Thread.currentThread().interrupt();
                        log.error("Error while waiting for the external call the complete. ", e);
                    }
                }

Have a proper timeout handling and bail out with exception.

Suggested Labels:

Suggested Assignees:

Affected Product Version:

OS, DB, other environment details and versions:

Steps to reproduce:

Related Issues:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants