Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/17222 )
Change subject: IMPALA-10604: Allow setting KuduClient's verbose log level directly ...................................................................... IMPALA-10604: Allow setting KuduClient's verbose log level directly This patch adds a flag --kudu_client_v which allows setting the verbose logging level for the KuduClient to a value other than the level for the rest of Impala (set by -v) in order to enable debugging of issues in the KuduClient without producing the enormous amount of logging that comes with setting a high -v value on all of Impala. Testing: - Manually set --kudu_client_v and confirmed that the expected logging is produced. Change-Id: Ib39358709ee714b8cdffd72a0ee58f66d5fab37e Reviewed-on: http://gerrit.cloudera.org:8080/17222 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/exec/kudu-util.cc 1 file changed, 9 insertions(+), 1 deletion(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/17222 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ib39358709ee714b8cdffd72a0ee58f66d5fab37e Gerrit-Change-Number: 17222 Gerrit-PatchSet: 3 Gerrit-Owner: Thomas Tauber-Marshall <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Wenzhe Zhou <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
