empiredan commented on PR #965: URL: https://github.com/apache/incubator-pegasus/pull/965#issuecomment-1968828813
Update `recompile_thrift.sh` to solve following problems: ``` [INFO] 44 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 17.689 s [INFO] Finished at: 2024-02-28T18:53:43+08:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project pegasus-client: Compilation failure: Compilation failure: [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/replication/admin_client.java:[1648,6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/replication/admin_client.java:[1673,6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/replication/admin_client.java:[1698,6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/replication/admin_client.java:[1723,6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/replication/admin_client.java:[1748,6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/replication/admin_client.java:[1773,6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/replication/admin_client.java:[1798,6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/replication/admin_client.java:[1823,6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/replication/admin_client.java:[1848,6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/replication/admin_client.java:[1873,6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/replication/admin_client.java:[1898,6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/replication/admin_client.java:[1923,6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/replication/admin_client.java:[1948,6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/replication/admin_client.java:[1973,6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/replication/admin_client.java:[1998,6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/replication/admin_client.java:[2023,6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/replication/admin_client.java:[2048,6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/replication/admin_client.java:[2073,6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/replication/admin_client.java:[2098,6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/replication/admin_client.java:[2123,6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/replication/admin_client.java:[2148,6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/replication/admin_client.java:[2173,6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/replication/admin_client.java:[2198,6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/replication/admin_client.java:[2223,6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/replication/admin_client.java:[2248,6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/replication/admin_client.java:[2273,6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/apps/meta.java:[148,6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/apps/rrdb.java:[977,6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/apps/rrdb.java:[1002,6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/apps/rrdb.java:[1027,6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/apps/rrdb.java:[1052,6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/apps/rrdb.java:[1077,6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/apps/rrdb.java:[1102,6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/apps/rrdb.java:[1127,6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/apps/rrdb.java:[1152,6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/apps/rrdb.java:[1177,6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/apps/rrdb.java:[1202,6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/apps/rrdb.java:[1227,6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/apps/rrdb.java:[1252,6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/apps/rrdb.java:[[1277](https://github.com/apache/incubator-pegasus/actions/runs/8078863287/job/22073033164?pr=965#step:9:1278),6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/apps/rrdb.java:[1302,6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/apps/rrdb.java:[1327,6] error: method does not override or implement a method from a supertype [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/rpc/async/TByteBufTransport.java:[23,7] error: TByteBufTransport is not abstract and does not override abstract method checkReadBytesAvailable(long) in TTransport [ERROR] /__w/incubator-pegasus/incubator-pegasus/java-client/src/main/java/org/apache/pegasus/apps/security.java:[148,6] error: method does not override or implement a method from a supertype [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException Error: Process completed with exit code 1. ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
