Alexey Serbin has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/16332


Change subject: WIP KUDU-1587 part 1: load meter for ThreadPool
......................................................................

WIP KUDU-1587 part 1: load meter for ThreadPool

This patch introduces a load meter for ThreadPool, aiming to use
active queue management techniques (AQM) such as CoDel [1] in scenarios
where thread pool queue load metrics are applicable (e.g., KUDU-1587).

WIP:
  * collect initial feedback
  * add unit tests

[1] https://en.wikipedia.org/wiki/CoDel

Change-Id: I640716dc32f193e68361ca623ee7b9271e661d8b
---
M src/kudu/util/threadpool.cc
M src/kudu/util/threadpool.h
2 files changed, 231 insertions(+), 18 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/32/16332/1
--
To view, visit http://gerrit.cloudera.org:8080/16332
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I640716dc32f193e68361ca623ee7b9271e661d8b
Gerrit-Change-Number: 16332
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <[email protected]>

Reply via email to