petersomogyi commented on PR #156: URL: https://github.com/apache/hbase-operator-tools/pull/156#issuecomment-3455780703
@Apache9 I still see compilation failures when building it with 3.0.0-beta-1 or 3.0.0-beta-2-SNAPSHOT. ``` [ERROR] /Users/psomogyi/projects/hbase-operator-tools/hbase-hbck2/src/main/java/org/apache/hbase/hbck1/ReplicationChecker.java:[73,46] cannot find symbol [ERROR] symbol: method getListOfReplicators() [ERROR] location: variable queueStorage of type org.apache.hadoop.hbase.replication.ReplicationQueueStorage [ERROR] /Users/psomogyi/projects/hbase-operator-tools/hbase-hbck2/src/main/java/org/apache/hbase/hbck1/ReplicationChecker.java:[74,41] cannot find symbol [ERROR] symbol: method getAllQueues(org.apache.hadoop.hbase.ServerName) [ERROR] location: variable queueStorage of type org.apache.hadoop.hbase.replication.ReplicationQueueStorage [ERROR] /Users/psomogyi/projects/hbase-operator-tools/hbase-hbck2/src/main/java/org/apache/hbase/hbck1/ReplicationChecker.java:[124,21] method removeQueue in interface org.apache.hadoop.hbase.replication.ReplicationQueueStorage cannot be applied to given types; [ERROR] required: org.apache.hadoop.hbase.replication.ReplicationQueueId [ERROR] found: org.apache.hadoop.hbase.ServerName,java.lang.String [ERROR] reason: actual and formal argument lists differ in length [ERROR] /Users/psomogyi/projects/hbase-operator-tools/hbase-hbck2/src/main/java/org/apache/hbase/hbck1/ReplicationChecker.java:[126,19] cannot find symbol [ERROR] symbol: method removeReplicatorIfQueueIsEmpty(org.apache.hadoop.hbase.ServerName) [ERROR] location: variable queueStorage of type org.apache.hadoop.hbase.replication.ReplicationQueueStorage ``` -- 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]
