ES Mappings removal is broken
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Backup/Restore and DR (Freezer) |
Triaged
|
High
|
Pierre-Arthur MATHIEU | ||
Liberty |
Triaged
|
High
|
Pierre-Arthur MATHIEU | ||
Mitaka |
Triaged
|
High
|
Pierre-Arthur MATHIEU |
Bug Description
ES mappings removal is broken because of a badly formated url.
2016-07-12 12:04:30.287 | stdout: using config file: /opt/stack/
2016-07-12 12:04:30.287 | db url: http://
2016-07-12 12:04:30.287 | db index: freezer
2016-07-12 12:04:30.287 | Getting mappings: http GET http://
2016-07-12 12:04:30.288 | response: <Response [200]>
2016-07-12 12:04:30.288 | Trying to upload mappings ...
2016-07-12 12:04:30.288 | PUT http://
2016-07-12 12:04:30.288 | response: <Response [200]>
2016-07-12 12:04:30.288 | Type http://
2016-07-12 12:04:30.288 | Mappings updated
2016-07-12 12:04:30.288 | Getting mappings: http GET http://
2016-07-12 12:04:30.288 | response: <Response [200]>
2016-07-12 12:04:30.288 | Trying to upload mappings ...
2016-07-12 12:04:30.289 | PUT http://
2016-07-12 12:04:30.289 | response: <Response [200]>
2016-07-12 12:04:30.289 | Type http://
2016-07-12 12:04:30.289 | Mappings updated
2016-07-12 12:04:30.289 | Getting mappings: http GET http://
2016-07-12 12:04:30.289 | response: <Response [200]>
2016-07-12 12:04:30.289 | Trying to upload mappings ...
2016-07-12 12:04:30.289 | PUT http://
2016-07-12 12:04:30.289 | response: <Response [400]>
2016-07-12 12:04:30.289 | Unable to merge mappings.
2016-07-12 12:04:30.290 | Deleting type jobs
2016-07-12 12:04:30.290 | DELETE http://
2016-07-12 12:04:30.290 | response: <Response [400]>
2016-07-12 12:04:30.290 | ERROR Type removal error 400: No handler found for uri [/freezer/jobs] and method [DELETE]
2016-07-12 12:04:30.290 | msg: Task failed as maximum retries was encountered
Does not affect master.