You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@rya.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/01/25 20:18:00 UTC

[jira] [Commented] (RYA-459) metadata.properties configuration error

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

ASF GitHub Bot commented on RYA-459:
------------------------------------

GitHub user ejwhite922 opened a pull request:

    https://github.com/apache/incubator-rya/pull/269

    RYA-459 Fixed handling of comma-separated property file values in AccumuloIndexingConfiguration and MongoIndexingConfiguration

    ## Description
    AccumuloIndexingConfiguration and MongoIndexingConfiguration were not parsing comma-separated values properly (such as for metadata.properties) when reading from a properties file.  These were also not null safe like the other tags nor did they provide a default value.
    
    ### Tests
    Unit Tests
    
    ### Links
    [Jira](https://issues.apache.org/jira/browse/RYA-459)
    
    ### Checklist
    - [ ] Code Review
    - [ ] Squash Commits
    
    #### People To Review
    @isper3at 
    @kchilton2 
    @meiercaleb 
    @DLotts
    @pujav65 


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ejwhite922/incubator-rya RYA-459_MetadataPropertiesConfiguration

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-rya/pull/269.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #269
    
----
commit c91b33514c4332817d50e472218175a97b088086
Author: eric.white <er...@...>
Date:   2018-01-25T20:12:40Z

    RYA-459 Fixed handling of comma-separated property file values in AccumuloIndexingConfiguration and MongoIndexingConfiguration

----


> metadata.properties configuration error
> ---------------------------------------
>
>                 Key: RYA-459
>                 URL: https://issues.apache.org/jira/browse/RYA-459
>             Project: Rya
>          Issue Type: Bug
>          Components: dao
>    Affects Versions: 3.2.12
>            Reporter: Eric White
>            Assignee: Eric White
>            Priority: Major
>             Fix For: 3.2.12
>
>
> AccumuloIndexingConfiguration does not parse the metadata.properties tag properly.  It is not null safe like the other tags and does not split the comma-separated list.  The other tags provide a default if null.



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