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/05/22 22:04:00 UTC

[jira] [Commented] (RYA-497) Accumulo Rya Kafka Connect Sink - Slow insert rates.

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

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

GitHub user kchilton2 opened a pull request:

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

    RYA-497 Make the Rya Accumulo Kafka Connect Sink batch write instead …

    …of flushing after every Statement.

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

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

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

    https://github.com/apache/incubator-rya/pull/298.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 #298
    
----
commit 7e0862a4452bab889c0680c3a7c63f104d898f7e
Author: kchilton2 <ke...@...>
Date:   2018-05-22T22:02:49Z

    RYA-497 Make the Rya Accumulo Kafka Connect Sink batch write instead of flushing after every Statement.

----


> Accumulo Rya Kafka Connect Sink - Slow insert rates.
> ----------------------------------------------------
>
>                 Key: RYA-497
>                 URL: https://issues.apache.org/jira/browse/RYA-497
>             Project: Rya
>          Issue Type: Bug
>    Affects Versions: 4.0.0
>            Reporter: Kevin Chilton
>            Assignee: Kevin Chilton
>            Priority: Major
>             Fix For: 4.0.0
>
>
> Every statement the sink tries to write is doing so with a flush per statement. We need to update the Rya configuration object to tell it to batch instead.



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