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 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
hbase-server generated 2 new + 0 unchanged - 0 fixed = 2 total (was 0)
+1 💚
hadoopcheck
6m 35s
Patch does not cause any errors with Hadoop 3.3.6.
+1 💚
spotless
0m 48s
patch has no errors when running spotless:check.
_ Other Tests _
+1 💚
asflicense
1m 17s
The patch does not generate ASF License warnings.
61m 51s
Reason
Tests
SpotBugs
module:hbase-common
instanceof will always return true for all non-null values in org.apache.hadoop.hbase.PrivateCellUtil.writeCell(ExtendedCell, OutputStream, boolean), since all org.apache.hadoop.hbase.ExtendedCell are instances of org.apache.hadoop.hbase.ExtendedCell At PrivateCellUtil.java:for all non-null values in org.apache.hadoop.hbase.PrivateCellUtil.writeCell(ExtendedCell, OutputStream, boolean), since all org.apache.hadoop.hbase.ExtendedCell are instances of org.apache.hadoop.hbase.ExtendedCell At PrivateCellUtil.java:[line 2244]
Possible null pointer dereference of cell in org.apache.hadoop.hbase.PrivateCellUtil.ensureExtendedCell(Cell) Dereferenced at PrivateCellUtil.java:cell in org.apache.hadoop.hbase.PrivateCellUtil.ensureExtendedCell(Cell) Dereferenced at PrivateCellUtil.java:[line 2960]
SpotBugs
module:hbase-server
instanceof will always return true for all non-null values in org.apache.hadoop.hbase.regionserver.wal.SecureWALCellCodec$EncryptedKvEncoder.write(ExtendedCell), since all org.apache.hadoop.hbase.ExtendedCell are instances of org.apache.hadoop.hbase.ExtendedCell At SecureWALCellCodec.java:for all non-null values in org.apache.hadoop.hbase.regionserver.wal.SecureWALCellCodec$EncryptedKvEncoder.write(ExtendedCell), since all org.apache.hadoop.hbase.ExtendedCell are instances of org.apache.hadoop.hbase.ExtendedCell At SecureWALCellCodec.java:[line 182]
instanceof will always return true for all non-null values in org.apache.hadoop.hbase.security.visibility.VisibilityController.preBatchMutate(ObserverContext, MiniBatchOperationInProgress), since all org.apache.hadoop.hbase.ExtendedCell are instances of org.apache.hadoop.hbase.ExtendedCell At VisibilityController.java:for all non-null values in org.apache.hadoop.hbase.security.visibility.VisibilityController.preBatchMutate(ObserverContext, MiniBatchOperationInProgress), since all org.apache.hadoop.hbase.ExtendedCell are instances of org.apache.hadoop.hbase.ExtendedCell At VisibilityController.java:[line 305]
hbase-server generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1 💚
hadoopcheck
5m 16s
Patch does not cause any errors with Hadoop 3.3.6.
+1 💚
spotless
0m 40s
patch has no errors when running spotless:check.
_ Other Tests _
+1 💚
asflicense
0m 55s
The patch does not generate ASF License warnings.
49m 33s
Reason
Tests
SpotBugs
module:hbase-server
instanceof will always return true for all non-null values in org.apache.hadoop.hbase.security.visibility.VisibilityController.preBatchMutate(ObserverContext, MiniBatchOperationInProgress), since all org.apache.hadoop.hbase.ExtendedCell are instances of org.apache.hadoop.hbase.ExtendedCell At VisibilityController.java:for all non-null values in org.apache.hadoop.hbase.security.visibility.VisibilityController.preBatchMutate(ObserverContext, MiniBatchOperationInProgress), since all org.apache.hadoop.hbase.ExtendedCell are instances of org.apache.hadoop.hbase.ExtendedCell At VisibilityController.java:[line 306]
TestPassCustomCellViaRegionObserver is added by HBASE-19550, where we allow passing customized Cell implementations in CP, now we do not allow this, so I just remove the test.
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.
…ent side data structure