You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bahir.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/05/17 22:08:00 UTC

[jira] [Commented] (BAHIR-202) Improve KuduSink throughput by using async FlushMode

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

ASF subversion and git services commented on BAHIR-202:
-------------------------------------------------------

Commit 8dc8e7e9d98e102a3e71465aa2c2e81d52732193 in bahir-flink's branch refs/heads/master from SuXingLee
[ https://gitbox.apache.org/repos/asf?p=bahir-flink.git;h=8dc8e7e ]

[BAHIR-202] Improve KuduSink throughput using async FlushMode

By default, KuduSink processing message one by one
without checkpoint. When checkoint is enabled, throughput
is improved by using FlushMode.AUTO_FLUSH_BACKGROUND,
and use checkpoint to ensure at-least-once.

Closes #50


> Improve KuduSink throughput by using async FlushMode
> ----------------------------------------------------
>
>                 Key: BAHIR-202
>                 URL: https://issues.apache.org/jira/browse/BAHIR-202
>             Project: Bahir
>          Issue Type: Improvement
>          Components: Flink Streaming Connectors
>    Affects Versions: Flink-1.0
>            Reporter: Suxing Lee
>            Priority: Major
>             Fix For: Flink-Next
>
>
> Improve KuduSink throughput by using async FlushMode.
> And using checkpoint to ensure at-least-once in async flush mode.



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