Skip to content

HDDS-2573. Handle InterruptedException in KeyOutputStream. #257

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

Merged
merged 2 commits into from
Dec 4, 2019

Conversation

avijayanhwx
Copy link
Contributor

@@ -364,6 +364,7 @@ private void handleRetry(IOException exception, long len) throws IOException {
try {
Thread.sleep(action.delayMillis);
} catch (InterruptedException e) {
Thread.currentThread().interrupt();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.
I build it and work well.
Waiting the retest.

@cxorm
Copy link
Member

cxorm commented Nov 23, 2019

/retest

@anuengineer
Copy link
Contributor

The acceptance tests are timing out. This happened twice in a row in the github actions. I will run tests locally on my box and if it works I will commit these changes.

@elek
Copy link
Member

elek commented Dec 3, 2019

Yes, this is timeout is a known problem and I try to identify the root cause. Unfortunately it's flaky, hard to reproduce. I triggered a new build and will commit this patch if it works.

@anuengineer anuengineer merged commit 87e02a3 into apache:master Dec 4, 2019
@anuengineer
Copy link
Contributor

@elek Thank you, that retrigger worked well. You have golden hands. I have just committed the change to master.

@anuengineer
Copy link
Contributor

@cxorm and @elek Thanks for reviews and help with this patch. I have committed this to the master branch.

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

Successfully merging this pull request may close these issues.

4 participants