zhen.zhang has posted comments on this change.

Change subject: add async method to locate table
......................................................................


Patch Set 2:

(1 comment)

http://gerrit.cloudera.org:8080/#/c/1916/2/java/kudu-client/src/main/java/org/kududb/client/AsyncKuduClient.java
File java/kudu-client/src/main/java/org/kududb/client/AsyncKuduClient.java:

Line 1039:     return d.addCallbackDeferring(
> Now were missing the errbacks, please use AsyncUtil.addCallbacksDeferring
hi, thanks for reply. I just want err to be passed through, and user can add 
errback to the deferred if they want to handle the err. So I think 
d.addCallbackDeferring(new Callback<>{...}) is same with 
AsyncUtil.addCallbacksDeferring(d, new Callback<>{...}, Callback.PASSTHROUGH) 
Did I misunderstand something?


-- 
To view, visit http://gerrit.cloudera.org:8080/1916
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I0868ed77366ff7d45f92f99dfd033c244d53b48f
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: zhen.zhang <[email protected]>
Gerrit-Reviewer: Jean-Daniel Cryans
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: zhen.zhang <[email protected]>
Gerrit-HasComments: Yes

Reply via email to