You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Ildar Absalyamov (JIRA)" <ji...@apache.org> on 2017/09/30 19:49:02 UTC

[jira] [Resolved] (ASTERIXDB-2114) New FeedPolicy is incorrectly persisted in Metadata

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

Ildar Absalyamov resolved ASTERIXDB-2114.
-----------------------------------------
    Resolution: Fixed

> New FeedPolicy is incorrectly persisted in Metadata
> ---------------------------------------------------
>
>                 Key: ASTERIXDB-2114
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2114
>             Project: Apache AsterixDB
>          Issue Type: Bug
>          Components: MTD - Metadata
>            Reporter: Ildar Absalyamov
>            Assignee: Ildar Absalyamov
>
> A newly added FeedPolicy is incorrectly persisted in Metadata:
> drop dataverse experiments if exists;
> create dataverse experiments;
> use dataverse experiments;
> create ingestion policy testPolicy from path "data/feed-policy/policy.properties"
> definition "someString";
> { "DataverseName": "experiments", "PolicyName": "*someString*", "Description": "*experiments*", "Properties": {{ { "Name": "name", "Value": "testname" }, { "Name": "value", "Value": "testvalue" }, { "Name": "key", "Value": "testkey" } }} }



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)