Page MenuHomePhabricator

Update elasticsearch swift repository plugin
Closed, ResolvedPublic

Description

The swift repository plugin deployed in the repo is not compatible with elasticsearch 1.6.0.

Event Timeline

dcausse claimed this task.
dcausse raised the priority of this task from to Needs Triage.
dcausse updated the task description. (Show Details)
dcausse subscribed.
Restricted Application added a subscriber: Aklapper. · View Herald Transcript

This issue is so amazingly amazing I think I'd like to steal it.

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.