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-rsgroup generated 1 new + 145 unchanged - 1 fixed = 146 total (was 146)
-0 ⚠️
checkstyle
1m 8s
hbase-server: The patch generated 1 new + 239 unchanged - 1 fixed = 240 total (was 240)
+1 💚
whitespace
0m 0s
The patch has no whitespace issues.
+1 💚
hadoopcheck
12m 38s
Patch does not cause any errors with Hadoop 3.1.2 3.2.1.
-1 ❌
spotbugs
2m 19s
hbase-server generated 3 new + 0 unchanged - 0 fixed = 3 total (was 0)
_ Other Tests _
+1 💚
asflicense
0m 26s
The patch does not generate ASF License warnings.
46m 51s
Reason
Tests
FindBugs
module:hbase-server
Inconsistent synchronization of org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer.clusterStatus; locked 50% of time Unsynchronized access at StochasticLoadBalancer.java:50% of time Unsynchronized access at StochasticLoadBalancer.java:[line 662]
Inconsistent synchronization of org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer.isByTable; locked 50% of time Unsynchronized access at StochasticLoadBalancer.java:50% of time Unsynchronized access at StochasticLoadBalancer.java:[line 267]
Inconsistent synchronization of org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer.regionFinder; locked 62% of time Unsynchronized access at BaseLoadBalancer.java:62% of time Unsynchronized access at BaseLoadBalancer.java:[line 347]
backportThis PR is a back port of some issue or issues already committed to master
2 participants
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.
…ation to initialize method (#3248)
Signed-off-by: Michael Stack stack@apache.org
Signed-off-by: Yulin Niu niuyulin@apache.org