Hello Todd Lipcon,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/5045
to review the following change.
Change subject: tablet copy: Make the StartTabletCopy() RPC async
......................................................................
tablet copy: Make the StartTabletCopy() RPC async
This patch changes tablet copy to execute on the open_tablet thread
pool. This clears up threads on the Consensus service pool for other
tasks.
Change-Id: I95c63f2bfd67624844447862efbdba9cb3676112
---
M src/kudu/tserver/CMakeLists.txt
A src/kudu/tserver/tablet_copy_client_session.cc
A src/kudu/tserver/tablet_copy_client_session.h
M src/kudu/tserver/ts_tablet_manager.cc
M src/kudu/tserver/ts_tablet_manager.h
5 files changed, 189 insertions(+), 29 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/45/5045/1
--
To view, visit http://gerrit.cloudera.org:8080/5045
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I95c63f2bfd67624844447862efbdba9cb3676112
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Mike Percy <[email protected]>
Gerrit-Reviewer: Todd Lipcon <[email protected]>