Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grpc: update grpc-rs, remove server cpupool, update config. #1865

Merged
merged 7 commits into from
May 26, 2017

Conversation

disksing
Copy link
Contributor

No description provided.

@disksing disksing requested review from siddontang and BusyJay May 25, 2017 04:00
@disksing disksing changed the title [DNM] grpc: update grpc-rs, remove server cpupool, update config. grpc: update grpc-rs, remove server cpupool, update config. May 25, 2017
@disksing
Copy link
Contributor Author

Now ready for review. cc @siddontang @BusyJay

handle.spawn(client.raft()
.sink_map_err(Error::from)
let (sink, _) = client.raft();
handle.spawn(sink.sink_map_err(Error::from)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need the raft send worker now? Seem we can send to CQ directly?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right. Working on it.

@siddontang
Copy link
Contributor

LGTM

@disksing
Copy link
Contributor Author

The RaftMessageWorker is removed. PTAL @siddontang @BusyJay

@siddontang
Copy link
Contributor

LGTM

Copy link
Member

@BusyJay BusyJay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ngaut ngaut merged commit 82383e9 into grpc May 26, 2017
@ngaut ngaut deleted the disksing/grpc-rs branch May 26, 2017 00:44
disksing added a commit that referenced this pull request Jun 5, 2017
* add grpc_service. (#1821)

* server: add a SendRunner to send raft messages to other stores. (#1837)

* pd: switch to grpc-rs (#1800)

* grpc: update kvproto, remove kv/coprocessor from tcp server. (#1844)

* grpc: replace tcp server with grpc server. (#1850)

* grpc: update grpc-rs, remove server cpupool, update config. (#1865)

* *: update grpc-rs.

* server: share env and cleanup old rpc. (#1867)

* grpc: add metrics. (#1868)

* grpc: setup concurrent stream. (#1879)
iosmanthus pushed a commit to iosmanthus/tikv that referenced this pull request Oct 17, 2024
…ikv#1865)

* kvengine: fix Shard::from_change_set & to_change_set with columnar

Signed-off-by: Ray Yan <[email protected]>

* add columnar and use dfs in test case

Signed-off-by: Ray Yan <[email protected]>

---------

Signed-off-by: Ray Yan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants