The swift repository plugin deployed in the repo is not compatible with elasticsearch 1.6.0.
Description
Description
Event Timeline
Comment Actions
I think this is as simple as https://gerrit.wikimedia.org/r/#/c/225483/
The 1.6.0 version of the swift repository plugin is funky, it tried to do this:
new file: swift-repository-plugin/log4j-1.2.17.jar deleted: swift-repository-plugin/slf4j-log4j12-1.7.2.jar deleted: swift-repository-plugin/swift-repository-plugin-0.6.jar new file: swift-repository-plugin/swift-repository-plugin-1.6.0.jar
I manually changed that to:
deleted: swift-repository-plugin/swift-repository-plugin-0.6.jar new file: swift-repository-plugin/swift-repository-plugin-1.6.0.jar
which is all that should be required. I think we'll need to cut a new version of that plugin with the dependencies fixed.