pjfanning commented on PR #7072: URL: https://github.com/apache/hadoop/pull/7072#issuecomment-2615541597
I've seen those decommission tests fail in a few builds recently - in different PRs so not seemingly caused by the PR changes. Protobuf-Java 3.25.6 has just come out but has a major breaking change where it fails at runtime if you have Protobuf Generated Java code that is too old (ie generated with a fairly old version of protoc). Unfortunately, this doesn't seem uncommon. HBase looks like it will be quite affected. I came across the issue in Apache Pekko. https://github.com/apache/pekko/pull/1748 -- 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]
