Activity log for bug #1373955

Date Who What changed Old value New value Message
2014-09-25 14:01:42 Dmitriy Ukhlov bug added bug
2014-09-25 14:01:56 Dmitriy Ukhlov magnetodb: assignee Dmitriy Ukhlov (dukhlov)
2014-09-25 14:03:59 OpenStack Infra magnetodb: status New In Progress
2014-09-25 14:05:39 Dmitriy Ukhlov description Error details returned from REST API as part of http response body have more than one format. FORMAT 1: ---------- { explanation: "The resource could not be found." code: 404 -error: { message: "Table 'resources111' does not exist" traceback: null type: "TableNotExistsException" } title: "Not Found" } In some cases we also get error response in following format FORMAT 2 ---------- {"__type":"com.amazonaws.dynamodb.v20111205#ResourceInUseException","message":"T he resource which you are attempting to change is in use."} It would be good to have all errors returned in same consistent format. After having spoken to Illia from Mirantis, he has confirmed that its the 1st fortmat that would be eventually used for all the errors. So this Etrack is placeholder to track that task till its completed. This is a low severity issue for us as we can work around it by checking for both formats. Error details returned from REST API as part of http response body have more than one format. FORMAT 1: ---------- { explanation: "The resource could not be found." code: 404 -error: { message: "Table 'resources111' does not exist" traceback: null type: "TableNotExistsException" } title: "Not Found" } In some cases we also get error response in following format FORMAT 2 ---------- {"__type":"com.amazonaws.dynamodb.v20111205#ResourceInUseException","message":"T he resource which you are attempting to change is in use."} It would be good to have all errors returned in same consistent format.
2014-09-26 17:50:32 OpenStack Infra magnetodb: status In Progress Fix Committed
2015-01-23 14:00:46 Ilya Sviridov magnetodb: importance Undecided Medium
2015-01-23 14:00:52 Ilya Sviridov magnetodb: milestone kilo-2
2015-02-06 11:11:49 Ilya Sviridov magnetodb: status Fix Committed Fix Released