sodonnel commented on PR #5709: URL: https://github.com/apache/ozone/pull/5709#issuecomment-1849843809
This commit has broken compile on master. We either need to revert it or fix it ASAP. ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project ozone-manager: Compilation failure [ERROR] /Users/sodonnell/source/ozone2/hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OzoneManager.java:[3038,16] incompatible types: java.lang.String cannot be converted to java.util.List<java.util.List<java.lang.String>> ``` Probably an overlap with: > HDDS-9303. Display leader in table and highlight current node in OM web UI (#5311 Has caused the issue as the return type was changed there. -- 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]
