Hello Alexey Serbin,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/16787
to review the following change.
Change subject: txns: use HostPorts instead of strings to build TxnSystemClient
......................................................................
txns: use HostPorts instead of strings to build TxnSystemClient
Strings are the inputs for the ClientBuilder, but in most tests, we have
HostPorts available. Rather than converting at all the call-sites, this
patch converts the constructor to HostPorts instead.
Change-Id: I92a09a256e84020756f3073cd7289a2245058e4a
---
M src/kudu/integration-tests/auth_token_expire-itest.cc
M src/kudu/integration-tests/client-negotiation-failover-itest.cc
M src/kudu/integration-tests/master_authz-itest.cc
M src/kudu/integration-tests/master_hms-itest.cc
M src/kudu/integration-tests/txn_status_table-itest.cc
M src/kudu/master/txn_manager.cc
M src/kudu/transactions/txn_system_client.cc
M src/kudu/transactions/txn_system_client.h
8 files changed, 18 insertions(+), 44 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/87/16787/1
--
To view, visit http://gerrit.cloudera.org:8080/16787
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I92a09a256e84020756f3073cd7289a2245058e4a
Gerrit-Change-Number: 16787
Gerrit-PatchSet: 1
Gerrit-Owner: Andrew Wong <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>