[ 
https://issues.apache.org/jira/browse/HADOOP-18690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17708951#comment-17708951
 ] 

ASF GitHub Bot commented on HADOOP-18690:
-----------------------------------------

hadoop-yetus commented on PR #5535:
URL: https://github.com/apache/hadoop/pull/5535#issuecomment-1497669996

   :broken_heart: **-1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime |  Logfile | Comment |
   |:----:|----------:|--------:|:--------:|:-------:|
   | +0 :ok: |  reexec  |   0m 42s |  |  Docker mode activated.  |
   |||| _ Prechecks _ |
   | +1 :green_heart: |  dupname  |   0m  0s |  |  No case conflicting files 
found.  |
   | +0 :ok: |  codespell  |   0m  0s |  |  codespell was not available.  |
   | +1 :green_heart: |  @author  |   0m  0s |  |  The patch does not contain 
any @author tags.  |
   | -1 :x: |  test4tests  |   0m  0s |  |  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.4 Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |  37m 52s |  |  branch-3.3.4 passed  |
   | +1 :green_heart: |  compile  |   0m 37s |  |  branch-3.3.4 passed  |
   | +1 :green_heart: |  checkstyle  |   0m 30s |  |  branch-3.3.4 passed  |
   | +1 :green_heart: |  mvnsite  |   0m 40s |  |  branch-3.3.4 passed  |
   | +1 :green_heart: |  javadoc  |   0m 35s |  |  branch-3.3.4 passed  |
   | +1 :green_heart: |  spotbugs  |   1m 17s |  |  branch-3.3.4 passed  |
   | +1 :green_heart: |  shadedclient  |  24m 49s |  |  branch has no errors 
when building and testing our client artifacts.  |
   |||| _ Patch Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |   0m 33s |  |  the patch passed  |
   | +1 :green_heart: |  compile  |   0m 28s |  |  the patch passed  |
   | -1 :x: |  javac  |   0m 28s | 
[/results-compile-javac-hadoop-tools_hadoop-azure.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-5535/1/artifact/out/results-compile-javac-hadoop-tools_hadoop-azure.txt)
 |  hadoop-tools_hadoop-azure generated 1 new + 18 unchanged - 1 fixed = 19 
total (was 19)  |
   | +1 :green_heart: |  blanks  |   0m  0s |  |  The patch has no blanks 
issues.  |
   | +1 :green_heart: |  checkstyle  |   0m 18s |  |  the patch passed  |
   | +1 :green_heart: |  mvnsite  |   0m 30s |  |  the patch passed  |
   | +1 :green_heart: |  javadoc  |   0m 22s |  |  the patch passed  |
   | +1 :green_heart: |  spotbugs  |   1m  8s |  |  the patch passed  |
   | +1 :green_heart: |  shadedclient  |  23m 47s |  |  patch has no errors 
when building and testing our client artifacts.  |
   |||| _ Other Tests _ |
   | +1 :green_heart: |  unit  |   1m 56s |  |  hadoop-azure in the patch 
passed.  |
   | +1 :green_heart: |  asflicense  |   0m 38s |  |  The patch does not 
generate ASF License warnings.  |
   |  |   |  98m 17s |  |  |
   
   
   | Subsystem | Report/Notes |
   |----------:|:-------------|
   | Docker | ClientAPI=1.42 ServerAPI=1.42 base: 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-5535/1/artifact/out/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hadoop/pull/5535 |
   | JIRA Issue | HADOOP-18690 |
   | Optional Tests | dupname asflicense compile javac javadoc mvninstall 
mvnsite unit shadedclient spotbugs checkstyle codespell |
   | uname | Linux b642ee76a61f 4.15.0-206-generic #217-Ubuntu SMP Fri Feb 3 
19:10:13 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/bin/hadoop.sh |
   | git revision | branch-3.3.4 / 1ddc91166340f95fb670ec312a019f24475ac850 |
   | Default Java | Private Build-1.8.0_362-8u362-ga-0ubuntu1~18.04.1-b09 |
   |  Test Results | 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-5535/1/testReport/ |
   | Max. process+thread count | 540 (vs. ulimit of 5500) |
   | modules | C: hadoop-tools/hadoop-azure U: hadoop-tools/hadoop-azure |
   | Console output | 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-5535/1/console |
   | versions | git=2.17.1 maven=3.6.0 spotbugs=4.2.2 |
   | Powered by | Apache Yetus 0.14.0-SNAPSHOT https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   




> Fix for Javac Error of Unchecked Cast
> -------------------------------------
>
>                 Key: HADOOP-18690
>                 URL: https://issues.apache.org/jira/browse/HADOOP-18690
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/azure
>            Reporter: Anuj Modi
>            Assignee: Anuj Modi
>            Priority: Blocker
>              Labels: pull-request-available
>
> This task is to fix javac unchecked cast error on yetus build.
> Yetus checks on PR are failing at javac step with the error:
> *"hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azure/security/TokenUtils.java:43:53:[unchecked]
>  unchecked cast"*
> This is blocking other PRs in the branches 3.3.3, 3.3.4, 3.3.2
> This task will fix this error/warning and unblock other PRs.
> Blocked PRs:
> 1. [Backport HADOOP-18546: ABFS: Disable purging list of in progress reads in 
> abfs stream closed in 3.3.2 by anujmodi2021 · Pull Request #5529 · 
> apache/hadoop (github.com)|https://github.com/apache/hadoop/pull/5529]
> 2. [Backport HADOOP-18546: ABFS: Disable purging list of in progress reads in 
> abfs stream closed in 3.3.3 by anujmodi2021 · Pull Request #5530 · 
> apache/hadoop (github.com)|https://github.com/apache/hadoop/pull/5530]
> 3. [Backport HADOOP-18546: ABFS: Disable purging list of in progress reads in 
> abfs stream closed in 3.3.4 by anujmodi2021 · Pull Request #5531 · 
> apache/hadoop (github.com)|https://github.com/apache/hadoop/pull/5531]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to