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/02/21 22:02:00 UTC

[jira] [Commented] (RYA-462) Update query result topic name for Rya Streams

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

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

GitHub user kchilton2 opened a pull request:

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

    Rya 460

    ## Description
    Depends on the Query Manager PR. Addresses RYA-462, RYA-463, and RYA-464
    
    ### Links
    https://issues.apache.org/jira/browse/RYA-462
    https://issues.apache.org/jira/browse/RYA-463
    https://issues.apache.org/jira/browse/RYA-464
    


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

    $ git pull https://github.com/kchilton2/incubator-rya RYA-460

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

    https://github.com/apache/incubator-rya/pull/277.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 #277
    
----
commit 6688c2ece024132d3dc6903af9d1003079d330eb
Author: Andrew Smith <sm...@...>
Date:   2018-01-16T17:39:34Z

    RYA-446 Daemonifying Query Manager

commit 8803d7d99f8c7189991be181dd11bd0fb9f1e704
Author: Andrew Smith <sm...@...>
Date:   2018-01-18T22:51:40Z

    RYA-449 Create QueryChangeLogSource

commit c048db73a5211a18ab649a2647dfa7f7fb929166
Author: Andrew Smith <sm...@...>
Date:   2018-01-19T20:43:55Z

    Rya 454 added QueryExecutor interface

commit 0dad1290d593065561fae079b837fcbc479795ed
Author: Andrew Smith <sm...@...>
Date:   2018-01-23T20:20:50Z

    Rya 452 Updated QueryRepository
    
    Updated QueryRepository to be a Service
    Updated InMemoryQueryRepository to be an AbstractScheduledService
    Added listeners to InMemoryQueryRepository

commit 3810fb709a4a97ce729e93733edd9af10d6e5445
Author: Andrew Smith <sm...@...>
Date:   2018-01-23T20:44:32Z

    RYA-455 stopAll queries for a rya instance

commit e774ef02161686d9c2f0c6e99ea3b8a438fd240a
Author: kchilton2 <ke...@...>
Date:   2018-01-23T20:50:17Z

    RYA-448 Implement JAXB marshalling code for the Query Manager's XML configuration file.

commit 13cfd43ba3609c0690aeebe27eb7b76a88d2ddbd
Author: kchilton2 <ke...@...>
Date:   2018-01-23T21:17:06Z

    RYA-450 Implemented a Kafka backed QueryChangeLogSource.

commit eee8d830abc95e4082d906fe7e0dad5944d96b87
Author: kchilton2 <ke...@...>
Date:   2018-01-26T17:06:07Z

    RYA-458 Updating the configuration XML so that you may only specify a single QueryChangeLogSource.

commit 815d995c359ae15b5669c1e7c7e375d7c67f8dec
Author: kchilton2 <ke...@...>
Date:   2018-01-26T20:55:59Z

    RYA-456 Implement a Single Node implementation of QueryExecutor.

commit ba2898a8c4ba58ad3e38323f28389f75ab262c83
Author: Andrew Smith <sm...@...>
Date:   2018-01-30T19:01:54Z

    Rya 451 Query manager
    
    QueryManager with tests
    updated InMemoryQueryRepository and its tests

commit 34e616ce63ac4b93a64ca11a10cde148760afc52
Author: kchilton2 <ke...@...>
Date:   2018-01-30T19:44:58Z

    RYA-453 Implement the Query Manager's Daemon that controls the application.

commit 8d35b4541bd39734cc68c7e870027760e537d1e7
Author: kchilton2 <ke...@...>
Date:   2018-01-25T22:19:58Z

    RYA-446 Create a bin and rpm distribution for the Rya Streams Query Manager application.

commit 4f4e0f4ce0d2eb2d8651b8f569a8f59c8eaaf571
Author: Andrew Smith <sm...@...>
Date:   2018-02-01T21:04:48Z

    RYA-446 Service unit file for systemd

commit 4a4456e7cfd18fdd9044b67152252b3623ebe466
Author: kchilton2 <ke...@...>
Date:   2018-02-01T23:31:41Z

    RYA-446 Making the Rya Streams Query Manager run as a service on CentOS 7.

commit 50a81217e5b16a4b1377f199aefc3a1c5a225216
Author: kchilton2 <ke...@...>
Date:   2018-02-03T03:47:59Z

    RYA-451 Fixing threading issues with the QueryManager class.

commit cc580e74451bfa12bcf3d8e4b2b7043cf62c10a1
Author: kchilton2 <ke...@...>
Date:   2018-02-08T22:21:10Z

    RYA-462 Updated the Kafka topic name for StreamsQueries to include the Rya Instance name.

commit bff0093e8ae48ba90410d95a0c5a1e325712dd73
Author: kchilton2 <ke...@...>
Date:   2018-02-08T22:53:41Z

    RYA-463 RYA-464 Added an isInsert flag to StreamsQuery to indicate when the results of a query need to be inserted back into Rya.

----


> Update query result topic name for Rya Streams
> ----------------------------------------------
>
>                 Key: RYA-462
>                 URL: https://issues.apache.org/jira/browse/RYA-462
>             Project: Rya
>          Issue Type: Sub-task
>            Reporter: Andrew Smith
>            Assignee: Kevin Chilton
>            Priority: Major
>
> Right now it is
> {code:java}
> QueryResults-<queryId>{code}
> But it needs to be
> {code:java}
> <rya_instance>-QueryResults-<queryId>{code}
> so QueryManager can discover if it needs to be inserted back into the source rya instance.



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