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

   The website build failed with the following error:
   
   ```
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-site-plugin:3.12.0:site (default-site) on 
project hbase: Error generating 
maven-checkstyle-plugin:3.1.0:checkstyle-aggregate report: Failed during 
checkstyle configuration: Exception was thrown while processing 
hbase-balancer/src/main/java/org/apache/hadoop/hbase/master/balancer/replicas/ReplicaKey.java:
 IllegalStateException occurred while parsing file 
hbase-balancer/src/main/java/org/apache/hadoop/hbase/master/balancer/replicas/ReplicaKey.java.
 
hbase-balancer/src/main/java/org/apache/hadoop/hbase/master/balancer/replicas/ReplicaKey.java:43:35:
 expecting RPAREN, found 'other' -> [Help 1]
   ```
   
   Checkstyle is not able to parse ReplicaKey.java (because of instanceOf 
pattern match syntax).
   
   Upgraded the maven-checkstyle-plugin plugin version and the checkstyle 
version which it uses.


-- 
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