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

ASF subversion and git services commented on KUDU-2971:
-------------------------------------------------------

Commit 1cc18b057ed706238e71123ae7c0cd4a8778613c in kudu's branch 
refs/heads/master from Hao Hao
[ https://gitbox.apache.org/repos/asf?p=kudu.git;h=1cc18b0 ]

[java] KUDU-2971: add an outbound queue

This commit updates the writer tasks to put the responses to an outbound
queue, and uses a separate thread to poll the queue and write the messages
to stdout. So that in case stdout fills up, the message parser tasks
can continue processing the requests without blocking.

Change-Id: I0793ad35af5342bb9af4f2f0eaed4090f78ef3c6
Reviewed-on: http://gerrit.cloudera.org:8080/15210
Reviewed-by: Adar Dembo <[email protected]>
Reviewed-by: Attila Bukor <[email protected]>
Tested-by: Hao Hao <[email protected]>


> Add a generic Java library wrapper
> ----------------------------------
>
>                 Key: KUDU-2971
>                 URL: https://issues.apache.org/jira/browse/KUDU-2971
>             Project: Kudu
>          Issue Type: Sub-task
>    Affects Versions: 1.11.0
>            Reporter: Hao Hao
>            Assignee: Hao Hao
>            Priority: Major
>
> For Ranger integration, to call Java Ranger plugin from masters, we need a 
> create a wrapper (via Java subprocess). This should be generic to be used by 
> future integrations (e.g. Atlas) which need to call other Java libraries.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to