ctubbsii commented on PR #5012: URL: https://github.com/apache/accumulo/pull/5012#issuecomment-2628607057
> @ctubbsii - any idea why the fast build might be failing? `mvn clean pacakge` and the mvn command that fastbuild runs both work for me locally. Not sure. The error is a compilation failure: ``` [ERROR /home/runner/work/accumulo/accumulo/server/monitor/src/main/java/org/apache/accumulo/monitor/next/SystemInformation.java:[81,17] org.apache.accumulo.monitor.next.SystemInformation.SanitizedTabletInformation is not abstract and does not override abstract method getTabletMergeabilityInfo() in org.apache.accumulo.core.client.admin.TabletInformation ``` It could be a difference in the jvm used to build it. The one in GitHub actions might be more rigorous in how it's handling an override annotation? -- 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: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org