rmdmattingly opened a new pull request, #6796:
URL: https://github.com/apache/hbase/pull/6796

   The value of this lookup can be null, and we can't pass a null value to 
Arrays#stream:
   ```
   java.lang.NullPointerException: Cannot read the array length because "array" 
is null
     at java.util.Arrays.stream(Arrays.java:5559) ~[?:?]
     at 
org.apache.hadoop.hbase.master.balancer.RegionPlanConditional.isViolating(RegionPlanConditional.java:103)
 ~[hbase-server-2.6-hubspot-SNAPSHOT.jar:2.6-hubspot-SNAPSHOT]
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to