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
HDFS-16586. Purge FsDatasetAsyncDiskService threadgroup; it causes BPServiceActor IllegalThreadStateException 'fatal exception and exit'
Description of PR
Remove the ThreadGroup used by executor factories; they are unused
and ThreadGroups auto-destroy when their Thread-member count goes to zero.
This behavior is incompatible with the configuration we have on the per-volume
executor which is set to let all threads die if no use inside the
keepalive time.
apache#4338)
* HDFS-16586. Purge FsDatasetAsyncDiskService threadgroup; it causes BPServiceActor IllegalThreadStateException 'fatal exception and exit'
Remove the ThreadGroup used by executor factories; they are unused
and ThreadGroups auto-destroy when their Thread-member count goes to zero.
This behavior is incompatible with the configuration we have on the per-volume
executor which is set to let all threads die if no use inside the
keepalive time.
Signed-off-by: Hexiaoqiao <[email protected]>
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.
_ branch-3.3 Compile Tests _
+1 💚
mvninstall
39m 18s
branch-3.3 passed
+1 💚
compile
1m 26s
branch-3.3 passed
+1 💚
checkstyle
1m 6s
branch-3.3 passed
+1 💚
mvnsite
1m 36s
branch-3.3 passed
+1 💚
javadoc
1m 45s
branch-3.3 passed
+1 💚
spotbugs
3m 40s
branch-3.3 passed
+1 💚
shadedclient
28m 51s
branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+1 💚
mvninstall
1m 19s
the patch passed
+1 💚
compile
1m 12s
the patch passed
+1 💚
javac
1m 12s
the patch passed
+1 💚
blanks
0m 0s
The patch has no blanks issues.
+1 💚
checkstyle
0m 48s
the patch passed
+1 💚
mvnsite
1m 19s
the patch passed
+1 💚
javadoc
1m 24s
the patch passed
+1 💚
spotbugs
3m 31s
the patch passed
+1 💚
shadedclient
28m 11s
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.
_ branch-3.3 Compile Tests _
+1 💚
mvninstall
41m 21s
branch-3.3 passed
+1 💚
compile
1m 31s
branch-3.3 passed
+1 💚
checkstyle
1m 4s
branch-3.3 passed
+1 💚
mvnsite
1m 35s
branch-3.3 passed
+1 💚
javadoc
1m 46s
branch-3.3 passed
+1 💚
spotbugs
3m 43s
branch-3.3 passed
+1 💚
shadedclient
28m 43s
branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+1 💚
mvninstall
1m 20s
the patch passed
+1 💚
compile
1m 16s
the patch passed
+1 💚
javac
1m 16s
the patch passed
+1 💚
blanks
0m 0s
The patch has no blanks issues.
+1 💚
checkstyle
0m 47s
the patch passed
+1 💚
mvnsite
1m 19s
the patch passed
+1 💚
javadoc
1m 24s
the patch passed
+1 💚
spotbugs
3m 26s
the patch passed
+1 💚
shadedclient
28m 11s
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.
_ branch-3.3 Compile Tests _
+1 💚
mvninstall
37m 59s
branch-3.3 passed
+1 💚
compile
1m 25s
branch-3.3 passed
+1 💚
checkstyle
1m 7s
branch-3.3 passed
+1 💚
mvnsite
1m 36s
branch-3.3 passed
+1 💚
javadoc
1m 44s
branch-3.3 passed
+1 💚
spotbugs
3m 41s
branch-3.3 passed
+1 💚
shadedclient
28m 43s
branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+1 💚
mvninstall
1m 19s
the patch passed
+1 💚
compile
1m 13s
the patch passed
+1 💚
javac
1m 13s
the patch passed
+1 💚
blanks
0m 0s
The patch has no blanks issues.
+1 💚
checkstyle
0m 47s
the patch passed
+1 💚
mvnsite
1m 20s
the patch passed
+1 💚
javadoc
1m 21s
the patch passed
+1 💚
spotbugs
3m 26s
the patch passed
+1 💚
shadedclient
28m 8s
patch has no errors when building and testing our client artifacts.
TestRollingUpgrade failed on each of the three test runs. Running it in a loop locally, it does not fail w/ the patch in place. Looking at the test failures, the complaint is from shutdown handler in QJM or hang waiting on JMX bean change, unrelated to this non-functional change inside the datanode.
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.
…… (#4338)
Description of PR
Remove the ThreadGroup used by executor factories; they are unused
and ThreadGroups auto-destroy when their Thread-member count goes to zero.
This behavior is incompatible with the configuration we have on the per-volume
executor which is set to let all threads die if no use inside the
keepalive time.
Signed-off-by: Hexiaoqiao [email protected]
Backport to branch-3.3.
How was this patch tested?
By running a downstream test that was failing when this PR was not in place.
For code changes:
LICENSE,LICENSE-binary,NOTICE-binaryfiles?