oVirt / oVirt/ovirt-engine-sdk-java

Not able to disconnect when Server is down

Open
#40 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.