Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/18878
to look at the new patch set (#2).
Change subject: [threadpool] Add a simple seda to support split a task into a
serveral stages
......................................................................
[threadpool] Add a simple seda to support split a task into a serveral stages
SEDA: staged event-driven architecture. It can split a task
into serveral pipeline stages. It can be used to avoid blocking thread pool.
The patch will directly support consistency read at followers.
Change-Id: I0d47ca8536bab8a4b9c557d351ccf328c67c3297
---
M src/kudu/util/CMakeLists.txt
A src/kudu/util/seda-test.cc
A src/kudu/util/seda.cc
A src/kudu/util/seda.h
M src/kudu/util/threadpool.h
5 files changed, 211 insertions(+), 0 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/78/18878/2
--
To view, visit http://gerrit.cloudera.org:8080/18878
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I0d47ca8536bab8a4b9c557d351ccf328c67c3297
Gerrit-Change-Number: 18878
Gerrit-PatchSet: 2
Gerrit-Owner: Yuqi Du <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)