For more details, see
https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java11-linux-x86_64/323/
[Jun 21, 2022 8:12:43 AM] (noreply) HDFS-16637. TestHDFSCLI#testAll
consistently failing (#4466). Contributed by Viraj Jasani.
[Jun 21, 2022 1:54:11 PM] (noreply) MAPREDUCE-7389. Fix typo in description of
property (#4440). Contributed by Christian Bartolomaus.
[Jun 22, 2022 4:08:19 AM] (noreply) YARN-9971.YARN Native Service HttpProbe
logs THIS_HOST in error messages (#4436)
[Jun 22, 2022 4:47:36 AM] (noreply) HDFS-16616. remove use of
org.apache.hadoop.util.Sets (#4400)
[Jun 22, 2022 11:52:41 AM] (noreply) MAPREDUCE-7391.
TestLocalDistributedCacheManager failing after HADOOP-16202 (#4472)
[Jun 22, 2022 12:40:20 PM] (gyorandr) YARN-11188. Only files belong to the
first file controller are removed even if multiple log aggregation file
controllers are configured. Contributed by Szilard Nemeth.
[Jun 22, 2022 4:29:32 PM] (Steve Loughran) HADOOP-11867. Add a high-performance
vectored read API. (#3904)
[Jun 22, 2022 4:29:32 PM] (Steve Loughran) HADOOP-18104: S3A: Add configs to
configure minSeekForVectorReads and maxReadSizeForVectorReads (#3964)
[Jun 22, 2022 4:29:32 PM] (Steve Loughran) HADOOP-18107 Adding scale test for
vectored reads for large file (#4273)
[Jun 22, 2022 4:29:32 PM] (Steve Loughran) HADOOP-18105 Implement buffer
pooling with weak references (#4263)
[Jun 22, 2022 4:29:32 PM] (Steve Loughran) HADOOP-18106: Handle memory
fragmentation in S3A Vectored IO. (#4445)
[Jun 22, 2022 11:37:22 PM] (noreply) HADOOP-18300. Upgrade Gson dependency to
version 2.9.0 (#4454)
-1 overall
The following subsystems voted -1:
asflicense blanks pathlen spotbugs unit xml
The following subsystems voted -1 but
were configured to be filtered/ignored:
cc checkstyle javac javadoc pylint shellcheck
The following subsystems are considered long running:
(runtime bigger than 1h 0m 0s)
unit
Specific tests:
XML :
Parsing Error(s):
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/resources/nvidia-smi-output-excerpt.xml
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/resources/nvidia-smi-output-missing-tags.xml
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/resources/nvidia-smi-output-missing-tags2.xml
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/resources/nvidia-smi-sample-output.xml
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/resources/fair-scheduler-invalid.xml
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/resources/yarn-site-with-invalid-allocation-file-ref.xml
spotbugs :
module:hadoop-hdfs-project/hadoop-hdfs
Redundant nullcheck of oldLock, which is known to be non-null in
org.apache.hadoop.hdfs.server.datanode.DataStorage.isPreUpgradableLayout(Storage$StorageDirectory))
Redundant null check at DataStorage.java:is known to be non-null in
org.apache.hadoop.hdfs.server.datanode.DataStorage.isPreUpgradableLayout(Storage$StorageDirectory))
Redundant null check at DataStorage.java:[line 695]
Redundant nullcheck of metaChannel, which is known to be non-null in
org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.MappableBlockLoader.verifyChecksum(long,
FileInputStream, FileChannel, String) Redundant null check at
MappableBlockLoader.java:is known to be non-null in
org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.MappableBlockLoader.verifyChecksum(long,
FileInputStream, FileChannel, String) Redundant null check at
MappableBlockLoader.java:[line 138]
Redundant nullcheck of blockChannel, which is known to be non-null in
org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.MemoryMappableBlockLoader.load(long,
FileInputStream, FileInputStream, String, ExtendedBlockId) Redundant null
check at MemoryMappableBlockLoader.java:is known to be non-null in
org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.MemoryMappableBlockLoader.load(long,
FileInputStream, FileInputStream, String, ExtendedBlockId) Redundant null
check at MemoryMappableBlockLoader.java:[line 75]
Redundant nullcheck of blockChannel, which is known to be non-null in
org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.NativePmemMappableBlockLoader.load(long,
FileInputStream, FileInputStream, String, ExtendedBlockId) Redundant null
check at NativePmemMappableBlockLoader.java:is known to be non-null in
org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.NativePmemMappableBlockLoader.load(long,
FileInputStream, FileInputStream, String, ExtendedBlockId) Redundant null
check at NativePmemMappableBlockLoader.java:[line 85]
Redundant nullcheck of metaChannel, which is known to be non-null in
org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.NativePmemMappableBlockLoader.verifyChecksumAndMapBlock(NativeIO$POSIX$$PmemMappedRegion,,
long, FileInputStream, FileChannel, String) Redundant null check at
NativePmemMappableBlockLoader.java:is known to be non-null in
org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.NativePmemMappableBlockLoader.verifyChecksumAndMapBlock(NativeIO$POSIX$$PmemMappedRegion,,
long, FileInputStream, FileChannel, String) Redundant null check at
NativePmemMappableBlockLoader.java:[line 130]
org.apache.hadoop.hdfs.server.namenode.top.window.RollingWindowManager$UserCounts
doesn't override java.util.ArrayList.equals(Object) At
RollingWindowManager.java:At RollingWindowManager.java:[line 1]
spotbugs :
module:hadoop-yarn-project/hadoop-yarn
Redundant nullcheck of it, which is known to be non-null in
org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ResourceLocalizationService.recoverTrackerResources(LocalResourcesTracker,
NMStateStoreService$LocalResourceTrackerState)) Redundant null check at
ResourceLocalizationService.java:is known to be non-null in
org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ResourceLocalizationService.recoverTrackerResources(LocalResourcesTracker,
NMStateStoreService$LocalResourceTrackerState)) Redundant null check at
ResourceLocalizationService.java:[line 343]
Redundant nullcheck of it, which is known to be non-null in
org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ResourceLocalizationService.recoverTrackerResources(LocalResourcesTracker,
NMStateStoreService$LocalResourceTrackerState)) Redundant null check at
ResourceLocalizationService.java:is known to be non-null in
org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ResourceLocalizationService.recoverTrackerResources(LocalResourcesTracker,
NMStateStoreService$LocalResourceTrackerState)) Redundant null check at
ResourceLocalizationService.java:[line 356]
Boxed value is unboxed and then immediately reboxed in
org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnRWHelper.readResultsWithTimestamps(Result,
byte[], byte[], KeyConverter, ValueConverter, boolean) At
ColumnRWHelper.java:then immediately reboxed in
org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnRWHelper.readResultsWithTimestamps(Result,
byte[], byte[], KeyConverter, ValueConverter, boolean) At
ColumnRWHelper.java:[line 333]
spotbugs :
module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server
Redundant nullcheck of it, which is known to be non-null in
org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ResourceLocalizationService.recoverTrackerResources(LocalResourcesTracker,
NMStateStoreService$LocalResourceTrackerState)) Redundant null check at
ResourceLocalizationService.java:is known to be non-null in
org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ResourceLocalizationService.recoverTrackerResources(LocalResourcesTracker,
NMStateStoreService$LocalResourceTrackerState)) Redundant null check at
ResourceLocalizationService.java:[line 343]
Redundant nullcheck of it, which is known to be non-null in
org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ResourceLocalizationService.recoverTrackerResources(LocalResourcesTracker,
NMStateStoreService$LocalResourceTrackerState)) Redundant null check at
ResourceLocalizationService.java:is known to be non-null in
org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ResourceLocalizationService.recoverTrackerResources(LocalResourcesTracker,
NMStateStoreService$LocalResourceTrackerState)) Redundant null check at
ResourceLocalizationService.java:[line 356]
Boxed value is unboxed and then immediately reboxed in
org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnRWHelper.readResultsWithTimestamps(Result,
byte[], byte[], KeyConverter, ValueConverter, boolean) At
ColumnRWHelper.java:then immediately reboxed in
org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnRWHelper.readResultsWithTimestamps(Result,
byte[], byte[], KeyConverter, ValueConverter, boolean) At
ColumnRWHelper.java:[line 333]
spotbugs :
module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager
Redundant nullcheck of it, which is known to be non-null in
org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ResourceLocalizationService.recoverTrackerResources(LocalResourcesTracker,
NMStateStoreService$LocalResourceTrackerState)) Redundant null check at
ResourceLocalizationService.java:is known to be non-null in
org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ResourceLocalizationService.recoverTrackerResources(LocalResourcesTracker,
NMStateStoreService$LocalResourceTrackerState)) Redundant null check at
ResourceLocalizationService.java:[line 343]
Redundant nullcheck of it, which is known to be non-null in
org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ResourceLocalizationService.recoverTrackerResources(LocalResourcesTracker,
NMStateStoreService$LocalResourceTrackerState)) Redundant null check at
ResourceLocalizationService.java:is known to be non-null in
org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ResourceLocalizationService.recoverTrackerResources(LocalResourcesTracker,
NMStateStoreService$LocalResourceTrackerState)) Redundant null check at
ResourceLocalizationService.java:[line 356]
spotbugs :
module:hadoop-hdfs-project
Redundant nullcheck of oldLock, which is known to be non-null in
org.apache.hadoop.hdfs.server.datanode.DataStorage.isPreUpgradableLayout(Storage$StorageDirectory))
Redundant null check at DataStorage.java:is known to be non-null in
org.apache.hadoop.hdfs.server.datanode.DataStorage.isPreUpgradableLayout(Storage$StorageDirectory))
Redundant null check at DataStorage.java:[line 695]
Redundant nullcheck of metaChannel, which is known to be non-null in
org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.MappableBlockLoader.verifyChecksum(long,
FileInputStream, FileChannel, String) Redundant null check at
MappableBlockLoader.java:is known to be non-null in
org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.MappableBlockLoader.verifyChecksum(long,
FileInputStream, FileChannel, String) Redundant null check at
MappableBlockLoader.java:[line 138]
Redundant nullcheck of blockChannel, which is known to be non-null in
org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.MemoryMappableBlockLoader.load(long,
FileInputStream, FileInputStream, String, ExtendedBlockId) Redundant null
check at MemoryMappableBlockLoader.java:is known to be non-null in
org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.MemoryMappableBlockLoader.load(long,
FileInputStream, FileInputStream, String, ExtendedBlockId) Redundant null
check at MemoryMappableBlockLoader.java:[line 75]
Redundant nullcheck of blockChannel, which is known to be non-null in
org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.NativePmemMappableBlockLoader.load(long,
FileInputStream, FileInputStream, String, ExtendedBlockId) Redundant null
check at NativePmemMappableBlockLoader.java:is known to be non-null in
org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.NativePmemMappableBlockLoader.load(long,
FileInputStream, FileInputStream, String, ExtendedBlockId) Redundant null
check at NativePmemMappableBlockLoader.java:[line 85]
Redundant nullcheck of metaChannel, which is known to be non-null in
org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.NativePmemMappableBlockLoader.verifyChecksumAndMapBlock(NativeIO$POSIX$$PmemMappedRegion,,
long, FileInputStream, FileChannel, String) Redundant null check at
NativePmemMappableBlockLoader.java:is known to be non-null in
org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.NativePmemMappableBlockLoader.verifyChecksumAndMapBlock(NativeIO$POSIX$$PmemMappedRegion,,
long, FileInputStream, FileChannel, String) Redundant null check at
NativePmemMappableBlockLoader.java:[line 130]
org.apache.hadoop.hdfs.server.namenode.top.window.RollingWindowManager$UserCounts
doesn't override java.util.ArrayList.equals(Object) At
RollingWindowManager.java:At RollingWindowManager.java:[line 1]
spotbugs :
module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase
Boxed value is unboxed and then immediately reboxed in
org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnRWHelper.readResultsWithTimestamps(Result,
byte[], byte[], KeyConverter, ValueConverter, boolean) At
ColumnRWHelper.java:then immediately reboxed in
org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnRWHelper.readResultsWithTimestamps(Result,
byte[], byte[], KeyConverter, ValueConverter, boolean) At
ColumnRWHelper.java:[line 333]
spotbugs :
module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase/hadoop-yarn-server-timelineservice-hbase-client
Boxed value is unboxed and then immediately reboxed in
org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnRWHelper.readResultsWithTimestamps(Result,
byte[], byte[], KeyConverter, ValueConverter, boolean) At
ColumnRWHelper.java:then immediately reboxed in
org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnRWHelper.readResultsWithTimestamps(Result,
byte[], byte[], KeyConverter, ValueConverter, boolean) At
ColumnRWHelper.java:[line 333]
spotbugs :
module:hadoop-yarn-project
Redundant nullcheck of it, which is known to be non-null in
org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ResourceLocalizationService.recoverTrackerResources(LocalResourcesTracker,
NMStateStoreService$LocalResourceTrackerState)) Redundant null check at
ResourceLocalizationService.java:is known to be non-null in
org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ResourceLocalizationService.recoverTrackerResources(LocalResourcesTracker,
NMStateStoreService$LocalResourceTrackerState)) Redundant null check at
ResourceLocalizationService.java:[line 343]
Redundant nullcheck of it, which is known to be non-null in
org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ResourceLocalizationService.recoverTrackerResources(LocalResourcesTracker,
NMStateStoreService$LocalResourceTrackerState)) Redundant null check at
ResourceLocalizationService.java:is known to be non-null in
org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ResourceLocalizationService.recoverTrackerResources(LocalResourcesTracker,
NMStateStoreService$LocalResourceTrackerState)) Redundant null check at
ResourceLocalizationService.java:[line 356]
Boxed value is unboxed and then immediately reboxed in
org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnRWHelper.readResultsWithTimestamps(Result,
byte[], byte[], KeyConverter, ValueConverter, boolean) At
ColumnRWHelper.java:then immediately reboxed in
org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnRWHelper.readResultsWithTimestamps(Result,
byte[], byte[], KeyConverter, ValueConverter, boolean) At
ColumnRWHelper.java:[line 333]
spotbugs :
module:hadoop-tools/hadoop-openstack
Load of known null value in
org.apache.hadoop.fs.swift.util.HttpResponseUtils.getResponseBody(HttpResponse)
At HttpResponseUtils.java:in
org.apache.hadoop.fs.swift.util.HttpResponseUtils.getResponseBody(HttpResponse)
At HttpResponseUtils.java:[line 70]
Redundant nullcheck of instream, which is known to be non-null in
org.apache.hadoop.fs.swift.util.HttpResponseUtils.getResponseBody(HttpResponse)
Redundant null check at HttpResponseUtils.java:is known to be non-null in
org.apache.hadoop.fs.swift.util.HttpResponseUtils.getResponseBody(HttpResponse)
Redundant null check at HttpResponseUtils.java:[line 52]
Redundant nullcheck of instream which is known to be null in
org.apache.hadoop.fs.swift.util.HttpResponseUtils.getResponseBody(HttpResponse)
Redundant null check at HttpResponseUtils.java:is known to be null in
org.apache.hadoop.fs.swift.util.HttpResponseUtils.getResponseBody(HttpResponse)
Redundant null check at HttpResponseUtils.java:[line 70]
spotbugs :
module:hadoop-tools/hadoop-azure
Load of known null value in
org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation.processStorageErrorResponse()
At AbfsHttpOperation.java:in
org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation.processStorageErrorResponse()
At AbfsHttpOperation.java:[line 498]
Redundant nullcheck of stream, which is known to be non-null in
org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation.processStorageErrorResponse()
Redundant null check at AbfsHttpOperation.java:is known to be non-null in
org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation.processStorageErrorResponse()
Redundant null check at AbfsHttpOperation.java:[line 465]
Redundant nullcheck of stream which is known to be null in
org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation.processStorageErrorResponse()
Redundant null check at AbfsHttpOperation.java:is known to be null in
org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation.processStorageErrorResponse()
Redundant null check at AbfsHttpOperation.java:[line 498]
spotbugs :
module:hadoop-tools
Load of known null value in
org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation.processStorageErrorResponse()
At AbfsHttpOperation.java:in
org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation.processStorageErrorResponse()
At AbfsHttpOperation.java:[line 498]
Redundant nullcheck of stream, which is known to be non-null in
org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation.processStorageErrorResponse()
Redundant null check at AbfsHttpOperation.java:is known to be non-null in
org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation.processStorageErrorResponse()
Redundant null check at AbfsHttpOperation.java:[line 465]
Redundant nullcheck of stream which is known to be null in
org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation.processStorageErrorResponse()
Redundant null check at AbfsHttpOperation.java:is known to be null in
org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation.processStorageErrorResponse()
Redundant null check at AbfsHttpOperation.java:[line 498]
Load of known null value in
org.apache.hadoop.fs.swift.util.HttpResponseUtils.getResponseBody(HttpResponse)
At HttpResponseUtils.java:in
org.apache.hadoop.fs.swift.util.HttpResponseUtils.getResponseBody(HttpResponse)
At HttpResponseUtils.java:[line 70]
Redundant nullcheck of instream, which is known to be non-null in
org.apache.hadoop.fs.swift.util.HttpResponseUtils.getResponseBody(HttpResponse)
Redundant null check at HttpResponseUtils.java:is known to be non-null in
org.apache.hadoop.fs.swift.util.HttpResponseUtils.getResponseBody(HttpResponse)
Redundant null check at HttpResponseUtils.java:[line 52]
Redundant nullcheck of instream which is known to be null in
org.apache.hadoop.fs.swift.util.HttpResponseUtils.getResponseBody(HttpResponse)
Redundant null check at HttpResponseUtils.java:is known to be null in
org.apache.hadoop.fs.swift.util.HttpResponseUtils.getResponseBody(HttpResponse)
Redundant null check at HttpResponseUtils.java:[line 70]
spotbugs :
module:root
Load of known null value in
org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation.processStorageErrorResponse()
At AbfsHttpOperation.java:in
org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation.processStorageErrorResponse()
At AbfsHttpOperation.java:[line 498]
Redundant nullcheck of stream, which is known to be non-null in
org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation.processStorageErrorResponse()
Redundant null check at AbfsHttpOperation.java:is known to be non-null in
org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation.processStorageErrorResponse()
Redundant null check at AbfsHttpOperation.java:[line 465]
Redundant nullcheck of stream which is known to be null in
org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation.processStorageErrorResponse()
Redundant null check at AbfsHttpOperation.java:is known to be null in
org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation.processStorageErrorResponse()
Redundant null check at AbfsHttpOperation.java:[line 498]
Load of known null value in
org.apache.hadoop.fs.swift.util.HttpResponseUtils.getResponseBody(HttpResponse)
At HttpResponseUtils.java:in
org.apache.hadoop.fs.swift.util.HttpResponseUtils.getResponseBody(HttpResponse)
At HttpResponseUtils.java:[line 70]
Redundant nullcheck of instream, which is known to be non-null in
org.apache.hadoop.fs.swift.util.HttpResponseUtils.getResponseBody(HttpResponse)
Redundant null check at HttpResponseUtils.java:is known to be non-null in
org.apache.hadoop.fs.swift.util.HttpResponseUtils.getResponseBody(HttpResponse)
Redundant null check at HttpResponseUtils.java:[line 52]
Redundant nullcheck of instream which is known to be null in
org.apache.hadoop.fs.swift.util.HttpResponseUtils.getResponseBody(HttpResponse)
Redundant null check at HttpResponseUtils.java:is known to be null in
org.apache.hadoop.fs.swift.util.HttpResponseUtils.getResponseBody(HttpResponse)
Redundant null check at HttpResponseUtils.java:[line 70]
Redundant nullcheck of oldLock, which is known to be non-null in
org.apache.hadoop.hdfs.server.datanode.DataStorage.isPreUpgradableLayout(Storage$StorageDirectory))
Redundant null check at DataStorage.java:is known to be non-null in
org.apache.hadoop.hdfs.server.datanode.DataStorage.isPreUpgradableLayout(Storage$StorageDirectory))
Redundant null check at DataStorage.java:[line 695]
Redundant nullcheck of metaChannel, which is known to be non-null in
org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.MappableBlockLoader.verifyChecksum(long,
FileInputStream, FileChannel, String) Redundant null check at
MappableBlockLoader.java:is known to be non-null in
org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.MappableBlockLoader.verifyChecksum(long,
FileInputStream, FileChannel, String) Redundant null check at
MappableBlockLoader.java:[line 138]
Redundant nullcheck of blockChannel, which is known to be non-null in
org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.MemoryMappableBlockLoader.load(long,
FileInputStream, FileInputStream, String, ExtendedBlockId) Redundant null
check at MemoryMappableBlockLoader.java:is known to be non-null in
org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.MemoryMappableBlockLoader.load(long,
FileInputStream, FileInputStream, String, ExtendedBlockId) Redundant null
check at MemoryMappableBlockLoader.java:[line 75]
Redundant nullcheck of blockChannel, which is known to be non-null in
org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.NativePmemMappableBlockLoader.load(long,
FileInputStream, FileInputStream, String, ExtendedBlockId) Redundant null
check at NativePmemMappableBlockLoader.java:is known to be non-null in
org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.NativePmemMappableBlockLoader.load(long,
FileInputStream, FileInputStream, String, ExtendedBlockId) Redundant null
check at NativePmemMappableBlockLoader.java:[line 85]
Redundant nullcheck of metaChannel, which is known to be non-null in
org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.NativePmemMappableBlockLoader.verifyChecksumAndMapBlock(NativeIO$POSIX$$PmemMappedRegion,,
long, FileInputStream, FileChannel, String) Redundant null check at
NativePmemMappableBlockLoader.java:is known to be non-null in
org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.NativePmemMappableBlockLoader.verifyChecksumAndMapBlock(NativeIO$POSIX$$PmemMappedRegion,,
long, FileInputStream, FileChannel, String) Redundant null check at
NativePmemMappableBlockLoader.java:[line 130]
org.apache.hadoop.hdfs.server.namenode.top.window.RollingWindowManager$UserCounts
doesn't override java.util.ArrayList.equals(Object) At
RollingWindowManager.java:At RollingWindowManager.java:[line 1]
Redundant nullcheck of it, which is known to be non-null in
org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ResourceLocalizationService.recoverTrackerResources(LocalResourcesTracker,
NMStateStoreService$LocalResourceTrackerState)) Redundant null check at
ResourceLocalizationService.java:is known to be non-null in
org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ResourceLocalizationService.recoverTrackerResources(LocalResourcesTracker,
NMStateStoreService$LocalResourceTrackerState)) Redundant null check at
ResourceLocalizationService.java:[line 343]
Redundant nullcheck of it, which is known to be non-null in
org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ResourceLocalizationService.recoverTrackerResources(LocalResourcesTracker,
NMStateStoreService$LocalResourceTrackerState)) Redundant null check at
ResourceLocalizationService.java:is known to be non-null in
org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ResourceLocalizationService.recoverTrackerResources(LocalResourcesTracker,
NMStateStoreService$LocalResourceTrackerState)) Redundant null check at
ResourceLocalizationService.java:[line 356]
Boxed value is unboxed and then immediately reboxed in
org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnRWHelper.readResultsWithTimestamps(Result,
byte[], byte[], KeyConverter, ValueConverter, boolean) At
ColumnRWHelper.java:then immediately reboxed in
org.apache.hadoop.yarn.server.timelineservice.storage.common.ColumnRWHelper.readResultsWithTimestamps(Result,
byte[], byte[], KeyConverter, ValueConverter, boolean) At
ColumnRWHelper.java:[line 333]
Failed junit tests :
hadoop.mapreduce.v2.hs.TestJobHistoryServer
hadoop.mapred.TestReduceFetch
hadoop.mapreduce.v2.TestMRJobsWithProfiler
hadoop.mapred.TestMerge
hadoop.mapreduce.v2.TestMRJobs
hadoop.mapred.TestNetworkedJob
hadoop.mapreduce.v2.TestUberAM
hadoop.mapreduce.v2.TestMRJobsWithHistoryService
hadoop.mapreduce.v2.TestSpeculativeExecution
hadoop.mapred.TestLazyOutput
hadoop.mapred.TestMiniMRBringup
hadoop.mapreduce.security.TestJHSSecurity
hadoop.mapreduce.TestLargeSort
hadoop.mapreduce.v2.TestMROldApiJobs
hadoop.mapreduce.security.TestMRCredentials
hadoop.mapreduce.v2.TestMiniMRProxyUser
hadoop.mapred.TestJobCleanup
hadoop.mapred.TestMiniMRClasspath
hadoop.mapreduce.security.ssl.TestEncryptedShuffle
hadoop.mapred.TestJobSysDirWithDFS
hadoop.mapred.TestJobName
hadoop.mapreduce.TestMRIntermediateDataEncryption
hadoop.mapred.TestMiniMRChildTask
hadoop.mapreduce.security.TestBinaryTokenFile
hadoop.mapred.TestReduceFetchFromPartialMem
hadoop.mapred.TestSpecialCharactersInOutputPath
hadoop.mapred.TestMiniMRClientCluster
hadoop.mapred.TestClusterMapReduceTestCase
hadoop.mapreduce.TestMRJobClient
hadoop.mapreduce.v2.TestRMNMInfo
hadoop.mapreduce.v2.TestMRAppWithCombiner
hadoop.mapred.TestMROpportunisticMaps
hadoop.mapred.TestMiniMRWithDFSWithDistinctUsers
hadoop.mapreduce.TestMapReduceLazyOutput
hadoop.mapred.TestMRTimelineEventHandling
hadoop.mapreduce.v2.TestNonExistentJob
hadoop.mapred.TestJobCounters
hadoop.yarn.server.timelineservice.reader.TestTimelineReaderWebServicesHBaseStorage
hadoop.yarn.server.router.webapp.TestRouterWebServicesREST
hadoop.yarn.server.timelineservice.documentstore.TestDocumentStoreTimelineWriterImpl
hadoop.yarn.server.timelineservice.documentstore.TestDocumentStoreTimelineReaderImpl
hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.TestCosmosDBDocumentStoreReader
hadoop.yarn.server.timelineservice.documentstore.TestDocumentStoreCollectionCreator
hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.TestCosmosDBDocumentStoreWriter
hadoop.streaming.TestStreamingBadRecords
hadoop.streaming.TestSymLink
hadoop.streaming.TestMultipleCachefiles
hadoop.streaming.TestFileArgs
hadoop.mapred.gridmix.TestDistCacheEmulation
hadoop.mapred.gridmix.TestLoadJob
hadoop.mapred.gridmix.TestGridmixSubmission
hadoop.mapred.gridmix.TestSleepJob
cc:
https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java11-linux-x86_64/323/artifact/out/results-compile-cc-root.txt
[96K]
javac:
https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java11-linux-x86_64/323/artifact/out/results-compile-javac-root.txt
[580K]
blanks:
https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java11-linux-x86_64/323/artifact/out/blanks-eol.txt
[13M]
https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java11-linux-x86_64/323/artifact/out/blanks-tabs.txt
[2.0M]
checkstyle:
https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java11-linux-x86_64/323/artifact/out/results-checkstyle-root.txt
[14M]
pathlen:
https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java11-linux-x86_64/323/artifact/out/results-pathlen.txt
[16K]
pylint:
https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java11-linux-x86_64/323/artifact/out/results-pylint.txt
[20K]
shellcheck:
https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java11-linux-x86_64/323/artifact/out/results-shellcheck.txt
[28K]
xml:
https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java11-linux-x86_64/323/artifact/out/xml.txt
[24K]
javadoc:
https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java11-linux-x86_64/323/artifact/out/results-javadoc-javadoc-root.txt
[288K]
spotbugs:
https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java11-linux-x86_64/323/artifact/out/branch-spotbugs-hadoop-hdfs-project_hadoop-hdfs-warnings.html
[12K]
https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java11-linux-x86_64/323/artifact/out/branch-spotbugs-hadoop-yarn-project_hadoop-yarn-warnings.html
[16K]
https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java11-linux-x86_64/323/artifact/out/branch-spotbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server-warnings.html
[16K]
https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java11-linux-x86_64/323/artifact/out/branch-spotbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html
[8.0K]
https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java11-linux-x86_64/323/artifact/out/branch-spotbugs-hadoop-hdfs-project-warnings.html
[12K]
https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java11-linux-x86_64/323/artifact/out/branch-spotbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-hbase-warnings.html
[8.0K]
https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java11-linux-x86_64/323/artifact/out/branch-spotbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-hbase_hadoop-yarn-server-timelineservice-hbase-client-warnings.html
[8.0K]
https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java11-linux-x86_64/323/artifact/out/branch-spotbugs-hadoop-yarn-project-warnings.html
[16K]
https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java11-linux-x86_64/323/artifact/out/branch-spotbugs-hadoop-tools_hadoop-openstack-warnings.html
[8.0K]
https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java11-linux-x86_64/323/artifact/out/branch-spotbugs-hadoop-tools_hadoop-azure-warnings.html
[8.0K]
https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java11-linux-x86_64/323/artifact/out/branch-spotbugs-hadoop-tools-warnings.html
[16K]
https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java11-linux-x86_64/323/artifact/out/branch-spotbugs-root-warnings.html
[36K]
unit:
https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java11-linux-x86_64/323/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-hs.txt
[44K]
https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java11-linux-x86_64/323/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt
[680K]
https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java11-linux-x86_64/323/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-hbase-tests.txt
[28K]
https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java11-linux-x86_64/323/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-router.txt
[112K]
https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java11-linux-x86_64/323/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore.txt
[108K]
https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java11-linux-x86_64/323/artifact/out/patch-unit-hadoop-tools_hadoop-streaming.txt
[92K]
https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java11-linux-x86_64/323/artifact/out/patch-unit-hadoop-tools_hadoop-gridmix.txt
[36K]
asflicense:
https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java11-linux-x86_64/323/artifact/out/results-asflicense.txt
[4.0K]
Powered by Apache Yetus 0.14.0-SNAPSHOT https://yetus.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]