Andrew Wong has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16193
Change subject: KUDU-2612 p5: RPC endpoints for txn status management ...................................................................... KUDU-2612 p5: RPC endpoints for txn status management This adds an endpoint to the TabletServerAdminService that allows for RPCs to the TxnStatusManager. Some single-node error scenarios are tested, though it's worth noting that this is only groundwork for a later patch that will introduce system client calls that will handle such error scenarios automatically. Change-Id: Id846160724b334d2c52eb9a1bae0ffd19536bcc9 --- M src/kudu/integration-tests/ts_tablet_manager-itest.cc M src/kudu/tserver/tablet_service.cc M src/kudu/tserver/tablet_service.h M src/kudu/tserver/tserver_admin.proto 4 files changed, 303 insertions(+), 9 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/93/16193/1 -- To view, visit http://gerrit.cloudera.org:8080/16193 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Id846160724b334d2c52eb9a1bae0ffd19536bcc9 Gerrit-Change-Number: 16193 Gerrit-PatchSet: 1 Gerrit-Owner: Andrew Wong <[email protected]>
