Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ranadeep Biswas
dbcop
Commits
abca0016
Commit
abca0016
authored
Mar 15, 2019
by
Ranadeep Biswas
Browse files
multiple clients to a node
parent
82b970ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/db/cluster.rs
View file @
abca0016
...
...
@@ -120,6 +120,7 @@ where
fn
exec_history
(
&
self
,
hist
:
&
mut
Vec
<
Session
>
)
{
let
mut
threads
=
(
0
..
self
.n_node
())
.cycle
()
.zip
(
hist
.drain
(
..
))
.map
(|(
node_id
,
mut
single_hist
)|
{
let
cluster_node
=
self
.get_cluster_node
(
node_id
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment