You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/09/29 23:27:00 UTC

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

    [ https://issues.apache.org/jira/browse/ASTERIXDB-2114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16186670#comment-16186670 ] 

ASF subversion and git services commented on ASTERIXDB-2114:
------------------------------------------------------------

Commit 8b3e67af4a7c761f8087e41baa66c0b33a38378e in asterixdb's branch refs/heads/master from [~iabsalyamov]
[ https://git-wip-us.apache.org/repos/asf?p=asterixdb.git;h=8b3e67a ]

[ASTERIXDB-2114][MTD] Fixed incorrectly persisted FeedPolicy

- user model changes: no
- storage format changes: no
- interface changes: no

Details:
- New FeedPolicy was incorrectly persisting PolicyName & Description fields

Change-Id: I04beb24c861b116525a9da467fafc1742f4a73d4
Reviewed-on: https://asterix-gerrit.ics.uci.edu/2035
Contrib: Jenkins <je...@fulliautomatix.ics.uci.edu>
Reviewed-by: Steven Jacobs <sj...@ucr.edu>
Sonar-Qube: Jenkins <je...@fulliautomatix.ics.uci.edu>
Integration-Tests: Jenkins <je...@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>


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