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/29 01:02:00 UTC

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

Ildar Absalyamov created ASTERIXDB-2114:
-------------------------------------------

             Summary: 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)