Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/21603 )
Change subject: [util] a small clean up on the Throttler class ...................................................................... [util] a small clean up on the Throttler class The motivation behind this patch was an idea of making the API of the Throttler class more robust after reviewing a changelist that used the functionality of the Throttler. I have doubts that the current implementation of the Throttler behaves the way one would expect (there is just spotty test coverage for that), but it's another story. Change-Id: I43d60323c3d84da896c1a5429dfb7d461a24f9b2 Reviewed-on: http://gerrit.cloudera.org:8080/21603 Reviewed-by: Yingchun Lai <[email protected]> Tested-by: Alexey Serbin <[email protected]> --- M src/kudu/tablet/tablet.cc M src/kudu/tools/table_scanner.cc M src/kudu/tools/tool_action_local_replica.cc M src/kudu/tserver/tablet_copy_client-test.cc M src/kudu/tserver/tablet_copy_client.cc M src/kudu/util/throttler-test.cc M src/kudu/util/throttler.cc M src/kudu/util/throttler.h 8 files changed, 89 insertions(+), 55 deletions(-) Approvals: Yingchun Lai: Looks good to me, approved Alexey Serbin: Verified -- To view, visit http://gerrit.cloudera.org:8080/21603 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I43d60323c3d84da896c1a5429dfb7d461a24f9b2 Gerrit-Change-Number: 21603 Gerrit-PatchSet: 2 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Yingchun Lai <[email protected]>
