You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2020/07/01 15:56:31 UTC

[GitHub] [hadoop] hadoop-yetus commented on pull request #2107: HDFS-15430. create should work when parent dir is internalDir and fallback configured.

hadoop-yetus commented on pull request #2107:
URL: https://github.com/apache/hadoop/pull/2107#issuecomment-652502384


   :broken_heart: **-1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |:----:|----------:|--------:|:--------|
   | +0 :ok: |  reexec  |  27m 28s |  Docker mode activated.  |
   ||| _ Prechecks _ |
   | +1 :green_heart: |  dupname  |   0m  0s |  No case conflicting files found.  |
   | +1 :green_heart: |  @author  |   0m  0s |  The patch does not contain any @author tags.  |
   | +1 :green_heart: |  test4tests  |   0m  0s |  The patch appears to include 2 new or modified test files.  |
   ||| _ trunk Compile Tests _ |
   | +0 :ok: |  mvndep  |   1m 18s |  Maven dependency ordering for branch  |
   | +1 :green_heart: |  mvninstall  |  22m 36s |  trunk passed  |
   | +1 :green_heart: |  compile  |  23m 12s |  trunk passed with JDK Ubuntu-11.0.7+10-post-Ubuntu-2ubuntu218.04  |
   | +1 :green_heart: |  compile  |  19m 21s |  trunk passed with JDK Private Build-1.8.0_252-8u252-b09-1~18.04-b09  |
   | +1 :green_heart: |  checkstyle  |   3m 15s |  trunk passed  |
   | +1 :green_heart: |  mvnsite  |  21m 22s |  trunk passed  |
   | +1 :green_heart: |  shadedclient  |  15m 59s |  branch has no errors when building and testing our client artifacts.  |
   | -1 :x: |  javadoc  |   0m 31s |  root in trunk failed with JDK Ubuntu-11.0.7+10-post-Ubuntu-2ubuntu218.04.  |
   | +1 :green_heart: |  javadoc  |   5m 43s |  trunk passed with JDK Private Build-1.8.0_252-8u252-b09-1~18.04-b09  |
   | +0 :ok: |  spotbugs  |  39m 12s |  Used deprecated FindBugs config; considering switching to SpotBugs.  |
   | -1 :x: |  findbugs  |  39m  7s |  root in trunk has 3 extant findbugs warnings.  |
   ||| _ Patch Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 36s |  Maven dependency ordering for patch  |
   | +1 :green_heart: |  mvninstall  |  26m  2s |  the patch passed  |
   | +1 :green_heart: |  compile  |  21m 58s |  the patch passed with JDK Ubuntu-11.0.7+10-post-Ubuntu-2ubuntu218.04  |
   | +1 :green_heart: |  javac  |  21m 58s |  the patch passed  |
   | +1 :green_heart: |  compile  |  19m 31s |  the patch passed with JDK Private Build-1.8.0_252-8u252-b09-1~18.04-b09  |
   | +1 :green_heart: |  javac  |  19m 31s |  the patch passed  |
   | +1 :green_heart: |  checkstyle  |   3m  0s |  the patch passed  |
   | +1 :green_heart: |  mvnsite  |  19m 14s |  the patch passed  |
   | +1 :green_heart: |  shellcheck  |   0m  0s |  There were no new shellcheck issues.  |
   | +1 :green_heart: |  shelldocs  |   0m 14s |  There were no new shelldocs issues.  |
   | +1 :green_heart: |  whitespace  |   0m  0s |  The patch has no whitespace issues.  |
   | +1 :green_heart: |  shadedclient  |  15m 36s |  patch has no errors when building and testing our client artifacts.  |
   | -1 :x: |  javadoc  |   0m 30s |  root in the patch failed with JDK Ubuntu-11.0.7+10-post-Ubuntu-2ubuntu218.04.  |
   | +1 :green_heart: |  javadoc  |   5m 32s |  the patch passed with JDK Private Build-1.8.0_252-8u252-b09-1~18.04-b09  |
   | -1 :x: |  findbugs  |   2m 12s |  hadoop-common-project/hadoop-common generated 2 new + 0 unchanged - 0 fixed = 2 total (was 0)  |
   | -1 :x: |  findbugs  |  32m 26s |  root generated 2 new + 3 unchanged - 0 fixed = 5 total (was 3)  |
   ||| _ Other Tests _ |
   | -1 :x: |  unit  | 590m  2s |  root in the patch passed.  |
   | -1 :x: |  asflicense  |   1m 25s |  The patch generated 1 ASF License warnings.  |
   |  |   | 931m 15s |   |
   
   
   | Reason | Tests |
   |-------:|:------|
   | FindBugs | module:hadoop-common-project/hadoop-common |
   |  |  Possible null pointer dereference of f in org.apache.hadoop.fs.viewfs.ViewFileSystem$InternalDirOfViewFs.create(Path, FsPermission, boolean, int, short, long, Progressable)  Dereferenced at ViewFileSystem.java:f in org.apache.hadoop.fs.viewfs.ViewFileSystem$InternalDirOfViewFs.create(Path, FsPermission, boolean, int, short, long, Progressable)  Dereferenced at ViewFileSystem.java:[line 1205] |
   |  |  Possible null pointer dereference of f in org.apache.hadoop.fs.viewfs.ViewFs$InternalDirOfViewFs.createInternal(Path, EnumSet, FsPermission, int, short, long, Progressable, Options$ChecksumOpt, boolean)  Dereferenced at ViewFs.java:f in org.apache.hadoop.fs.viewfs.ViewFs$InternalDirOfViewFs.createInternal(Path, EnumSet, FsPermission, int, short, long, Progressable, Options$ChecksumOpt, boolean)  Dereferenced at ViewFs.java:[line 941] |
   | FindBugs | module:root |
   |  |  Possible null pointer dereference of f in org.apache.hadoop.fs.viewfs.ViewFileSystem$InternalDirOfViewFs.create(Path, FsPermission, boolean, int, short, long, Progressable)  Dereferenced at ViewFileSystem.java:f in org.apache.hadoop.fs.viewfs.ViewFileSystem$InternalDirOfViewFs.create(Path, FsPermission, boolean, int, short, long, Progressable)  Dereferenced at ViewFileSystem.java:[line 1205] |
   |  |  Possible null pointer dereference of f in org.apache.hadoop.fs.viewfs.ViewFs$InternalDirOfViewFs.createInternal(Path, EnumSet, FsPermission, int, short, long, Progressable, Options$ChecksumOpt, boolean)  Dereferenced at ViewFs.java:f in org.apache.hadoop.fs.viewfs.ViewFs$InternalDirOfViewFs.createInternal(Path, EnumSet, FsPermission, int, short, long, Progressable, Options$ChecksumOpt, boolean)  Dereferenced at ViewFs.java:[line 941] |
   | Failed junit tests | hadoop.yarn.applications.distributedshell.TestDistributedShell |
   |   | hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairScheduler |
   |   | hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairSchedulerPreemption |
   |   | hadoop.yarn.server.resourcemanager.TestRMRestart |
   |   | hadoop.yarn.server.resourcemanager.TestRMHATimelineCollectors |
   |   | hadoop.hdfs.server.sps.TestExternalStoragePolicySatisfier |
   |   | hadoop.fs.viewfs.TestViewFSOverloadSchemeWithMountTableConfigInHDFS |
   |   | hadoop.hdfs.server.blockmanagement.TestBlockTokenWithDFSStriped |
   |   | hadoop.hdfs.TestDFSOutputStream |
   |   | hadoop.fs.viewfs.TestViewFileSystemOverloadSchemeWithHdfsScheme |
   |   | hadoop.hdfs.server.datanode.TestBPOfferService |
   |   | hadoop.hdfs.server.namenode.TestNameNodeRetryCacheMetrics |
   
   
   | Subsystem | Report/Notes |
   |----------:|:-------------|
   | Docker | ClientAPI=1.40 ServerAPI=1.40 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-2107/3/artifact/out/Dockerfile |
   | GITHUB PR | https://github.com/apache/hadoop/pull/2107 |
   | Optional Tests | dupname asflicense shellcheck shelldocs compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle |
   | uname | Linux e0df4a858f71 4.15.0-101-generic #102-Ubuntu SMP Mon May 11 10:07:26 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | personality/hadoop.sh |
   | git revision | trunk / e8dc862d385 |
   | Default Java | Private Build-1.8.0_252-8u252-b09-1~18.04-b09 |
   | Multi-JDK versions | /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.7+10-post-Ubuntu-2ubuntu218.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_252-8u252-b09-1~18.04-b09 |
   | javadoc | https://builds.apache.org/job/hadoop-multibranch/job/PR-2107/3/artifact/out/branch-javadoc-root-jdkUbuntu-11.0.7+10-post-Ubuntu-2ubuntu218.04.txt |
   | findbugs | https://builds.apache.org/job/hadoop-multibranch/job/PR-2107/3/artifact/out/branch-findbugs-root-warnings.html |
   | javadoc | https://builds.apache.org/job/hadoop-multibranch/job/PR-2107/3/artifact/out/patch-javadoc-root-jdkUbuntu-11.0.7+10-post-Ubuntu-2ubuntu218.04.txt |
   | findbugs | https://builds.apache.org/job/hadoop-multibranch/job/PR-2107/3/artifact/out/new-findbugs-hadoop-common-project_hadoop-common.html |
   | findbugs | https://builds.apache.org/job/hadoop-multibranch/job/PR-2107/3/artifact/out/new-findbugs-root.html |
   | unit | https://builds.apache.org/job/hadoop-multibranch/job/PR-2107/3/artifact/out/patch-unit-root.txt |
   |  Test Results | https://builds.apache.org/job/hadoop-multibranch/job/PR-2107/3/testReport/ |
   | asflicense | https://builds.apache.org/job/hadoop-multibranch/job/PR-2107/3/artifact/out/patch-asflicense-problems.txt |
   | Max. process+thread count | 3072 (vs. ulimit of 5500) |
   | modules | C: hadoop-common-project/hadoop-common hadoop-hdfs-project/hadoop-hdfs . U: . |
   | Console output | https://builds.apache.org/job/hadoop-multibranch/job/PR-2107/3/console |
   | versions | git=2.17.1 maven=3.6.0 shellcheck=0.4.6 findbugs=3.1.0-RC1 |
   | Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org