Apache-HBase commented on PR #6936:
URL: https://github.com/apache/hbase/pull/6936#issuecomment-3067184641

   :broken_heart: **-1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime |  Logfile | Comment |
   |:----:|----------:|--------:|:--------:|:-------:|
   | +0 :ok: |  reexec  |   0m 38s |  |  Docker mode activated.  |
   |||| _ Prechecks _ |
   | +1 :green_heart: |  dupname  |   0m  0s |  |  No case conflicting files 
found.  |
   | +0 :ok: |  buf  |   0m  0s |  |  buf was not available.  |
   | +0 :ok: |  buf  |   0m  0s |  |  buf was not available.  |
   | +0 :ok: |  codespell  |   0m  0s |  |  codespell was not available.  |
   | +0 :ok: |  detsecrets  |   0m  0s |  |  detect-secrets was not available.  
|
   | +1 :green_heart: |  @author  |   0m  0s |  |  The patch does not contain 
any @author tags.  |
   | +1 :green_heart: |  hbaseanti  |   0m  0s |  |  Patch does not have any 
anti-patterns.  |
   |||| _ master Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 11s |  |  Maven dependency ordering for branch  |
   | +1 :green_heart: |  mvninstall  |   4m 33s |  |  master passed  |
   | +1 :green_heart: |  compile  |   4m 49s |  |  master passed  |
   | +1 :green_heart: |  checkstyle  |   0m 51s |  |  master passed  |
   | +1 :green_heart: |  spotbugs  |   4m 31s |  |  master passed  |
   | +1 :green_heart: |  spotless  |   1m 22s |  |  branch has no errors when 
running spotless:check.  |
   | -0 :warning: |  patch  |   1m 41s |  |  Used diff version of patch file. 
Binary files and potentially other changes not applied. Please rebase and 
squash commits if necessary.  |
   |||| _ Patch Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 13s |  |  Maven dependency ordering for patch  |
   | +1 :green_heart: |  mvninstall  |   4m  3s |  |  the patch passed  |
   | -1 :x: |  compile  |   1m 47s | 
[/patch-compile-hbase-server.txt](https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6936/3/artifact/yetus-general-check/output/patch-compile-hbase-server.txt)
 |  hbase-server in the patch failed.  |
   | -1 :x: |  cc  |   1m 47s | 
[/patch-compile-hbase-server.txt](https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6936/3/artifact/yetus-general-check/output/patch-compile-hbase-server.txt)
 |  hbase-server in the patch failed.  |
   | -0 :warning: |  javac  |   1m 47s | 
[/patch-compile-hbase-server.txt](https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6936/3/artifact/yetus-general-check/output/patch-compile-hbase-server.txt)
 |  hbase-server in the patch failed.  |
   | -0 :warning: |  blanks  |   0m  0s | 
[/blanks-eol.txt](https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6936/3/artifact/yetus-general-check/output/blanks-eol.txt)
 |  The patch has 6 line(s) that end in blanks. Use git apply --whitespace=fix 
<<patch_file>>. Refer https://git-scm.com/docs/git-apply  |
   | -0 :warning: |  blanks  |   0m  0s | 
[/blanks-tabs.txt](https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6936/3/artifact/yetus-general-check/output/blanks-tabs.txt)
 |  The patch 28 line(s) with tabs.  |
   | -0 :warning: |  checkstyle  |   0m 42s | 
[/results-checkstyle-hbase-server.txt](https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6936/3/artifact/yetus-general-check/output/results-checkstyle-hbase-server.txt)
 |  hbase-server: The patch generated 49 new + 72 unchanged - 0 fixed = 121 
total (was 72)  |
   | -1 :x: |  spotbugs  |   2m 36s | 
[/new-spotbugs-hbase-server.html](https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6936/3/artifact/yetus-general-check/output/new-spotbugs-hbase-server.html)
 |  hbase-server generated 3 new + 0 unchanged - 0 fixed = 3 total (was 0)  |
   | +1 :green_heart: |  hadoopcheck  |  18m 16s |  |  Patch does not cause any 
errors with Hadoop 3.3.6 3.4.0.  |
   | +1 :green_heart: |  hbaseprotoc  |   1m 36s |  |  the patch passed  |
   | -1 :x: |  spotless  |   0m 47s |  |  patch has 67 errors when running 
spotless:check, run spotless:apply to fix.  |
   |||| _ Other Tests _ |
   | +1 :green_heart: |  asflicense  |   0m 21s |  |  The patch does not 
generate ASF License warnings.  |
   |  |   |  61m  8s |  |  |
   
   
   | Reason | Tests |
   |-------:|:------|
   | SpotBugs | module:hbase-server |
   |  |  Dead store to infos in 
org.apache.hadoop.hbase.regionserver.HRegionFileSystem.commitMergedRegion(List, 
MasterProcedureEnv)  At 
HRegionFileSystem.java:org.apache.hadoop.hbase.regionserver.HRegionFileSystem.commitMergedRegion(List,
 MasterProcedureEnv)  At HRegionFileSystem.java:[line 773] |
   |  |  String is incompatible with expected argument type 
org.apache.hadoop.hbase.regionserver.StoreFileInfo in 
org.apache.hadoop.hbase.snapshot.RestoreSnapshotHelper.restoreRegion(RegionInfo,
 SnapshotProtos$SnapshotRegionManifest, Path)  At 
RestoreSnapshotHelper.java:argument type 
org.apache.hadoop.hbase.regionserver.StoreFileInfo in 
org.apache.hadoop.hbase.snapshot.RestoreSnapshotHelper.restoreRegion(RegionInfo,
 SnapshotProtos$SnapshotRegionManifest, Path)  At 
RestoreSnapshotHelper.java:[line 516] |
   |  |  String is incompatible with expected argument type 
org.apache.hadoop.hbase.regionserver.StoreFileInfo in 
org.apache.hadoop.hbase.snapshot.RestoreSnapshotHelper.restoreRegion(RegionInfo,
 SnapshotProtos$SnapshotRegionManifest, Path)  At 
RestoreSnapshotHelper.java:argument type 
org.apache.hadoop.hbase.regionserver.StoreFileInfo in 
org.apache.hadoop.hbase.snapshot.RestoreSnapshotHelper.restoreRegion(RegionInfo,
 SnapshotProtos$SnapshotRegionManifest, Path)  At 
RestoreSnapshotHelper.java:[line 518] |
   
   
   | Subsystem | Report/Notes |
   |----------:|:-------------|
   | Docker | ClientAPI=1.43 ServerAPI=1.43 base: 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6936/3/artifact/yetus-general-check/output/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hbase/pull/6936 |
   | Optional Tests | dupname asflicense cc buflint bufcompat codespell 
detsecrets hbaseprotoc spotless javac spotbugs checkstyle compile hadoopcheck 
hbaseanti |
   | uname | Linux 93e63a3afced 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 
23 20:04:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/hbase-personality.sh |
   | git revision | master / f7da1873dec8f0bf6c4b310148b52aed0e472e84 |
   | Default Java | Eclipse Adoptium-17.0.11+9 |
   | spotless | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6936/3/artifact/yetus-general-check/output/patch-spotless.txt
 |
   | Max. process+thread count | 89 (vs. ulimit of 30000) |
   | modules | C: hbase-protocol-shaded hbase-server U: . |
   | Console output | 
https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-6936/3/console 
|
   | versions | git=2.34.1 maven=3.9.8 spotbugs=4.7.3 |
   | Powered by | Apache Yetus 0.15.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.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

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

Reply via email to