You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
KeyOutputStream correctly does the handleWrite() from inside the retry so only the correct setting for the fixed delay between retries needs to be set appropriately.
The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ trunk Compile Tests _
+1
mvninstall
1054
trunk passed
+1
compile
48
trunk passed
+1
checkstyle
20
trunk passed
+1
mvnsite
28
trunk passed
+1
shadedclient
716
branch has no errors when building and testing our client artifacts.
+1
findbugs
34
trunk passed
+1
javadoc
19
trunk passed
_ Patch Compile Tests _
+1
mvninstall
30
the patch passed
+1
compile
21
the patch passed
+1
javac
21
the patch passed
-0
checkstyle
14
hadoop-ozone/client: The patch generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1
mvnsite
24
the patch passed
+1
whitespace
0
The patch has no whitespace issues.
+1
shadedclient
747
patch has no errors when building and testing our client artifacts.
The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ trunk Compile Tests _
+1
mvninstall
1241
trunk passed
+1
compile
49
trunk passed
+1
checkstyle
21
trunk passed
+1
mvnsite
29
trunk passed
+1
shadedclient
689
branch has no errors when building and testing our client artifacts.
+1
findbugs
38
trunk passed
+1
javadoc
24
trunk passed
_ Patch Compile Tests _
+1
mvninstall
31
the patch passed
+1
compile
22
the patch passed
+1
javac
22
the patch passed
-0
checkstyle
14
hadoop-ozone/client: The patch generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ trunk Compile Tests _
+1
mvninstall
1011
trunk passed
+1
compile
32
trunk passed
+1
checkstyle
18
trunk passed
+1
mvnsite
28
trunk passed
+1
shadedclient
645
branch has no errors when building and testing our client artifacts.
+1
findbugs
33
trunk passed
+1
javadoc
22
trunk passed
_ Patch Compile Tests _
+1
mvninstall
27
the patch passed
+1
compile
19
the patch passed
+1
javac
19
the patch passed
-0
checkstyle
12
hadoop-ozone/client: The patch generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1
mvnsite
21
the patch passed
+1
whitespace
0
The patch has no whitespace issues.
+1
shadedclient
696
patch has no errors when building and testing our client artifacts.
The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ trunk Compile Tests _
+1
mvninstall
434
trunk passed
+1
compile
214
trunk passed
+1
checkstyle
52
trunk passed
+1
mvnsite
0
trunk passed
+1
shadedclient
868
branch has no errors when building and testing our client artifacts.
+1
javadoc
126
trunk passed
0
spotbugs
298
Used deprecated FindBugs config; considering switching to SpotBugs.
+1
findbugs
501
trunk passed
_ Patch Compile Tests _
+1
mvninstall
444
the patch passed
+1
compile
203
the patch passed
+1
javac
203
the patch passed
+1
checkstyle
56
the patch passed
+1
mvnsite
0
the patch passed
+1
whitespace
0
The patch has no whitespace issues.
+1
shadedclient
727
patch has no errors when building and testing our client artifacts.
Thanks for review @hanishakoneru. On my local machine, I get a 80% pass rate on this test.
I can see that it is failing elsewhere without these changes as well: #781
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
KeyOutputStream correctly does the handleWrite() from inside the retry so only the correct setting for the fixed delay between retries needs to be set appropriately.