oVirt / oVirt/ovirt-engine-sdk-java
Not able to disconnect when Server is down
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 30
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
Hello.
We found an issue that make our java process to frezze. We are trying to disconnect the service when the service is down. i think the issue is when we are trying to revokeAccessToken() and the specific command is this.getSsoResponse(ssoRevokeURI, params) that not able to return any results and just freezing.
Able to add a timeout and throw an exception for this one?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with revokeAccessToken() and the getSsoResponse(ssoRevokeURI, params) call mentioned in the issue. Reproduce disconnecting while the service is down and trace where the request waits indefinitely. Done means the call applies a timeout and reports failure through an exception instead of freezing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100