adoroszlai commented on PR #4278: URL: https://github.com/apache/ozone/pull/4278#issuecomment-1432957982
@fapifta Upgrade acceptance test is failing due to: ``` dn1_1 | 2023-02-16 09:02:55,670 [main] ERROR ozone.HddsDatanodeService: Exception in HddsDatanodeService. dn1_1 | java.lang.IllegalArgumentException: No enum constant org.apache.hadoop.hdds.protocol.DatanodeDetails.Port.Name.HTTP dn1_1 | at java.base/java.lang.Enum.valueOf(Enum.java:240) dn1_1 | at org.apache.hadoop.hdds.protocol.DatanodeDetails$Port$Name.valueOf(DatanodeDetails.java:785) dn1_1 | at org.apache.hadoop.ozone.container.common.helpers.DatanodeIdYaml.readDatanodeIdFile(DatanodeIdYaml.java:99) dn1_1 | at org.apache.hadoop.ozone.container.common.helpers.ContainerUtils.readDatanodeDetailsFrom(ContainerUtils.java:171) dn1_1 | at org.apache.hadoop.ozone.HddsDatanodeService.initializeDatanodeDetails(HddsDatanodeService.java:467) dn1_1 | at org.apache.hadoop.ozone.HddsDatanodeService.start(HddsDatanodeService.java:221) dn1_1 | at org.apache.hadoop.ozone.HddsDatanodeService.start(HddsDatanodeService.java:207) dn1_1 | at org.apache.hadoop.ozone.HddsDatanodeService.call(HddsDatanodeService.java:175) dn1_1 | at org.apache.hadoop.ozone.HddsDatanodeService.call(HddsDatanodeService.java:92) ``` So this is a backwards incompatible change. -- 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]
