Dan Burkert has posted comments on this change. ( http://gerrit.cloudera.org:8080/8551 )
Change subject: [spark] Remove AsyncClient in KuduContext ...................................................................... Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/8551/1//COMMIT_MSG Commit Message: http://gerrit.cloudera.org:8080/#/c/8551/1//COMMIT_MSG@7 PS1, Line 7: [spark] Remove AsyncClient in KuduContext > Now we only update sync client for timestamp propagation and I don't see in Indeed, I think a good compromise is to remove the sync cache, and change the sync method to def getSyncClient(kuduMaster: String): KuduClient = { getAsyncClient(kuduMaster).syncClient() } -- To view, visit http://gerrit.cloudera.org:8080/8551 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Ica8745d8503a35e17a632d0a0cde5738915f00fb Gerrit-Change-Number: 8551 Gerrit-PatchSet: 1 Gerrit-Owner: Hao Hao <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Hao Hao <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Comment-Date: Tue, 21 Nov 2017 18:21:57 +0000 Gerrit-HasComments: Yes
