ddanielr commented on issue #3201: URL: https://github.com/apache/accumulo/issues/3201#issuecomment-1442698042
The [original commit](https://github.com/apache/accumulo/pull/2516) for adding the zookeeper `3.5.x` option was due to the upgrade from `3.5` to zookeeper `3.7` Before that upgrade, the test was just utilizing a previous version of hadoop. `- {name: 'hadoop-compat', javaver: 11, args: 'package -DskipTests -Dhadoop.version=3.0.3'}` vs ` - {name: 'compat', javaver: 11, args: 'package -DskipTests -Dhadoop.version=3.0.3 -Dzookeeper.version=3.5.10'}` I'm surprised there is still a compatibility test for Hadoop `3.0.3` since the log4j issues weren't patched in the `3.0.x` line. Is compatibility testing is still desired? If so, what should drive the version number choice? Additional details: - [HADOOP-18088](https://issues.apache.org/jira/browse/HADOOP-18088) -- 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]
