Migration of action_logs with mixed value types in lists failed

Bug #1401120 reported by Alexander Kislitsky
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Fix Committed
Medium
Alexander Kislitsky

Bug Description

In old action_logs we have mixing of value types in body.additional_info.request_data and body.additional_info.response_data. This causes MapperParsingException in the Elasticsearch.

Format of action_logs is already changed and such data structures are obsolete. We should just migrate them into Elasticsearch. So as fix we should disable mapping on request_data and response_data fields

Tags: stats
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to fuel-stats (master)

Fix proposed to branch: master
Review: https://review.openstack.org/140692

Changed in fuel:
status: Triaged → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-stats (master)

Reviewed: https://review.openstack.org/140692
Committed: https://git.openstack.org/cgit/stackforge/fuel-stats/commit/?id=31f75bd5c6fc44760f2c28d690dd6bd4a057bf7a
Submitter: Jenkins
Branch: master

commit 31f75bd5c6fc44760f2c28d690dd6bd4a057bf7a
Author: Alexander Kislitsky <email address hidden>
Date: Wed Dec 10 17:15:11 2014 +0300

    Indexing of request_data, response_data disabled

    In old style action logs we have mixing of
    field types in the lists inside request_data and response_data.
    Format of action_logs is already changed. So we should just
    migrate old-style action_logs into Elasticsearch.

    Closes-Bug: #1401120
    Change-Id: I416e9815b8b4ace7b14c671b643d033e334b8326

Changed in fuel:
status: In Progress → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.