You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@steve.apache.org by "Brett Smith (JIRA)" <ji...@apache.org> on 2018/03/21 14:06:00 UTC

[jira] [Updated] (STEVE-51) [PATCH] Files backend API implementation is out-of-date

     [ https://issues.apache.org/jira/browse/STEVE-51?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Smith updated STEVE-51:
-----------------------------
    Description: 
The API exposed by FileBasedBackend is out of sync with the ElasticSearch backend and the API that the rest of the code expects it to use. There are frequent crashes when trying to use it, usually because callers are passing arguments that FileBasedBackend methods aren't expecting.

I've attached a patch to bring it up-to-date and at least get it working again. Since some of the method arguments end up being noops, the backend probably still doesn't implement all of the functionality that it should, but this at least avoids crashes and can be a helpful starting point for further development.

> [PATCH] Files backend API implementation is out-of-date
> -------------------------------------------------------
>
>                 Key: STEVE-51
>                 URL: https://issues.apache.org/jira/browse/STEVE-51
>             Project: Steve
>          Issue Type: Bug
>            Reporter: Brett Smith
>            Priority: Major
>         Attachments: files-backend-update.patch
>
>
> The API exposed by FileBasedBackend is out of sync with the ElasticSearch backend and the API that the rest of the code expects it to use. There are frequent crashes when trying to use it, usually because callers are passing arguments that FileBasedBackend methods aren't expecting.
> I've attached a patch to bring it up-to-date and at least get it working again. Since some of the method arguments end up being noops, the backend probably still doesn't implement all of the functionality that it should, but this at least avoids crashes and can be a helpful starting point for further development.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)